Skip to content

Commit c033b96

Browse files
committed
1 parent 51caec6 commit c033b96

1 file changed

Lines changed: 11 additions & 8 deletions

File tree

css3-text/Overview.html

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
<h1>CSS Text Level 3</h1>
3434

35-
<h2 class="no-num no-toc" id=longstatus-date>W3C Working Draft 14 August
35+
<h2 class="no-num no-toc" id=longstatus-date>W3C Working Draft 26 August
3636
2012</h2>
3737

3838
<dl>
@@ -42,7 +42,7 @@ <h2 class="no-num no-toc" id=longstatus-date>W3C Working Draft 14 August
4242
-->
4343

4444
<dd><a
45-
href="http://www.w3.org/TR/2012/WD-css3-text-20120814/">http://www.w3.org/TR/2012/WD-css3-text-20120814/</a>
45+
href="http://www.w3.org/TR/2012/WD-css3-text-20120826/">http://www.w3.org/TR/2012/WD-css3-text-20120826/</a>
4646

4747
<dt>Latest version:
4848

@@ -602,10 +602,11 @@ <h3 id=text-transform><span class=secno>2.1. </span> <a name=caps-prop></a>
602602
Thus the usual case mappings between “I” and “i” are replaced
603603
with a different set of mappings to their respective undotted/dotted
604604
counterparts, which do not exist in English. This mapping must only take
605-
effect if the language is known to be Turkish (or another Turkic language
606-
that uses Turkish casing rules); in other languages, the usual mapping of
607-
“I” and “i” is required. This rule is thus conditionally defined
608-
in Unicode's SpecialCasing.txt file.
605+
effect if the <a href="#content-language"><i>content language</i></a> is
606+
known to be Turkish (or another Turkic language that uses Turkish casing
607+
rules); in other languages, the usual mapping of “I” and “i” is
608+
required. This rule is thus conditionally defined in Unicode's
609+
SpecialCasing.txt file.
609610
</div>
610611
<!--
611612
<div class="example">
@@ -1318,7 +1319,8 @@ <h3 id=line-break><span class=secno>5.2. </span> Breaking Rules for
13181319
<li>breaks before the Katakana-Hiragana prolonged sound mark:
13191320
ー U+30FC
13201321
</ul>
1321-
If the language is known to be Chinese or Japanese, then additionally:
1322+
If the <a href="#content-language"><i>content language</i></a> is known
1323+
to be Chinese or Japanese, then additionally:
13221324
<ul>
13231325
<li>breaks before hyphens:<br>
13241326
‐ U+2010, – U+2013, 〜 U+301C, ゠ U+30A0
@@ -1335,7 +1337,8 @@ <h3 id=line-break><span class=secno>5.2. </span> Breaking Rules for
13351337
<li>breaks between some inseparable characters:<br>
13361338
‥ U+2025, … U+2026
13371339
</ul>
1338-
If the language is known to be Chinese or Japanese, then additionally:
1340+
If the <a href="#content-language"><i>content language</i></a> is known
1341+
to be Chinese or Japanese, then additionally:
13391342
<ul>
13401343
<li>breaks before certain centered punctuation marks:<br>
13411344
: U+003A, ; U+003B, ・ U+30FB, : U+FF1A, ; U+FF1B,

0 commit comments

Comments
 (0)