Skip to content

Commit a37765b

Browse files
committed
[css-writing-modes-3][editorial] bikeshed fixes. w3c#11789
1 parent d90c9c4 commit a37765b

File tree

1 file changed

+23
-14
lines changed

1 file changed

+23
-14
lines changed

css-writing-modes-3/Overview.bs

Lines changed: 23 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,12 @@ Link Defaults: css2 (property) display/min-height/max-height/min-width/max-width
2121
Status Text: <div class=correction><a href="https://www.w3.org/Consortium/Process/#candidate-correction">Candidate corrections</a> are marked in the document.</div>
2222
</pre>
2323
<pre class=link-defaults>
24-
spec:css2; type:property; text:float
25-
spec:css2; type:property; text:clear
24+
spec:css2; type:property;
25+
text:float
26+
text:clear
27+
text:line-height
2628
spec:css-text-3; type:dfn; text:character
29+
spec:css-backgrounds-3; type:property; text:box-shadow
2730
</pre>
2831

2932
<style>
@@ -470,7 +473,7 @@ Embeddings and Overrides: the 'unicode-bidi' property</h3>
470473
<small>* The LRO/RLO+PDF pairs are also applied
471474
to the <a>root inline box</a> of a <a>block container</a>
472475
if these values of 'unicode-bidi'
473-
were specified on the <a>block container</a>.
476+
were specified on the <a>block container</a>.</small>
474477
</table>
475478

476479
<p class=note>Because the 'unicode-bidi' property does not inherit,
@@ -1358,7 +1361,7 @@ Vertical Typesetting and Font Features</h4>
13581361
the UA <em>may wish to</em> [[!RFC6919]] (but is not expected to)
13591362
synthesize the missing glyphs by <a href="#typeset-sideways">typesetting them sideways</a> etc.
13601363

1361-
<dt><dfn id='typeset-sideways' lt="typeset sideways | sideways typesetting | typesetting sideways" local-lt='sideways' export>sideways typesetting
1364+
<dt><dfn id='typeset-sideways' lt="typeset sideways | sideways typesetting | typesetting sideways" local-lt='sideways' export>sideways typesetting</dfn>
13621365
<dd>
13631366
<a>Typographic character units</a> typeset as a run
13641367
rotated 90&deg; clockwise from their upright orientation,
@@ -1525,11 +1528,11 @@ Abstract Box Terminology</h2>
15251528
is only one set of these terms.
15261529

15271530
<figure id="abstract-ltr-tb">
1528-
<img src="diagrams/sizing-ltr-tb.svg">
1531+
<img src="diagrams/sizing-ltr-tb.svg" width=460 height=280>
15291532
<figcaption>Physical & flow-relative terms as applicable to typical English text layout</figcaption>
15301533
</figure>
15311534
<figure id="abstract-ttb-rl">
1532-
<img src="diagrams/sizing-ttb-rl.svg">
1535+
<img src="diagrams/sizing-ttb-rl.svg" width=460 height=280>
15331536
<figcaption>Physical & flow-relative terms as applicable to vertical Chinese text layout</figcaption>
15341537
</figure>
15351538

@@ -1926,8 +1929,8 @@ Orthogonal Flows</h3>
19261929

19271930

19281931
<div class="note">
1929-
We appreciate feedback in general,
1930-
but we are particularly interested in feedback
1932+
We appreciate feedback in general,
1933+
but we are particularly interested in feedback
19311934
on this particularly complicated section.
19321935
</div>
19331936

@@ -2197,7 +2200,7 @@ Purely Physical Mappings</h3>
21972200
and do not respond to changes in writing mode:
21982201

21992202
<ul>
2200-
<li>the ''rect()'' notation of the 'clip' property [[!CSS2]]
2203+
<li>the <l spec=css-shapes-1>''rect()''</l> notation of the 'clip' property [[!CSS2]]
22012204
<li>the background properties [[!CSS2]] [[!CSS3BG]]
22022205
<li>the border-image properties [[!CSS3BG]]
22032206
<li>the offsets of the 'box-shadow' and 'text-shadow' properties
@@ -2523,11 +2526,17 @@ Full-width Characters</h5>
25232526
can potentially affect the selection of variants for characters included in combined text runs.
25242527
Authors are advised to use these properties with care when 'text-combine-upright' is also used.
25252528

2526-
Privacy and Security Considerations {#priv-sec}
2527-
===============================================
2529+
Privacy Considerations {#priv}
2530+
==============================
2531+
2532+
This specification introduces no new privacy leaks.
2533+
2534+
Security Considerations {#sec}
2535+
==============================
2536+
2537+
This specification introduces no new security considerations
2538+
beyond "implement it correctly".
25282539

2529-
This specification introduces no new privacy leaks,
2530-
or security considerations beyond "implement it correctly".
25312540

25322541
<h2 class="no-num" id="changes">Changes</h2>
25332542

@@ -2545,7 +2554,7 @@ Privacy and Security Considerations {#priv-sec}
25452554
<li>
25462555
Clarified that the [=central baseline=] is the [=ideographic central baseline=].
25472556
(<a href="https://github.com/w3c/csswg-drafts/issues/5177">Issue 5177</a>)
2548-
<li>Reshuffled text in the [[#intro]] and improved cross-linking.
2557+
<li>Reshuffled text in [[#text-flow]] and improved cross-linking.
25492558
</ul>
25502559

25512560
<h2 class="no-num" id="acknowledgements">

0 commit comments

Comments
 (0)