Skip to content

Commit 1632ee4

Browse files
committed
Change Kenten Gothic from an example to a note <http://lists.w3.org/Archives/Public/www-style/2012May/0120.html>
1 parent 19b14ac commit 1632ee4

2 files changed

Lines changed: 18 additions & 20 deletions

File tree

css3-text/Overview.html

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1433,13 +1433,14 @@ <h3 id=word-break><span class=secno>4.2. </span> Word Breaking Rules: the
14331433
<dt><dfn id=keep-all title="word-break:keep-all">&lsquo;<code
14341434
class=css>keep-all</code>&rsquo;</dfn>
14351435

1436-
<dd>Lines may break only at <a href="#word-separator">word separators</a>
1437-
and other explicit break opportunities. Otherwise this option is
1438-
equivalent to &lsquo;<code class=css>normal</code>&rsquo;. This option is
1439-
mostly used where word separator characters are present to create
1440-
line-breaking opportunities. Such sytle is sometimes seen in Korean
1441-
magazines, and is also useful for mixed-script text where CJK snippets
1442-
are mixed into another language that uses spaces for seapration.
1436+
<dd>Break opportunties between ID/ID, AL/ID, and ID/AL as defined in <a
1437+
href="#UAX14" rel=biblioentry>[UAX14]<!--{{UAX14}}--></a> are prohibited.
1438+
Otherwise this option is equivalent to &lsquo;<code
1439+
class=css>normal</code>&rsquo;. This option is mostly used where word
1440+
separator characters are present to create line-breaking opportunities.
1441+
Such sytle is sometimes seen in Korean magazines, and is also useful for
1442+
mixed-script text where CJK snippets are mixed into another language that
1443+
uses spaces for seapration.
14431444
</dl>
14441445

14451446
<div class=example>
@@ -4133,12 +4134,10 @@ <h4 id=text-emphasis-style><span class=secno>10.2.1. </span> Emphasis Mark
41334134
upright in vertical writing modes: like CJK characters, they do not rotate
41344135
to match the writing mode.
41354136

4136-
<div class=example>
4137-
<p>One example of good fonts for emphasis marks is Adobe's opensource
4138-
project, <a href="http://sourceforge.net/adobe/kenten-generic/">Kenten
4139-
Generic OpenType Font</a>, which is specially designed for the emphasis
4140-
marks.</p>
4141-
</div>
4137+
<p class=note> One example of good fonts for emphasis marks is Adobe's
4138+
opensource project, <a
4139+
href="http://sourceforge.net/adobe/kenten-generic/">Kenten Generic
4140+
OpenType Font</a>, which is specially designed for the emphasis marks.
41424141

41434142
<p>The marks are drawn once for each <a
41444143
href="#character"><i>character</i></a>. However, emphasis marks are not

css3-text/Overview.src.html

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -969,9 +969,8 @@ <h3 id="word-break">
969969
the text is predominantly using CJK characters with few non-CJK excerpts
970970
and it is desired that the text be better distributed on each line.</dd>
971971
<dt><dfn title="word-break:keep-all">''keep-all''</dfn></dt>
972-
<dd>Lines may break only at <a href="#word-separator">word separators</a>
973-
and other explicit break opportunities. Otherwise this option is
974-
equivalent to ''normal''.
972+
<dd>Break opportunties between ID/ID, AL/ID, and ID/AL as defined in [[UAX14]]
973+
are prohibited. Otherwise this option is equivalent to ''normal''.
975974
This option is mostly used where word separator characters are present
976975
to create line-breaking opportunities.
977976
Such sytle is sometimes seen in Korean magazines, and is also useful for
@@ -3113,11 +3112,11 @@ <h4 id="text-emphasis-style">
31133112
Marks must remain upright in vertical writing modes: like CJK
31143113
characters, they do not rotate to match the writing mode.</p>
31153114

3116-
<div class="example">
3117-
<p>One example of good fonts for emphasis marks is Adobe's opensource project,
3115+
<p class="note">
3116+
One example of good fonts for emphasis marks is Adobe's opensource project,
31183117
<a href="http://sourceforge.net/adobe/kenten-generic/">Kenten Generic OpenType Font</a>,
3119-
which is specially designed for the emphasis marks.</p>
3120-
</div>
3118+
which is specially designed for the emphasis marks.
3119+
</p>
31213120

31223121
<p>The marks are drawn once for each <i>character</i>. However,
31233122
emphasis marks are not drawn for characters that are:</p>

0 commit comments

Comments
 (0)