Skip to content

Commit 7ce3eb5

Browse files
committed
[css-ui-3] Backport fix
Backport 09f11f2#diff-cc2f666bf7d93dcefcc3fffc4761793a54fba00c03b53b9dbdf81f5056f0b56e, and mark as candidate correction, as discussed in #6900 (comment). The resolution for the original didn't limit it to level 4 anyway.
1 parent 7d29013 commit 7ce3eb5

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

css-ui-3/Overview.bs

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,14 +410,24 @@ translucent-outline.html
410410
for consistency with other border-like things.
411411
</div>
412412

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+
413423
<pre class="propdef">
414424
Name: outline-width
415425
Value: <<line-width>>
416426
Initial: medium
417427
Applies to: all elements
418428
Inherited: no
419429
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>
421431
Animation type: <del cite=#c3 title="Proposed correction 3"><a href="https://drafts.csswg.org/css3-transitions/#animtype-length">length</a></del><ins cite=#c3 title="Proposed correction 3">by computed value</ins>
422432
</pre>
423433

@@ -1819,6 +1829,7 @@ Changes from the <a href="https://www.w3.org/TR/2018/REC-css-ui-3-20180621/">21
18191829
<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.
18201830
<li><a href=#c2>Proposed Correction 2:</a> Let computed value of 'outline-width' be [=snapped as a border width=].
18211831
<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''.
18221833
<li>Update to modern terminology for consistency with other specifications, replacing relevant uses of terms \'intrinsic width/height/aspect ratio/size\' to \'natural\'.
18231834
<li>Removed "Media" entries from property definitions. Its meaning has never been defined properly, and it does not add useful information.
18241835
<li>Added <a href="#values">Value Definitions</a> section, for consistency with other CSS specifications.

0 commit comments

Comments
 (0)