|
29 | 29 |
|
30 | 30 | <h1>CSS Text Level 3</h1> |
31 | 31 |
|
32 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 5 January 2012</h2> |
| 32 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 6 January 2012</h2> |
33 | 33 |
|
34 | 34 | <dl> |
35 | 35 | <dt>This version: |
36 | 36 |
|
37 | 37 | <dd><a href="http://dev.w3.org/csswg/css3-text/">$Date: 2012/01/05 |
38 | | - 19:11:26 $ (CVS $Revision$)</a> <!-- |
39 | | - <dd><a href="http://www.w3.org/TR/2012/WD-css3-text-20120105/">http://www.w3.org/TR/2012/WD-css3-text-20120105/</a></dd> |
| 38 | + 19:38:38 $ (CVS $Revision$)</a> <!-- |
| 39 | + <dd><a href="http://www.w3.org/TR/2012/WD-css3-text-20120106/">http://www.w3.org/TR/2012/WD-css3-text-20120106/</a></dd> |
40 | 40 | --> |
41 | 41 |
|
42 | 42 |
|
@@ -172,10 +172,8 @@ <h2 class="no-num no-toc" id=status>Status of This Document</h2> |
172 | 172 | <li>the ‘<a href="#hanging-punctuation0"><code |
173 | 173 | class=property>hanging-punctuation</code></a>’ property |
174 | 174 |
|
175 | | - <li>the percentage values of ‘<a href="#letter-spacing0"><code |
176 | | - class=property>letter-spacing</code></a>’ and ‘<a |
177 | | - href="#word-spacing0"><code class=property>word-spacing</code></a>’ |
178 | | - |
| 175 | + <li>the percentage values of ‘<a href="#word-spacing0"><code |
| 176 | + class=property>word-spacing</code></a>’ |
179 | 177 |
|
180 | 178 | <li>the ‘<a href="#text-decoration-skip0"><code |
181 | 179 | class=property>text-decoration-skip</code></a>’ property / |
@@ -876,10 +874,9 @@ <h3 id=white-space-rules><span class=secno>3.3. </span> The White Space |
876 | 874 | <li> |
877 | 875 | <p>If ‘<a href="#text-space-collapse"><code |
878 | 876 | class=property>text-space-collapse</code></a>’ is set to |
879 | | - ‘<code class=css>preserve</code>’, any sequence of spaces |
880 | | - unbroken by an element boundary is treated as a sequence of non-breaking |
881 | | - spaces. However, a line breaking opportunity exists at the end of the |
882 | | - sequence. |
| 877 | + ‘<code class=css>preserve</code>’, any sequence of spaces is |
| 878 | + treated as a sequence of non-breaking spaces. However, a line breaking |
| 879 | + opportunity exists at the end of the sequence. |
883 | 880 | </ul> |
884 | 881 |
|
885 | 882 | <p>Then, the entire block is rendered. Inlines are laid out, taking bidi |
@@ -1203,18 +1200,16 @@ <h2 id=line-breaking><span class=secno>4. </span> Line Breaking and Word |
1203 | 1200 | <p class=issue>Any guidance for appropriate references here would be much |
1204 | 1201 | appreciated. |
1205 | 1202 |
|
1206 | | - <p class=issue>Information on line-breaking in the absence of dictionaries: |
1207 | | - <a |
1208 | | - href="http://lists.w3.org/Archives/Public/www-style/2011Feb/0126.html">for |
1209 | | - Thai</a> |
1210 | | - |
1211 | 1203 | <p>Floated and absolutely-positioned elements do not introduce a line |
1212 | 1204 | breaking opportunity. The line breaking behavior of a replaced element is |
1213 | | - equivalent to that of a Latin character. |
| 1205 | + equivalent to that of the Object Replacement Character (U+FFFC). |
1214 | 1206 |
|
1215 | 1207 | <p class=issue>It is not clear whether this section handles Southeast Asian |
1216 | 1208 | scripts well. Additionally, some guidance should be provided on how to |
1217 | | - break or not break Southeast Asian in the absence of a dictionary. |
| 1209 | + break or not break Southeast Asian in the absence of a dictionary. (See |
| 1210 | + e.g. <a |
| 1211 | + href="http://lists.w3.org/Archives/Public/www-style/2011Feb/0126.html">notes |
| 1212 | + on Thai</a>.) |
1218 | 1213 |
|
1219 | 1214 | <h3 id=line-break><span class=secno>4.1. </span> Line Breaking Strictness: |
1220 | 1215 | the ‘<a href="#line-break0"><code |
@@ -3630,7 +3625,7 @@ <h4 id=text-underline-position><span class=secno>10.1.6. </span> Text |
3630 | 3625 | <tr> |
3631 | 3626 | <th>Value: |
3632 | 3627 |
|
3633 | | - <td>auto | alphabetic | below left | below right |
| 3628 | + <td>auto | alphabetic | below && left | below && right |
3634 | 3629 |
|
3635 | 3630 | <tr> |
3636 | 3631 | <th>Initial: |
@@ -4184,8 +4179,7 @@ <h3 id=text-shadow><span class=secno>10.3. </span> Text Shadows: the |
4184 | 4179 | <tr> |
4185 | 4180 | <th>Value: |
4186 | 4181 |
|
4187 | | - <td>none | [<a href="#ltshadowgt"><var><shadow></var></a>, ] * <a |
4188 | | - href="#ltshadowgt"><var><shadow></var></a> |
| 4182 | + <td>none | [ <length>{2,3} && >color>? ]# |
4189 | 4183 |
|
4190 | 4184 | <tr> |
4191 | 4185 | <th>Initial: |
@@ -4219,10 +4213,9 @@ <h3 id=text-shadow><span class=secno>10.3. </span> Text Shadows: the |
4219 | 4213 | </table> |
4220 | 4214 |
|
4221 | 4215 | <p>This property accepts a comma-separated list of shadow effects to be |
4222 | | - applied to the text of the element. <dfn |
4223 | | - id=ltshadowgt><shadow></dfn> is the same as defined for the |
4224 | | - ‘<code class=property>box-shadow</code>’ property except that |
4225 | | - the ‘<code class=css>inset</code>’ keyword is not allowed. The |
| 4216 | + applied to the text of the element. Values are interpreted as for <a |
| 4217 | + href="http://www.w3.org/TR/css3-background/#the-box-shadow">‘<code |
| 4218 | + class=property>box-shadow</code>’</a>. [[!CSS3BACKGROUND]] The |
4226 | 4219 | shadow is applied to all of the element's text as well as any text |
4227 | 4220 | decorations it specifies. |
4228 | 4221 |
|
@@ -5562,7 +5555,7 @@ <h2 class=no-num id=appendix-h-full-property-index>Appendix H: Full |
5562 | 5555 | <tr> |
5563 | 5556 | <th><a class=property href="#text-shadow0">text-shadow</a> |
5564 | 5557 |
|
5565 | | - <td>none | [<shadow>, ] * <shadow> |
| 5558 | + <td>none | [ <length>{2,3} && >color>? ]# |
5566 | 5559 |
|
5567 | 5560 | <td>none |
5568 | 5561 |
|
@@ -5610,7 +5603,7 @@ <h2 class=no-num id=appendix-h-full-property-index>Appendix H: Full |
5610 | 5603 | <th><a class=property |
5611 | 5604 | href="#text-underline-position0">text-underline-position</a> |
5612 | 5605 |
|
5613 | | - <td>auto | alphabetic | below left | below right |
| 5606 | + <td>auto | alphabetic | below && left | below && right |
5614 | 5607 |
|
5615 | 5608 | <td>auto |
5616 | 5609 |
|
|
0 commit comments