Skip to content

Commit 6210423

Browse files
committed
[css-ui-4][css-logical-1] Move block | inline values of 'resize' to css-ui-4. #5512
1 parent 3784486 commit 6210423

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

css-logical-1/Overview.bs

-9
Original file line numberDiff line numberDiff line change
@@ -245,15 +245,6 @@ Flow-Relative Values for the 'text-align' Property</h3>
245245

246246
These values are normatively defined in [[!css-text-3]].
247247

248-
<h3 id="resize">
249-
Flow-Relative Values for the 'resize' Property</h3>
250-
251-
<pre class="propdef partial">
252-
Name: resize
253-
New values: block | inline
254-
Computed value: specified keyword
255-
</pre>
256-
257248
<h2 id="page">
258249
Flow-Relative Page Classifications</h2>
259250

css-ui-4/Overview.bs

+10-1
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ and if so, along which axis/axes.
456456

457457
<pre class="propdef">
458458
Name: resize
459-
Value: none | both | horizontal | vertical
459+
Value: none | both | horizontal | vertical | block | inline
460460
Initial: none
461461
Applies to: elements with 'overflow' other than visible,
462462
and optionally replaced elements such as images, videos, and iframes
@@ -482,6 +482,15 @@ Animation type: discrete
482482
<dt>vertical
483483
<dd>The UA presents a unidirectional vertical resizing mechanism
484484
to allow the user to adjust only the height of the element.
485+
486+
<dt>block
487+
<dd>The UA presents a unidirectional [=block-axis=] resizing mechanism
488+
to allow the user to adjust only the [=block size=] of the element.
489+
490+
<dt>inline
491+
<dd>The UA presents a unidirectional [=inline-axis=] resizing mechanism
492+
to allow the user to adjust only the [=inline size=] of the element.
493+
485494
</dl>
486495

487496
Currently it is possible to control the appearance of the scrolling mechanism (if any)

0 commit comments

Comments
 (0)