Skip to content

Commit 5958cdf

Browse files
committed
Fix text-indent computed value
1 parent dd599a5 commit 5958cdf

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

css3-text/Overview.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 12 January
3636
<dt>This version:
3737

3838
<dd><a href="http://dev.w3.org/csswg/css3-text/">$Date: 2012/01/12
39-
01:57:40 $ (CVS $Revision$)</a> <!--
39+
02:22:09 $ (CVS $Revision$)</a> <!--
4040
<dd><a href="http://www.w3.org/TR/2012/WD-css3-text-20120112/">http://www.w3.org/TR/2012/WD-css3-text-20120112/</a></dd>
4141
-->
4242

@@ -2872,7 +2872,8 @@ <h3 id=text-indent><span class=secno>9.1. </span> First Line Indentation:
28722872
<tr>
28732873
<th>Computed&#160;value:
28742874

2875-
<td>the percentage as specified or the absolute length
2875+
<td>the percentage as specified or the absolute length, plus any
2876+
keywords as specified
28762877
</table>
28772878

28782879
<p>This property specifies the indentation applied to lines of inline
@@ -3135,8 +3136,7 @@ <h3 id=hanging-punctuation><span class=secno>9.2. </span> Hanging
31353136
<td>HALFWIDTH IDEOGRAPHIC COMMA
31363137
</table>
31373138

3138-
<p>The UA may include other characters as appropriate. <span
3139-
class=issue>Should other characters be included?</span>
3139+
<p>The UA may include other characters as appropriate.
31403140

31413141
<p class=note>The CSS Working Group would appreciate if UAs including other
31423142
characters would <a href="#status">inform the working group</a> of such

css3-text/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2123,7 +2123,8 @@ <h3 id="text-indent">
21232123
</tr>
21242124
<tr>
21252125
<th>Computed&#160;value:</th>
2126-
<td>the percentage as specified or the absolute length</td>
2126+
<td>the percentage as specified or the absolute length,
2127+
plus any keywords as specified
21272128
</tr>
21282129
</tbody>
21292130
</table>
@@ -2276,7 +2277,6 @@ <h3 id="hanging-punctuation">
22762277
<tr><td>U+FF64 <td>&#xFF64; <td>HALFWIDTH IDEOGRAPHIC COMMA
22772278
</table>
22782279
<p>The UA may include other characters as appropriate.
2279-
<span class="issue">Should other characters be included?</span>
22802280

22812281
<p class="note">The CSS Working Group would appreciate if UAs including
22822282
other characters would <a href="#status">inform the working group</a>

0 commit comments

Comments
 (0)