html5/spec-author-view/index-of-terms attr-link-title.html,1.29,1.30 attr-style-title.html,1.21,1.22 valid-integer.html,1.18,1.19 valid-non-negative-integer.html,1.23,1.24

Update of /sources/public/html5/spec-author-view/index-of-terms
In directory hutz:/tmp/cvs-serv13422/index-of-terms

Modified Files:
	attr-link-title.html attr-style-title.html valid-integer.html 
	valid-non-negative-integer.html 
Log Message:
Simplification in the microsyntax parsing rules, which makes non-negative integers accept leading - and + characters (- only for -0 of course). (whatwg r6717)

[updated by splitter]


Index: attr-style-title.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/index-of-terms/attr-style-title.html,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- attr-style-title.html	18 Aug 2011 23:58:03 -0000	1.21
+++ attr-style-title.html	20 Oct 2011 22:57:44 -0000	1.22
@@ -1,8 +1,8 @@
 <dl id="attr-style-title_index">
 <dd class="dfn-excerpt">
 <span><span>... attribute on
-  </span><code><a href="the-style-element.html#the-style-element">style</a></code> elements defines <span>alternative style sheet
-  sets</span>. If the <code><a href="the-style-element.html#the-style-element">style</a></code> element has no <code title="attr-style-title"><a href="the-style-element.html#attr-style-title">title</a></code> attribute, then it has no
+  </span><code><a href="the-style-element.html#the-style-element">style</a></code> elements defines <a href="http://dev.w3.org/html5/spec/infrastructure.html#alternative-style-sheet-sets" class="full-spec-link" title='Read about this "alternative style sheet sets" reference in the full HTML5 spec.'>alternative style sheet
+  sets</a>. If the <code><a href="the-style-element.html#the-style-element">style</a></code> element has no <code title="attr-style-title"><a href="the-style-element.html#attr-style-title">title</a></code> attribute, then it has no
   title; the <code title="attr-title"><a>...</a></code> attribute of
   ancestors does not apply to the <code><a href="the-style-element.html#the-style-element">style</a></code> element. <a href="references.html#refsCSSOM">[CSSOM]</a></span>
 </dd>

Index: attr-link-title.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/index-of-terms/attr-link-title.html,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- attr-link-title.html	4 Sep 2011 17:57:39 -0000	1.29
+++ attr-link-title.html	20 Oct 2011 22:57:44 -0000	1.30
@@ -4,7 +4,7 @@
   attribute gives the title of the link. With one exception, it is
   purely advisory. The value is text. The exception is for style sheet
   links, where the </span><code title="attr-link-title"><a href="the-link-element.html#attr-link-title">title</a></code>
-  attribute defines <span>alternative style sheet sets</span>.</span>
+  attribute defines <a href="http://dev.w3.org/html5/spec/infrastructure.html#alternative-style-sheet-sets" class="full-spec-link" title='Read about this "alternative style sheet sets" reference in the full HTML5 spec.'>alternative style sheet sets</a>.</span>
 </dd>
 <dd>
 <a href="the-link-element.html#title_57"><span class="secno">4.2.4 </span>The <span><code>link</code></span> element</a>

Index: valid-non-negative-integer.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/index-of-terms/valid-non-negative-integer.html,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- valid-non-negative-integer.html	17 Aug 2011 05:57:39 -0000	1.23
+++ valid-non-negative-integer.html	20 Oct 2011 22:57:45 -0000	1.24
@@ -1,6 +1,6 @@
 <dl id="valid-non-negative-integer_index">
 <dd>
-<a class="dfn-ref" href="common-microsyntaxes.html#valid-non-negative-integer"><span class="secno">2.4.4.1 </span>Non-negative integers</a>
+<a class="dfn-ref" href="common-microsyntaxes.html#valid-non-negative-integer"><span class="secno">2.4.4.2 </span>Non-negative integers</a>
 <a class="index-counter" href="common-microsyntaxes.html#valid-non-negative-integer_0">(2)</a>
 </dd>
 <dd>

Index: valid-integer.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/index-of-terms/valid-integer.html,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- valid-integer.html	11 Aug 2011 20:57:30 -0000	1.18
+++ valid-integer.html	20 Oct 2011 22:57:45 -0000	1.19
@@ -4,7 +4,7 @@
 <a class="index-counter" href="introduction.html#valid-integer_1">(2)</a>
 </dd>
 <dd>
-<a class="dfn-ref" href="common-microsyntaxes.html#valid-integer"><span class="secno">2.4.4.2 </span>Signed integers</a>
+<a class="dfn-ref" href="common-microsyntaxes.html#valid-integer"><span class="secno">2.4.4.1 </span>Signed integers</a>
 <a class="index-counter" href="common-microsyntaxes.html#valid-integer_2">(2)</a>
 <a class="index-counter" href="common-microsyntaxes.html#valid-integer_3">(3)</a>
 </dd>

Received on Thursday, 20 October 2011 22:57:49 UTC