Skip to content

Commit 421bec6

Browse files
committed
[css-sizing-4] Revert to ED
1 parent 730f90d commit 421bec6

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

css-sizing-3/Overview.bs

+9-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Title: CSS Intrinsic & Extrinsic Sizing Module Level 3
33
Shortname: css-sizing
44
Level: 3
5-
Status: WD
5+
Status: ED
66
Work Status: Refining
77
Group: csswg
88
ED: https://drafts.csswg.org/css-sizing-3/
@@ -90,7 +90,14 @@ Terminology</h2>
9090
alternatively a width and/or height.
9191

9292
<figure>
93-
<img style="max-width: 49%;" src="images/sizing-ltr-tb.svg" alt="In left-to-right, top-to-bottom horizontal English, the horizontal width and inline size are synonymous, and vertical height and block size are synonymous."><img style="max-width: 49%;" src="images/sizing-ttb-rl.svg" alt="In top-to-bottom, right-to-left vertical Japanese, the horizontal width and block size are synonymous, and vertical height and inline size are synonymous.">
93+
<img style="max-width: 49%;" src="images/sizing-ltr-tb.svg"
94+
alt="In left-to-right, top-to-bottom horizontal English,
95+
the horizontal width and inline size are synonymous,
96+
and vertical height and block size are synonymous."
97+
><img style="max-width: 49%;" src="images/sizing-ttb-rl.svg"
98+
alt="In top-to-bottom, right-to-left vertical Japanese,
99+
the horizontal width and block size are synonymous,
100+
and vertical height and inline size are synonymous.">
94101
<figcaption>Whether the <a>width</a> or <a>height</a> corresponds
95102
to an <a>inline size</a> or <a>block size</a> depends on the <a>writing mode</a>.</figcaption>
96103
</figure>

0 commit comments

Comments
 (0)