File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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">
258249Flow-Relative Page Classifications</h2>
259250
Original file line number Diff line number Diff line change @@ -456,7 +456,7 @@ and if so, along which axis/axes.
456456
457457<pre class="propdef">
458458Name : resize
459- Value : none | both | horizontal | vertical
459+ Value : none | both | horizontal | vertical | block | inline
460460Initial : none
461461Applies 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
487496Currently it is possible to control the appearance of the scrolling mechanism (if any)
You can’t perform that action at this time.
0 commit comments