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
<h3 id="outline-width">Outline Thickness: the 'outline-width' property</h3>
403
403
404
404
<div class="proposed correction" id=c2>
405
-
<span class=marker>Proposed Correction 2:</span>
405
+
<span class=marker>Candidate Correction 2:</span>
406
406
[[CSS-VALUES-4]] has introduced the concept of [=snapping as a border width=]
407
407
as a type of rounding applied to some lengths
408
408
to ensure reasonable visual display.
@@ -427,8 +427,8 @@ Initial: medium
427
427
Applies to: all elements
428
428
Inherited: no
429
429
Percentages: N/A
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>
Computed value: absolute length<ins cite=#c2 title="Candidate Correction 2">, [=snapped as a border width=]</ins><del cite=#c4 title="Candidate Correction 4">; ''0'' if the outline style is ''border-style/none''.</del>
Computed value: <del cite=#c3 title="Proposed Correction 3"><<length>> value in absolute units (px or physical).</del><ins cite=#c3 title="Proposed correction 3">absolute length</ins>
Computed value: <del cite=#c3 title="Candidate Correction 3"><<length>> value in absolute units (px or physical).</del><ins cite=#c3 title="Candidate correction 3">absolute length</ins>
Now that ''overflow: visible'' is no longer the only value
673
673
of the 'overflow' property which doesn't cause the element to become a [=scroll container=],
674
674
adjust what elements to which the 'resize' property applies to
@@ -680,12 +680,12 @@ and if so, along which axis/axes.
680
680
Name: resize
681
681
Value: none | both | horizontal | vertical
682
682
Initial: none
683
-
Applies to: elements <del cite=#c1 title="Proposed Correction 1">with 'overflow' other than visible,</del><ins cite=#c1 title="Proposed Correction 1">that are <a>scroll containers</a></ins>
683
+
Applies to: elements <del cite=#c1 title="Candidate Correction 1">with 'overflow' other than visible,</del><ins cite=#c1 title="Candidate Correction 1">that are <a>scroll containers</a></ins>
684
684
and optionally replaced elements such as images, videos, and iframes
@@ -1826,9 +1826,9 @@ This appendix is <em>informative</em>.
1826
1826
Changes from the <a href="https://www.w3.org/TR/2018/REC-css-ui-3-20180621/">21 June 2018 Recommendation (REC)</a></h3>
1827
1827
1828
1828
<ul>
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.
1830
-
<li><a href=#c2>Proposed Correction 2:</a> Let computed value of 'outline-width' be [=snapped as a border width=].
1831
-
<li><a href=#c3>Proposed Correction 3:</a> Updated and clarified computed value and animation type definitions.
1829
+
<li><a href=#c1>Candidate Correction 1:</a> Referred to <a>scroll containers</a> instead of 'overflow' values other than ''overflow/visible'', so ''overflow/clip'' is included.
1830
+
<li><a href=#c2>Candidate Correction 2:</a> Let computed value of 'outline-width' be [=snapped as a border width=].
1831
+
<li><a href=#c3>Candidate Correction 3:</a> Updated and clarified computed value and animation type definitions.
1832
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''.
1833
1833
<li>Update to modern terminology for consistency with other specifications, replacing relevant uses of terms \'intrinsic width/height/aspect ratio/size\' to \'natural\'.
1834
1834
<li>Removed "Media" entries from property definitions. Its meaning has never been defined properly, and it does not add useful information.
0 commit comments