Skip to content

Commit

Permalink
[css-writing-modes-3][editorial] bikeshed fixes. #11789
Browse files Browse the repository at this point in the history
  • Loading branch information
tabatkins committed Feb 26, 2025
1 parent d90c9c4 commit a37765b
Showing 1 changed file with 23 additions and 14 deletions.
37 changes: 23 additions & 14 deletions css-writing-modes-3/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,12 @@ Link Defaults: css2 (property) display/min-height/max-height/min-width/max-width
Status Text: <div class=correction><a href="https://www.w3.org/Consortium/Process/#candidate-correction">Candidate corrections</a> are marked in the document.</div>
</pre>
<pre class=link-defaults>
spec:css2; type:property; text:float
spec:css2; type:property; text:clear
spec:css2; type:property;
text:float
text:clear
text:line-height
spec:css-text-3; type:dfn; text:character
spec:css-backgrounds-3; type:property; text:box-shadow
</pre>

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

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

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

<figure id="abstract-ltr-tb">
<img src="diagrams/sizing-ltr-tb.svg">
<img src="diagrams/sizing-ltr-tb.svg" width=460 height=280>
<figcaption>Physical & flow-relative terms as applicable to typical English text layout</figcaption>
</figure>
<figure id="abstract-ttb-rl">
<img src="diagrams/sizing-ttb-rl.svg">
<img src="diagrams/sizing-ttb-rl.svg" width=460 height=280>
<figcaption>Physical & flow-relative terms as applicable to vertical Chinese text layout</figcaption>
</figure>

Expand Down Expand Up @@ -1926,8 +1929,8 @@ Orthogonal Flows</h3>


<div class="note">
We appreciate feedback in general,
but we are particularly interested in feedback
We appreciate feedback in general,
but we are particularly interested in feedback
on this particularly complicated section.
</div>

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

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

Privacy and Security Considerations {#priv-sec}
===============================================
Privacy Considerations {#priv}
==============================

This specification introduces no new privacy leaks.

Security Considerations {#sec}
==============================

This specification introduces no new security considerations
beyond "implement it correctly".

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

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

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

<h2 class="no-num" id="acknowledgements">
Expand Down

0 comments on commit a37765b

Please sign in to comment.