File tree 2 files changed +10
-10
lines changed
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -245,15 +245,6 @@ Flow-Relative Values for the 'text-align' Property</h3>
245
245
246
246
These values are normatively defined in [[!css-text-3]] .
247
247
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
-
257
248
<h2 id="page">
258
249
Flow-Relative Page Classifications</h2>
259
250
Original file line number Diff line number Diff line change @@ -456,7 +456,7 @@ and if so, along which axis/axes.
456
456
457
457
<pre class="propdef">
458
458
Name : resize
459
- Value : none | both | horizontal | vertical
459
+ Value : none | both | horizontal | vertical | block | inline
460
460
Initial : none
461
461
Applies to : elements with 'overflow' other than visible,
462
462
and optionally replaced elements such as images, videos, and iframes
@@ -482,6 +482,15 @@ Animation type: discrete
482
482
<dt> vertical
483
483
<dd> The UA presents a unidirectional vertical resizing mechanism
484
484
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
+
485
494
</dl>
486
495
487
496
Currently 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