- From: Ishii Koji via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 23 Feb 2011 19:29:25 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-text
In directory hutz:/tmp/cvs-serv17869
Modified Files:
Overview.html Overview.src.html
Log Message:
Fixed id="tab-size"
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.html,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -d -r1.68 -r1.69
--- Overview.html 23 Feb 2011 06:42:25 -0000 1.68
+++ Overview.html 23 Feb 2011 19:29:23 -0000 1.69
@@ -90,7 +90,7 @@
<dt>This version:
<dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date:
- 2011/02/23 06:10:16 $ (CVS $Revision$)</a> <!--
+ 2011/02/23 06:42:25 $ (CVS $Revision$)</a> <!--
<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>
-->
@@ -250,8 +250,8 @@
White Space Collapsing: the ‘<code
class=property>white-space-collapsing</code>’ property</a>
- <li><a href="#white-space-collapsing"><span class=secno>4.2. </span> Tab
- Character Size: the ‘<code class=property>tab-size</code>’
+ <li><a href="#tab-size"><span class=secno>4.2. </span> Tab Character
+ Size: the ‘<code class=property>tab-size</code>’
property</a>
<li><a href="#white-space-rules"><span class=secno>4.3. </span> The
@@ -863,8 +863,8 @@
last non-white-space character in the block.
</dl>
- <h3 id=white-space-collapsing><span class=secno>4.2. </span> Tab Character
- Size: the ‘<a href="#tab-size"><code
+ <h3 id=tab-size><span class=secno>4.2. </span> Tab Character Size: the
+ ‘<a href="#tab-size0"><code
class=property>tab-size</code></a>’ property</h3>
<table class=propdef>
@@ -872,7 +872,7 @@
<tr>
<th>Name:
- <td><dfn id=tab-size>tab-size</dfn>
+ <td><dfn id=tab-size0>tab-size</dfn>
<tr>
<th>Value:
@@ -983,7 +983,7 @@
start edge of the next glyph with the next tab stop. Tab stops occur at
points that are multiples of the width of a space (U+0020) rendered in
the block's font from the block's starting content edge. How many spaces
- is given by the ‘<a href="#tab-size"><code
+ is given by the ‘<a href="#tab-size0"><code
class=property>tab-size</code></a>’ property.
<li>A sequence of collapsible spaces (U+0020) at the end of a line is
@@ -5921,7 +5921,7 @@
<td>visual
<tr valign=baseline>
- <td><a class=property href="#tab-size">tab-size</a>
+ <td><a class=property href="#tab-size0">tab-size</a>
<td><integer>
@@ -6547,8 +6547,8 @@
conformance class"><strong>2.</strong></a>
</ul>
- <li>tab-size, <a href="#tab-size" title=tab-size><strong>4.2.</strong></a>
-
+ <li>tab-size, <a href="#tab-size0"
+ title=tab-size><strong>4.2.</strong></a>
<li>text-align, <a href="#text-align0"
title=text-align><strong>8.1.</strong></a>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -d -r1.164 -r1.165
--- Overview.src.html 23 Feb 2011 06:42:25 -0000 1.164
+++ Overview.src.html 23 Feb 2011 19:29:23 -0000 1.165
@@ -1,4 +1,4 @@
-<!DOCTYPE html public '-//W3C//DTD HTML 4.01//EN'
+<!DOCTYPE html public '-//W3C//DTD HTML 4.01//EN'
'http://www.w3.org/TR/html4/strict.dtd'>
<html lang="en">
<head>
@@ -510,7 +510,7 @@
the last non-white-space character in the block.</dd>
</dl>
- <h3 id="white-space-collapsing">
+ <h3 id="tab-size">
Tab Character Size: the 'tab-size' property</h3>
<table class="propdef">
Received on Wednesday, 23 February 2011 19:29:28 UTC