You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-ui-3/Overview.bs
+12-1Lines changed: 12 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -410,14 +410,24 @@ translucent-outline.html
410
410
for consistency with other border-like things.
411
411
</div>
412
412
413
+
<div class="candidate correction" id=c4>
414
+
<span class=marker>Candidate Correction 4:</span>
415
+
Remove the special-case
416
+
where 'outline-width' computes to 0
417
+
based on ''outline-style: none'',
418
+
keeping things consistent with
419
+
<span class=informative>a similar change being applied to 'column-rule-width' and 'border-width'</span>.
420
+
(See <a href="https://github.com/w3c/csswg-drafts/issues/11494">Issue 11494</a>.)
421
+
</div>
422
+
413
423
<pre class="propdef">
414
424
Name: outline-width
415
425
Value: <<line-width>>
416
426
Initial: medium
417
427
Applies to: all elements
418
428
Inherited: no
419
429
Percentages: N/A
420
-
Computed value: absolute length<ins cite=#c2>, [=snapped as a border width=]</ins>; ''0'' if the outline style is ''border-style/none''.
430
+
Computed value: absolute length<ins cite=#c2>, [=snapped as a border width=]</ins><del cite=#c4 title="Candidate Correction 4">; ''0'' if the outline style is ''border-style/none''.</del>
@@ -1819,6 +1829,7 @@ Changes from the <a href="https://www.w3.org/TR/2018/REC-css-ui-3-20180621/">21
1819
1829
<li><a href=#c1>Proposed Correction 1:</a> Referred to <a>scroll containers</a> instead of 'overflow' values other than ''overflow/visible'', so ''overflow/clip'' is included.
1820
1830
<li><a href=#c2>Proposed Correction 2:</a> Let computed value of 'outline-width' be [=snapped as a border width=].
1821
1831
<li><a href=#c3>Proposed Correction 3:</a> Updated and clarified computed value and animation type definitions.
1832
+
<li><a href=#c4>Candidate Correction 4:</a> Removed the special case of 'outline-width' having a computed value of 0 based on ''outline-style: none''.
1822
1833
<li>Update to modern terminology for consistency with other specifications, replacing relevant uses of terms \'intrinsic width/height/aspect ratio/size\' to \'natural\'.
1823
1834
<li>Removed "Media" entries from property definitions. Its meaning has never been defined properly, and it does not add useful information.
1824
1835
<li>Added <a href="#values">Value Definitions</a> section, for consistency with other CSS specifications.
0 commit comments