- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 01 Aug 2008 05:25:34 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv11532
Modified Files:
Overview.html
Log Message:
Rearrange sections around so that related topics are closer together. (whatwg r1970)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1160
retrieving revision 1.1161
diff -u -d -r1.1160 -r1.1161
--- Overview.html 1 Aug 2008 00:46:23 -0000 1.1160
+++ Overview.html 1 Aug 2008 05:25:31 -0000 1.1161
@@ -298,128 +298,128 @@
<li><a href="#case-sensitivity"><span class=secno>2.3
</span>Case-sensitivity</a>
- <li><a href="#urls"><span class=secno>2.4 </span>URLs</a>
- <ul class=toc>
- <li><a href="#terminology0"><span class=secno>2.4.1
- </span>Terminology</a>
-
- <li><a href="#parsing0"><span class=secno>2.4.2 </span>Parsing
- URLs</a>
-
[...3329 lines suppressed...]
<div class=note>
<p>The <code title=attr-hyperlink-href><a href="#href6">href</a></code>
@@ -38237,7 +38237,7 @@
href="#unordered">unordered set of unique space-separated tokens</a>. The
values must all be either <code title=attr-link-sizes-any><a
href="#any">any</a></code> or a value that consists of two <a
- href="#valid0" title="valid non-negative integer">valid non-negative
+ href="#valid" title="valid non-negative integer">valid non-negative
integers</a> that do not have a leading U+0030 DIGIT ZERO (0) character
and that are separated by a single U+0078 LATIN SMALL LETTER X character.
@@ -39020,7 +39020,7 @@
<p>The <code title=attr-tabindex><a href="#tabindex">tabindex</a></code>
attribute, if specified, must have a value that is a <a
- href="#valid1">valid integer</a>.
+ href="#valid0">valid integer</a>.
<p>If the attribute is specified, it must be parsed using the <a
href="#rules0">rules for parsing integers</a>. The attribute's values have
Received on Friday, 1 August 2008 05:26:08 UTC