@@ -21,9 +21,12 @@ Link Defaults: css2 (property) display/min-height/max-height/min-width/max-width
21
21
Status Text : <div class=correction><a href="https://www.w3.org/Consortium/Process/#candidate-correction">Candidate corrections</a> are marked in the document.</div>
22
22
</pre>
23
23
<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
26
28
spec:css-text-3; type:dfn; text:character
29
+ spec:css-backgrounds-3; type:property; text:box-shadow
27
30
</pre>
28
31
29
32
<style>
@@ -470,7 +473,7 @@ Embeddings and Overrides: the 'unicode-bidi' property</h3>
470
473
<small> * The LRO/RLO+PDF pairs are also applied
471
474
to the <a>root inline box</a> of a <a>block container</a>
472
475
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>
474
477
</table>
475
478
476
479
<p class=note> Because the 'unicode-bidi' property does not inherit,
@@ -1358,7 +1361,7 @@ Vertical Typesetting and Font Features</h4>
1358
1361
the UA <em> may wish to</em> [[!RFC6919]] (but is not expected to)
1359
1362
synthesize the missing glyphs by <a href="#typeset-sideways">typesetting them sideways</a> etc.
1360
1363
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>
1362
1365
<dd>
1363
1366
<a>Typographic character units</a> typeset as a run
1364
1367
rotated 90° clockwise from their upright orientation,
@@ -1525,11 +1528,11 @@ Abstract Box Terminology</h2>
1525
1528
is only one set of these terms.
1526
1529
1527
1530
<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 >
1529
1532
<figcaption> Physical & flow-relative terms as applicable to typical English text layout</figcaption>
1530
1533
</figure>
1531
1534
<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 >
1533
1536
<figcaption> Physical & flow-relative terms as applicable to vertical Chinese text layout</figcaption>
1534
1537
</figure>
1535
1538
@@ -1926,8 +1929,8 @@ Orthogonal Flows</h3>
1926
1929
1927
1930
1928
1931
<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
1931
1934
on this particularly complicated section.
1932
1935
</div>
1933
1936
@@ -2197,7 +2200,7 @@ Purely Physical Mappings</h3>
2197
2200
and do not respond to changes in writing mode:
2198
2201
2199
2202
<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]]
2201
2204
<li> the background properties [[!CSS2]] [[!CSS3BG]]
2202
2205
<li> the border-image properties [[!CSS3BG]]
2203
2206
<li> the offsets of the 'box-shadow' and 'text-shadow' properties
@@ -2523,11 +2526,17 @@ Full-width Characters</h5>
2523
2526
can potentially affect the selection of variants for characters included in combined text runs.
2524
2527
Authors are advised to use these properties with care when 'text-combine-upright' is also used.
2525
2528
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".
2528
2539
2529
- This specification introduces no new privacy leaks,
2530
- or security considerations beyond "implement it correctly".
2531
2540
2532
2541
<h2 class="no-num" id="changes">Changes</h2>
2533
2542
@@ -2545,7 +2554,7 @@ Privacy and Security Considerations {#priv-sec}
2545
2554
<li>
2546
2555
Clarified that the [=central baseline=] is the [=ideographic central baseline=] .
2547
2556
(<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.
2549
2558
</ul>
2550
2559
2551
2560
<h2 class="no-num" id="acknowledgements">
0 commit comments