Skip to content

Commit 2c1fc04

Browse files
committed
Remove stray percentage
1 parent eadda50 commit 2c1fc04

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

css3-text/Overview.html

Lines changed: 3 additions & 4 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 9 August
35+
<h2 class="no-num no-toc" id=longstatus-date>W3C Working Draft 10 August
3636
2012</h2>
3737

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

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

4747
<dt>Latest version:
4848

@@ -2766,8 +2766,7 @@ <h3 id=letter-spacing><span class=secno>8.2. </span> Tracking: the ‘<a
27662766
<th>Computed value:
27672767

27682768
<td>an optimum, minimum, and maximum value, each consisting of either an
2769-
absolute length, a percentage, or the keyword ‘<code
2770-
class=css>normal</code>
2769+
absolute length or the keyword ‘<code class=css>normal</code>
27712770
</table>
27722771

27732772
<p>This property specifies the minimum, maximum, and optimal spacing

css3-text/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2058,7 +2058,7 @@ <h3 id="letter-spacing">
20582058
<tr>
20592059
<th>Computed&#160;value:</th>
20602060
<td>an optimum, minimum, and maximum value,
2061-
each consisting of either an absolute length, a percentage, or the keyword ''normal''
2061+
each consisting of either an absolute length or the keyword ''normal''
20622062
</tr>
20632063
</tbody>
20642064
</table>

0 commit comments

Comments
 (0)