Skip to content

Commit 570831f

Browse files
committed
[css-text-3] Markup fixes
1 parent 6e9422e commit 570831f

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

css-text-3/Overview.bs

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Work Status: Refining
77
Group: csswg
88
ED: https://drafts.csswg.org/css-text-3/
99
TR: https://www.w3.org/TR/css-text-3/
10+
Previous Version: https://www.w3.org/TR/2018/WD-css-text-3-20180920/
1011
Previous Version: https://www.w3.org/TR/2017/WD-css-text-3-20170822/
1112
Previous Version: https://www.w3.org/TR/2013/WD-css-text-3-20131010/
1213
Previous Version: https://www.w3.org/TR/2012/WD-css3-text-20121113/
@@ -183,7 +184,7 @@ Languages and Typesetting</h3>
183184

184185
The [=content language=] an element is declared to be in
185186
also identifies the specific written form of that language used in that element,
186-
known as the <dfn export>writing system</dfn>.
187+
known as the <dfn export local-lt="writing system">content writing system</dfn>.
187188

188189
Note: Depending on the [=document language=]'s facilities for identifying the [=content language=],
189190
information about the [=writing system=] may only be carried implicitly.
@@ -2160,16 +2161,17 @@ Cursive Scripts</h4>
21602161
when any of the following are true
21612162
for any box whose boundary separates the two <a>typographic character units</a>:
21622163

2163-
1. Any of 'margin'/'border'/'padding'
2164+
* Any of 'margin'/'border'/'padding'
21642165
separating the two <a>typographic character units</a> in the inline axis
21652166
is non-zero.
2166-
2. 'vertical-align' is not ''vertical-align/baseline''.
2167-
3. The boundary is a <a lt="bidi-isolates">bidi isolation boundary</a>.
2167+
* 'vertical-align' is not ''vertical-align/baseline''.
2168+
* The boundary is a <a lt="bidi-isolates">bidi isolation boundary</a>.
21682169

21692170
Text shaping <em>must not</em> be broken across inline box boundaries
21702171
when there is no effective change in formatting,
21712172
or if the only formatting changes do not affect the glyphs
21722173
(as in applying <a href="https://www.w3.org/TR/css-text-decoration/">text decoration</a>).
2174+
21732175
Text shaping <em>should not</em> be broken across inline box boundaries otherwise,
21742176
if it is reasonable and possible for that case given the limitations of the font technology.
21752177

@@ -2740,13 +2742,13 @@ Tagging Content by Writing System</h2>
27402742

27412743
* If the [=content language=] is Chinese and the [=writing system=] is unspecified,
27422744
or for any [=content language=] if the [=writing system=] to specified to be one of the ''Hant'', ''Hans'', ''Hani'', ''Hanb'', or ''Bopo'' [[ISO15924]] codes,
2743-
then the [=writing system=] is <dfn no-export for=writing-system>Chinese</dfn>.
2745+
then the [=writing system=] is <dfn noexport for=writing-system>Chinese</dfn>.
27442746
* If the [=content language=] is Japanese and the [=writing system=] is unspecified,
27452747
or for any [=content language=] if the [=writing system=] to specified to be one of the ''Jpan'', ''Hrkt'', ''Hira'' or ''Kana'' [[ISO15924]] codes,
2746-
then the [=writing system=] is <dfn no-export for=writing-system>Japanese</dfn>.
2748+
then the [=writing system=] is <dfn noexport for=writing-system>Japanese</dfn>.
27472749
* If the [=content language=] is Korean and the [=writing system=] is unspecified,
27482750
or for any [=content language=] if the [=writing system=] to specified to be one of the ''Kore'', ''Hang'', or ''Jamo'' [[ISO15924]] codes,
2749-
then the [=writing system=] is <dfn no-export for=writing-system>Korean</dfn>.
2751+
then the [=writing system=] is <dfn noexport for=writing-system>Korean</dfn>.
27502752
* The [=writing system=] is only considered to be <dfn for=writing-system lt='known | unknown'>unknown</dfn>
27512753
if the [=content language=] itself is unknown,
27522754
or if it explicitly indicates an unknown writing system.

0 commit comments

Comments
 (0)