|
10 | 10 | rel=dcterms.rights> |
11 | 11 | <meta content="CSS Text Module Level 3 (CSS3 Text)" name=dcterms.title> |
12 | 12 | <meta content=text name=dcterms.type> |
13 | | - <meta content=2013-07-16 name=dcterms.date> |
| 13 | + <meta content=2013-07-17 name=dcterms.date> |
14 | 14 | <meta content="Elika J. Etemad" name=dcterms.creator> |
15 | 15 | <meta content="Koji Ishii" name=dcterms.creator> |
16 | 16 | <meta content=W3C name=dcterms.publisher> |
|
68 | 68 |
|
69 | 69 | <h1>CSS Text Module Level 3</h1> |
70 | 70 |
|
71 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 16 July 2013</h2> |
| 71 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 17 July 2013</h2> |
72 | 72 |
|
73 | 73 | <dl> |
74 | 74 | <dt>This version:</dt> |
75 | 75 | <!-- |
76 | | - <dd><a href="http://www.w3.org/TR/2013/WD-css3-text-20130716/">http://www.w3.org/TR/2013/WD-css3-text-20130716/</a></dd> |
| 76 | + <dd><a href="http://www.w3.org/TR/2013/WD-css3-text-20130717/">http://www.w3.org/TR/2013/WD-css3-text-20130717/</a></dd> |
77 | 77 | --> |
78 | 78 |
|
79 | 79 | <dd><a |
@@ -2702,6 +2702,10 @@ <h3 id=letter-spacing><span class=secno>8.2. </span> Tracking: the ‘<a |
2702 | 2702 | class=property>letter-spacing</code></a>’), user agents should not apply |
2703 | 2703 | optional ligatures. |
2704 | 2704 |
|
| 2705 | + <p class=example> For example, if the word “filial” is letter-spaced, |
| 2706 | + an “fi” ligature should not be used as it will prevent even spacing of |
| 2707 | + the text. |
| 2708 | + |
2705 | 2709 | <p>UAs may apply letter-spacing to cursive scripts. In this case, UAs |
2706 | 2710 | should extend the space between disjoint characters as specified above |
2707 | 2711 | <em>and</em> extend the visible connection between cursively connected |
@@ -3170,13 +3174,12 @@ <h3 id=bidi-linebox><span class=secno>9.3. </span> Bidirectionality and |
3170 | 3174 |
|
3171 | 3175 | <p>As expected, the "Hello!" should be displayed LTR (i.e. with the |
3172 | 3176 | exclamation mark on the right end, despite the |
3173 | | - <code><textarea></code>‘<code class=css>s </code>’‘<code |
3174 | | - class=css>direction:rtl</code>’‘<code class=css>) and left-aligned. |
3175 | | - This makes the empty line following it left-aligned as well, which means |
3176 | | - that the caret on that line should appear at its left edge. The first |
3177 | | - empty line, on the other hand, should be right-aligned, due to the RTL |
3178 | | - direction of its containing paragraph, the <code><textarea></code>. |
3179 | | - </code> |
| 3177 | + <code><textarea></code>’s ‘<code |
| 3178 | + class=css>direction:rtl</code>’) and left-aligned. This makes the empty |
| 3179 | + line following it left-aligned as well, which means that the caret on |
| 3180 | + that line should appear at its left edge. The first empty line, on the |
| 3181 | + other hand, should be right-aligned, due to the RTL direction of its |
| 3182 | + containing paragraph, the <code><textarea></code>. |
3180 | 3183 | </div> |
3181 | 3184 |
|
3182 | 3185 | <h2 id=conformance><span class=secno>10. </span> Conformance</h2> |
@@ -3296,7 +3299,7 @@ <h3 id=testing><span class=secno>10.5. </span>Non-Experimental |
3296 | 3299 | W3C are subject to review and correction by the CSS Working Group. |
3297 | 3300 |
|
3298 | 3301 | <p>Further information on submitting testcases and implementation reports |
3299 | | - can be found from on the CSS Working Group’s website at <a |
| 3302 | + can be found from on the CSS Working Group's website at <a |
3300 | 3303 | href="http://www.w3.org/Style/CSS/Test/">http://www.w3.org/Style/CSS/Test/</a>. |
3301 | 3304 | Questions should be directed to the <a |
3302 | 3305 | href="http://lists.w3.org/Archives/Public/public-css-testsuite">public-css-testsuite@w3.org</a> |
|
0 commit comments