diff --git a/css-exclusions-1/Overview.bs b/css-exclusions-1/Overview.bs index 65596b765d6..e471355dd11 100644 --- a/css-exclusions-1/Overview.bs +++ b/css-exclusions-1/Overview.bs @@ -648,11 +648,11 @@ Processing Model Example <body> <div id="d1"> Lorem ipsusm ... - <p id="e1"></p> + <p id="e1"></p> </div> <div id="d2"> Lorem ipsusm ... - <p id="e2" ></p> + <p id="e2" ></p> </div> </body> </html> diff --git a/css-overflow-3/Overview.bs b/css-overflow-3/Overview.bs index c7b6b3f2f2d..63eb8f66797 100644 --- a/css-overflow-3/Overview.bs +++ b/css-overflow-3/Overview.bs @@ -600,8 +600,8 @@ Sample HTML fragments, renderings, and your browser:
HTML | Reference rendering | Your Browser | |||
---|---|---|---|---|---|
<div>שלום 123456</div> | 123456 ם… | - | |||
<div dir=rtl>שלום 123456</div> | …456 שלום | + | <div>שלום 123456</div> | 123456 ם… | + |
<div dir=rtl>שלום 123456</div> | …456 שלום |
HTML | Reference rendering | Your Browser | |||
---|---|---|---|---|---|
<div>שלום 123456</div> | 123456 ם… | - | |||
<div dir=rtl>שלום 123456</div> | …456 שלום | + | <div>שלום 123456</div> | 123456 ם… | + |
<div dir=rtl>שלום 123456</div> | …456 שלום |
.figure { float-reference: column; float: bottom; clear: none } -<div class=figure></div> -<div class=figure></div> +<div class=figure></div> +<div class=figure></div>
.figure { float-reference: column; float: bottom; clear: bottom } -<div class=figure></div> -<div class=figure></div> +<div class=figure></div> +<div class=figure></div>
.figure { float-reference: column; float: bottom; clear: top } -<div class=figure></div> -<div class=figure></div> +<div class=figure></div> +<div class=figure></div>
.figure { float-reference: column; float: bottom; clear: bottom } -<div class=figure></div> -<div class=figure></div> +<div class=figure></div> +<div class=figure></div>
.figure { float-reference: page; float: top; clear: top } -<div class=figure></div> -<div class=figure></div> +<div class=figure></div> +<div class=figure></div>@@ -631,8 +631,8 @@ The 'clear' property .figure.one { float-reference: column; float: top; clear: top } .figure.two { float-reference: column; float: bottom; clear: bottom } -<div class="figure one"></div> -<div class="figure two"></div> +<div class="figure one"></div> +<div class="figure two"></div> @@ -655,7 +655,7 @@ The 'clear' property
Name: float-defer - Value: <integer> | last | none + Value: <integer> | last | none Initial: none Applies to: floats Inherited: no diff --git a/css-regions-1/Overview.bs b/css-regions-1/Overview.bs index 96222d74843..277bd08cd89 100644 --- a/css-regions-1/Overview.bs +++ b/css-regions-1/Overview.bs @@ -1483,7 +1483,7 @@ Multi-column regions <body> <article>...</article> - <div id="multicol"></div> + <div id="multicol"></div> <div id="remainder"></div> </body>diff --git a/css-tables-3/Overview.bs b/css-tables-3/Overview.bs index b8d523032f3..267f545a34c 100644 --- a/css-tables-3/Overview.bs +++ b/css-tables-3/Overview.bs @@ -774,7 +774,7 @@ spec:css-sizing-3; type:property; text:box-sizing A table-root is said to be laid out in fixed mode whenever the computed value of the 'table-layout' property is equal to
fixed
,
and the specified width of the table root is either
- a <length-percentage>
,
+ a <length-percentage>
,
min-content
or
fit-content
.
When the specified width is not one of those values,
diff --git a/css-ui-3/Overview.bs b/css-ui-3/Overview.bs
index 5050ca73f61..5daf9d14887 100644
--- a/css-ui-3/Overview.bs
+++ b/css-ui-3/Overview.bs
@@ -710,8 +710,8 @@ Sample HTML fragments, renderings, and your browser:
HTML | Reference rendering | Your Browser | |||
---|---|---|---|---|---|
<div>שלום 123456</div> | 123456 ם… | - | |||
<div dir=rtl>שלום 123456</div> | …456 שלום | + | <div>שלום 123456</div> | 123456 ם… | + |
<div dir=rtl>שלום 123456</div> | …456 שלום |