Skip to content

Commit 041c669

Browse files
committed
Fixed id="tab-size"
1 parent d0e79a8 commit 041c669

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

css3-text/Overview.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 23 February
9090
<dt>This version:
9191

9292
<dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date:
93-
2011/02/23 06:10:16 $ (CVS $Revision$)</a> <!--
93+
2011/02/23 06:42:25 $ (CVS $Revision$)</a> <!--
9494
<dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110223/">http://www.w3.org/TR/2011/WD-css3-text-20110223/</a></dd>
9595
-->
9696

@@ -250,8 +250,8 @@ <h2 class="no-num no-toc" id=contents>Table of Contents</h2>
250250
White Space Collapsing: the &lsquo;<code
251251
class=property>white-space-collapsing</code>&rsquo; property</a>
252252

253-
<li><a href="#white-space-collapsing"><span class=secno>4.2. </span> Tab
254-
Character Size: the &lsquo;<code class=property>tab-size</code>&rsquo;
253+
<li><a href="#tab-size"><span class=secno>4.2. </span> Tab Character
254+
Size: the &lsquo;<code class=property>tab-size</code>&rsquo;
255255
property</a>
256256

257257
<li><a href="#white-space-rules"><span class=secno>4.3. </span> The
@@ -863,16 +863,16 @@ <h3 id=white-space-collapsing><span class=secno>4.1. </span> White Space
863863
last non-white-space character in the block.
864864
</dl>
865865

866-
<h3 id=white-space-collapsing><span class=secno>4.2. </span> Tab Character
867-
Size: the &lsquo;<a href="#tab-size"><code
866+
<h3 id=tab-size><span class=secno>4.2. </span> Tab Character Size: the
867+
&lsquo;<a href="#tab-size0"><code
868868
class=property>tab-size</code></a>&rsquo; property</h3>
869869

870870
<table class=propdef>
871871
<tbody>
872872
<tr>
873873
<th>Name:
874874

875-
<td><dfn id=tab-size>tab-size</dfn>
875+
<td><dfn id=tab-size0>tab-size</dfn>
876876

877877
<tr>
878878
<th>Value:
@@ -983,7 +983,7 @@ <h3 id=white-space-rules><span class=secno>4.3. </span> The White Space
983983
start edge of the next glyph with the next tab stop. Tab stops occur at
984984
points that are multiples of the width of a space (U+0020) rendered in
985985
the block's font from the block's starting content edge. How many spaces
986-
is given by the &lsquo;<a href="#tab-size"><code
986+
is given by the &lsquo;<a href="#tab-size0"><code
987987
class=property>tab-size</code></a>&rsquo; property.
988988

989989
<li>A sequence of collapsible spaces (U+0020) at the end of a line is
@@ -5921,7 +5921,7 @@ <h2 class=no-num id=appendix-b-property-index> Appendix B: Property index</h2>
59215921
<td>visual
59225922

59235923
<tr valign=baseline>
5924-
<td><a class=property href="#tab-size">tab-size</a>
5924+
<td><a class=property href="#tab-size0">tab-size</a>
59255925

59265926
<td>&lt;integer&gt;
59275927

@@ -6547,8 +6547,8 @@ <h2 class=no-num id=index>Index</h2>
65476547
conformance class"><strong>2.</strong></a>
65486548
</ul>
65496549

6550-
<li>tab-size, <a href="#tab-size" title=tab-size><strong>4.2.</strong></a>
6551-
6550+
<li>tab-size, <a href="#tab-size0"
6551+
title=tab-size><strong>4.2.</strong></a>
65526552

65536553
<li>text-align, <a href="#text-align0"
65546554
title=text-align><strong>8.1.</strong></a>

css3-text/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html public '-//W3C//DTD HTML 4.01//EN'
1+
<!DOCTYPE html public '-//W3C//DTD HTML 4.01//EN'
22
'http://www.w3.org/TR/html4/strict.dtd'>
33
<html lang="en">
44
<head>
@@ -510,7 +510,7 @@ <h3 id="white-space-collapsing">
510510
the last non-white-space character in the block.</dd>
511511
</dl>
512512

513-
<h3 id="white-space-collapsing">
513+
<h3 id="tab-size">
514514
Tab Character Size: the 'tab-size' property</h3>
515515

516516
<table class="propdef">

0 commit comments

Comments
 (0)