Skip to content

Commit ad12ae5

Browse files
committed
[css-ui-3] mark proposed correction 1
this change was formally accepted in #13019 (comment)
1 parent c960d7d commit ad12ae5

1 file changed

Lines changed: 18 additions & 2 deletions

File tree

css-ui-3/Overview.bs

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -638,11 +638,20 @@ The 'resize' property allows the author
638638
to specify whether or not an element is resizable by the user,
639639
and if so, along which axis/axes.
640640

641+
<div class="correction proposed" id=c1>
642+
<span class="marker">Proposed Correction 1:</span>
643+
Now that ''overflow: visible'' is no longer the only value
644+
of the 'overflow' property which doesn't cause the element to become a [=scroll container=],
645+
adjust what elements to which the 'resize' property applies to
646+
to match the original intent,
647+
rather than the literal text.
648+
</div>
649+
641650
<pre class="propdef">
642651
Name: resize
643652
Value: none | both | horizontal | vertical
644653
Initial: none
645-
Applies to: elements that are <a>scroll containers</a>
654+
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>
646655
and optionally replaced elements such as images, videos, and iframes
647656
Inherited: no
648657
Percentages: N/A
@@ -710,8 +719,15 @@ to determine which portion of the contents of an element is shown.
710719
The resizing mechanism allows the user
711720
to determine the size of the element.
712721

722+
<p>
713723
The 'resize' property applies to elements
724+
<del cite=#c1 title="Proposed Correction 1">
725+
whose computed 'overflow' value
726+
is something other than ''visible''.
727+
</del>
728+
<ins cite=#c1 title="Proposed Correction 1">
714729
that are <a>scroll containers</a>.
730+
</ins>
715731
UAs may also apply it,
716732
regardless of the value of the 'overflow' property,
717733
to:
@@ -1785,7 +1801,7 @@ Changes from the <a href="https://www.w3.org/TR/2018/REC-css-ui-3-20180621/">21
17851801
<li>Updated and clarified computed value and animation type definitions
17861802
<li>Added <a href="#values">Value Definitions</a> section
17871803
<li>Switched relevant uses of terms \'intrinsic width/height/aspect ratio/size\' to \'natural\'
1788-
<li>Referred to <a>scroll containers</a> instead of 'overflow' values other than ''overflow/visible'', so ''overflow/clip'' is included
1804+
<li><a href="#c1">Proposed Change 1:</a> Referred to <a>scroll containers</a> instead of 'overflow' values other than ''overflow/visible'', so ''overflow/clip'' is included
17891805
<li>Let computed value of 'outline-width' be [=snapped as a border width=]
17901806
<li>Rearranged the syntax of the 'cursor' property for better readability
17911807
<li>Added Web Platform Tests coverage

0 commit comments

Comments
 (0)