|
32 | 32 |
|
33 | 33 | <h1>CSS Text Level 3</h1> |
34 | 34 |
|
35 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 19 April 2012</h2> |
| 35 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 21 April 2012</h2> |
36 | 36 |
|
37 | 37 | <dl> |
38 | 38 | <dt>This version: |
39 | 39 |
|
40 | 40 | <dd><a href="http://dev.w3.org/csswg/css3-text/">$Date$ (CVS |
41 | 41 | $Revision$)</a> <!-- |
42 | | - <dd><a href="http://www.w3.org/TR/2012/WD-css3-text-20120419/">http://www.w3.org/TR/2012/WD-css3-text-20120419/</a></dd> |
| 42 | + <dd><a href="http://www.w3.org/TR/2012/WD-css3-text-20120421/">http://www.w3.org/TR/2012/WD-css3-text-20120421/</a></dd> |
43 | 43 | --> |
44 | 44 |
|
45 | 45 |
|
@@ -469,6 +469,23 @@ <h3 id=terms><span class=secno>1.3. </span> Terminology</h3> |
469 | 469 | dividing grapheme clusters by element boundaries may give inconsistent or |
470 | 470 | undesired results. |
471 | 471 |
|
| 472 | + <p>The <dfn id=content-language>content language</dfn> of an element is the |
| 473 | + (human) language the element is declared to be in, according to the rules |
| 474 | + of the <a href="http://www.w3.org/CSS21/conform.html#doclanguage">document |
| 475 | + language</a>. For example, the rules for determining the content language |
| 476 | + of an HTML element use the <code>lang</code> attribute and are defined in |
| 477 | + <a href="#HTML5" rel=biblioentry>[HTML5]<!--{{HTML5}}--></a>, and the |
| 478 | + rules for determining the content language of an XML element use the |
| 479 | + <code>xml:lang</code> attribute and are <a |
| 480 | + href="http://www.w3.org/TR/REC-xml/#sec-lang-tag">defined</a> in [[XML]]. |
| 481 | + Note that it is possible for the <a href="#content-language"><i>content |
| 482 | + language</i></a> of an element to be unknown. |
| 483 | + |
| 484 | + <p>Other terminology and concepts used in this specification are defined in |
| 485 | + <a href="#CSS21" rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a> and <a |
| 486 | + href="#CSS3-WRITING-MODES" |
| 487 | + rel=biblioentry>[CSS3-WRITING-MODES]<!--{{!CSS3-WRITING-MODES}}--></a>. |
| 488 | + |
472 | 489 | <h2 id=transforming><span class=secno>2. </span> Transforming Text</h2> |
473 | 490 |
|
474 | 491 | <h3 id=text-transform><span class=secno>2.1. </span> <a name=caps-prop></a> |
@@ -566,9 +583,11 @@ <h3 id=text-transform><span class=secno>2.1. </span> <a name=caps-prop></a> |
566 | 583 | must use the full case mappings for Unicode characters, including any |
567 | 584 | conditional casing rules, as defined in Default Case Algorithm section. If |
568 | 585 | (and only if) the content language of the element is, according to the |
569 | | - rules of the document language, known, then any appropriate |
570 | | - language-specific rules must be applied as well. These minimally include, |
571 | | - but are not limited to, the language-specific rules in Unicode's <a |
| 586 | + rules of the <a |
| 587 | + href="http://www.w3.org/CSS21/conform.html#doclanguage">document |
| 588 | + language</a>, known, then any appropriate language-specific rules must be |
| 589 | + applied as well. These minimally include, but are not limited to, the |
| 590 | + language-specific rules in Unicode's <a |
572 | 591 | href="http://www.unicode.org/Public/UNIDATA/SpecialCasing.txt">SpecialCasing.txt</a>. |
573 | 592 |
|
574 | 593 |
|
@@ -1611,7 +1630,7 @@ <h3 id=text-wrap><span class=secno>6.1. </span> Text Wrap Settings: the |
1611 | 1630 | <tr> |
1612 | 1631 | <th><a href="#values">Value</a>: |
1613 | 1632 |
|
1614 | | - <td>normal | none | avoid |
| 1633 | + <td>normal | nowrap | avoid |
1615 | 1634 |
|
1616 | 1635 | <tr> |
1617 | 1636 | <th>Initial: |
@@ -4756,6 +4775,15 @@ <h3 class=no-num id=informative-ref>Informative references</h3> |
4756 | 4775 | </dd> |
4757 | 4776 | <!----> |
4758 | 4777 |
|
| 4778 | + <dt id=HTML5>[HTML5] |
| 4779 | + |
| 4780 | + <dd>Ian Hickson. <a |
| 4781 | + href="http://www.w3.org/TR/2011/WD-html5-20110525/"><cite>HTML5.</cite></a> |
| 4782 | + 25 May 2011. W3C Working Draft. (Work in progress.) URL: <a |
| 4783 | + href="http://www.w3.org/TR/2011/WD-html5-20110525/">http://www.w3.org/TR/2011/WD-html5-20110525/</a> |
| 4784 | + </dd> |
| 4785 | + <!----> |
| 4786 | + |
4759 | 4787 | <dt id=JIS4051>[JIS4051] |
4760 | 4788 |
|
4761 | 4789 | <dd><cite>Formatting rules for Japanese documents |
@@ -5880,7 +5908,7 @@ <h2 class=no-num id=appendix-h-full-property-index>Appendix H: Full |
5880 | 5908 | <tr> |
5881 | 5909 | <th><a class=property href="#text-wrap0">text-wrap</a> |
5882 | 5910 |
|
5883 | | - <td>normal | none | avoid |
| 5911 | + <td>normal | nowrap | avoid |
5884 | 5912 |
|
5885 | 5913 | <td>normal |
5886 | 5914 |
|
|
0 commit comments