html5/spec association-of-controls-and-forms.html,1.13,1.14 offline.html,1.992,1.993 spec.html,1.1119,1.1120 syntax.html,1.1002,1.1003 the-end.html,1.9,1.10 tokenization.html,1.17,1.18

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv31376

Modified Files:
	association-of-controls-and-forms.html offline.html spec.html 
	syntax.html the-end.html tokenization.html 
Log Message:
typo (whatwg r5262)

[updated by splitter]


Index: association-of-controls-and-forms.html
===================================================================
RCS file: /sources/public/html5/spec/association-of-controls-and-forms.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- association-of-controls-and-forms.html	9 Aug 2010 23:17:05 -0000	1.13
+++ association-of-controls-and-forms.html	10 Aug 2010 01:36:49 -0000	1.14
@@ -1234,7 +1234,7 @@
       <code><a href="the-input-element.html#the-input-element">input</a></code> element whose <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute is in the <a href="number-state.html#image-button-state" title="attr-input-type-image">Image Button</a> state,
       then run these further nested substeps:</p>
 
-      <ol><li><p>If the <var title="">field</var> element has an <code title="attr-fe-name"><a href="#attr-fe-name">name</a></code> attribute specified and value
+      <ol><li><p>If the <var title="">field</var> element has a <code title="attr-fe-name"><a href="#attr-fe-name">name</a></code> attribute specified and value
        is not the empty string, let <var title="">name</var> be that
        value followed by a single U+002E FULL STOP character
        (.). Otherwise, let <var title="">name</var> be the empty

Index: the-end.html
===================================================================
RCS file: /sources/public/html5/spec/the-end.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- the-end.html	9 Aug 2010 23:17:09 -0000	1.9
+++ the-end.html	10 Aug 2010 01:36:49 -0000	1.10
@@ -804,7 +804,7 @@
 
        <dd>
 
-        <p>Append a U+003C LESS-THAN SIGN character character (&lt;),
+        <p>Append a U+003C LESS-THAN SIGN character (&lt;),
         followed by the element's tag name. (For nodes created by the
         <a href="parsing.html#html-parser">HTML parser</a> or <code title="">Document.createElement()</code>, the tag name will be
         lowercase.)</p>

Index: tokenization.html
===================================================================
RCS file: /sources/public/html5/spec/tokenization.html,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- tokenization.html	9 Aug 2010 23:17:09 -0000	1.17
+++ tokenization.html	10 Aug 2010 01:36:49 -0000	1.18
@@ -419,7 +419,7 @@
   <p>Attempt to <a href="#consume-a-character-reference">consume a character reference</a>, with no
   <a href="#additional-allowed-character">additional allowed character</a>.</p>
 
-  <p>If nothing is returned, emit a U+0026 AMPERSAND character
+  <p>If nothing is returned, emit a U+0026 AMPERSAND character (&amp;)
   token.</p>
 
   <p>Otherwise, emit the character token that was returned.</p>
@@ -450,7 +450,7 @@
   <p>Attempt to <a href="#consume-a-character-reference">consume a character reference</a>, with no
   <a href="#additional-allowed-character">additional allowed character</a>.</p>
 
-  <p>If nothing is returned, emit a U+0026 AMPERSAND character
+  <p>If nothing is returned, emit a U+0026 AMPERSAND character (&amp;)
   token.</p>
 
   <p>Otherwise, emit the character token that was returned.</p>
@@ -1437,8 +1437,8 @@
 
   <p>Attempt to <a href="#consume-a-character-reference">consume a character reference</a>.</p>
 
-  <p>If nothing is returned, append a U+0026 AMPERSAND character to
-  the current attribute's value.</p>
+  <p>If nothing is returned, append a U+0026 AMPERSAND character
+  (&amp;) to the current attribute's value.</p>
 
   <p>Otherwise, append the returned character token to the current
   attribute's value.</p>

Index: offline.html
===================================================================
RCS file: /sources/public/html5/spec/offline.html,v
retrieving revision 1.992
retrieving revision 1.993
diff -u -d -r1.992 -r1.993
--- offline.html	10 Aug 2010 01:26:43 -0000	1.992
+++ offline.html	10 Aug 2010 01:36:49 -0000	1.993
@@ -790,8 +790,8 @@
   sections</a>. (This is needed for any URL that the page is
   intending to use to communicate back to the server.) To specify that
   all URLs are automatically whitelisted in this way, a U+002A
-  ASTERISK character character (*) may be specified as one of the
-  URLs. <!-- concept-appcache-onlinewhitelist-wildcard --></p><p>Authors should not include namespaces in the <a href="#concept-appcache-onlinewhitelist" title="concept-appcache-onlinewhitelist">online whitelist</a> for
+  ASTERISK character (*) may be specified as one of the URLs. <!--
+  concept-appcache-onlinewhitelist-wildcard --></p><p>Authors should not include namespaces in the <a href="#concept-appcache-onlinewhitelist" title="concept-appcache-onlinewhitelist">online whitelist</a> for
   which another namespace in the <a href="#concept-appcache-onlinewhitelist" title="concept-appcache-onlinewhitelist">online whitelist</a> is
   a <a href="infrastructure.html#prefix-match">prefix match</a>.</p><p>Relative URLs must be given relative to the manifest's own
   URL. All URLs in the manifest must have the same <a href="urls.html#url-scheme" title="url-scheme">&lt;scheme&gt;</a> as the manifest itself

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1119
retrieving revision 1.1120
diff -u -d -r1.1119 -r1.1120
--- spec.html	10 Aug 2010 01:26:43 -0000	1.1119
+++ spec.html	10 Aug 2010 01:36:49 -0000	1.1120
@@ -334,7 +334,7 @@
     <a href="Overview.html">single page HTML</a>,
     <a href="spec.html">multipage HTML</a>,
     <a href="author/">author edition</a>.
-This is revision 1.4188.
+This is revision 1.4191.
    </p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2010 <a href="http://www.w3.org/"><abbr title="World Wide

Index: syntax.html
===================================================================
RCS file: /sources/public/html5/spec/syntax.html,v
retrieving revision 1.1002
retrieving revision 1.1003
diff -u -d -r1.1002 -r1.1003
--- syntax.html	9 Aug 2010 23:17:08 -0000	1.1002
+++ syntax.html	10 Aug 2010 01:36:49 -0000	1.1003
@@ -633,7 +633,7 @@
     characters (`), and must not be the empty string.</p>
 
     <!-- The ` character is in this list on a temporary basis, waiting
-         for IE to fix it's parsing bug whereby it treats ` as an
+         for IE to fix its parsing bug whereby it treats ` as an
          attribute value delimiter. Otherwise, escaping software that
          tries to be clever and not use quotes when it doesn't need to
          could be tricked by an attacker.

Received on Tuesday, 10 August 2010 01:36:53 UTC