html5/spec editing.html,1.1044,1.1045 index.html,1.1064,1.1065 spec.html,1.1620,1.1621

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

Modified Files:
	editing.html index.html spec.html 
Log Message:
index error (whatwg r6449)

[updated by splitter]


Index: editing.html
===================================================================
RCS file: /sources/public/html5/spec/editing.html,v
retrieving revision 1.1044
retrieving revision 1.1045
diff -u -d -r1.1044 -r1.1045
--- editing.html	28 Jul 2011 01:46:26 -0000	1.1044
+++ editing.html	14 Aug 2011 19:46:29 -0000	1.1045
@@ -1260,7 +1260,7 @@
   <p>User agents can support the checking of spelling and grammar of
   editable text, either in form controls (such as the value of
   <code><a href="the-button-element.html#the-textarea-element">textarea</a></code> elements), or in elements in an <a href="#editing-host">editing
-  host</a> (using <code title="attr-contenteditable"><a href="#attr-contenteditable">contenteditable</a></code>).</p>
+  host</a> (e.g. using <code title="attr-contenteditable"><a href="#attr-contenteditable">contenteditable</a></code>).</p>
 
   <p>For each element, user agents must establish a <dfn id="concept-spellcheck-default" title="concept-spellcheck-default">default behavior</dfn>, either
   through defaults or through preferences expressed by the user. There

Index: index.html
===================================================================
RCS file: /sources/public/html5/spec/index.html,v
retrieving revision 1.1064
retrieving revision 1.1065
diff -u -d -r1.1064 -r1.1065
--- index.html	11 Aug 2011 22:46:24 -0000	1.1064
+++ index.html	14 Aug 2011 19:46:29 -0000	1.1065
@@ -3073,7 +3073,7 @@
      </td><td> <code><a href="the-button-element.html#htmlprogresselement">HTMLProgressElement</a></code> : <code><a href="elements.html#htmlelement">HTMLElement</a></code>
 
     </td></tr><tr><td> <code><a href="text-level-semantics.html#the-q-element">q</a></code>
-     </td><td> <code><a href="elements.html#htmlelement">HTMLElement</a></code>
+     </td><td> <code><a href="grouping-content.html#htmlquoteelement">HTMLQuoteElement</a></code> : <code><a href="elements.html#htmlelement">HTMLElement</a></code>
 
     </td></tr><tr><td> <code><a href="text-level-semantics.html#the-rp-element">rp</a></code>
      </td><td> <code><a href="elements.html#htmlelement">HTMLElement</a></code>

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1620
retrieving revision 1.1621
diff -u -d -r1.1620 -r1.1621
--- spec.html	14 Aug 2011 07:46:26 -0000	1.1620
+++ spec.html	14 Aug 2011 19:46:30 -0000	1.1621
@@ -349,7 +349,7 @@
     <a href="Overview.html">single page HTML</a>,
     <a href="spec.html">multipage HTML</a>,
     <a href="author/">web developer edition</a>.
-This is revision 1.5148.
+This is revision 1.5150.
    </p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2011 <a href="http://www.w3.org/"><abbr title="World Wide

Received on Sunday, 14 August 2011 19:46:33 UTC