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
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
+
641
650
<pre class="propdef">
642
651
Name: resize
643
652
Value: none | both | horizontal | vertical
644
653
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>
646
655
and optionally replaced elements such as images, videos, and iframes
647
656
Inherited: no
648
657
Percentages: N/A
@@ -710,8 +719,15 @@ to determine which portion of the contents of an element is shown.
710
719
The resizing mechanism allows the user
711
720
to determine the size of the element.
712
721
722
+
<p>
713
723
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">
714
729
that are <a>scroll containers</a>.
730
+
</ins>
715
731
UAs may also apply it,
716
732
regardless of the value of the 'overflow' property,
717
733
to:
@@ -1785,7 +1801,7 @@ Changes from the <a href="https://www.w3.org/TR/2018/REC-css-ui-3-20180621/">21
1785
1801
<li>Updated and clarified computed value and animation type definitions
<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
1789
1805
<li>Let computed value of 'outline-width' be [=snapped as a border width=]
1790
1806
<li>Rearranged the syntax of the 'cursor' property for better readability
0 commit comments