html5/spec common-microsyntaxes.html,1.61,1.62 content-models.html,1.98,1.99 spec.html,1.1702,1.1703

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

Modified Files:
	common-microsyntaxes.html content-models.html spec.html 
Log Message:
revert r6610 per chair request (whatwg r6634)

[updated by splitter]


Index: content-models.html
===================================================================
RCS file: /sources/public/html5/spec/content-models.html,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -d -r1.98 -r1.99
--- content-models.html	4 Oct 2011 17:46:27 -0000	1.98
+++ content-models.html	5 Oct 2011 17:46:24 -0000	1.99
@@ -1238,7 +1238,7 @@
 
    </th></tr></thead><tbody><tr><td><code><a href="text-level-semantics.html#the-a-element">a</a></code> element that creates a <a href="links.html#hyperlink">hyperlink</a>
      </td><td><code title="attr-aria-role-link">link</code> role
-     </td><td>Role must be either <code title="attr-aria-role-link">link</code>, <code title="attr-aria-role-menuitem">menuitem</code>, or <code title="attr-aria-role-tab">tab</code>
+     </td><td>Role must be either <code title="attr-aria-role-link">link</code>, <code title="attr-aria-role-button">button</code>, <code title="attr-aria-role-checkbox">checkbox</code>, <code title="attr-aria-role-menuitem">menuitem</code>, <code title="attr-aria-role-menuitemcheckbox">menuitemcheckbox</code>, <code title="attr-aria-role-menuitemradio">menuitemradio</code>, <code title="attr-aria-role-tab">tab</code>, or <code title="attr-aria-role-treeitem">treeitem</code>
 
     </td></tr><tr><td><code><a href="sections.html#the-address-element">address</a></code> element
      </td><td><a href="#concept-role-none" title="concept-role-none">No role</a>

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1702
retrieving revision 1.1703
diff -u -d -r1.1702 -r1.1703
--- spec.html	5 Oct 2011 00:46:36 -0000	1.1702
+++ spec.html	5 Oct 2011 17:46:24 -0000	1.1703
@@ -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.5317.
+This is revision 1.5319.
    </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

Index: common-microsyntaxes.html
===================================================================
RCS file: /sources/public/html5/spec/common-microsyntaxes.html,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- common-microsyntaxes.html	4 Oct 2011 17:46:27 -0000	1.61
+++ common-microsyntaxes.html	5 Oct 2011 17:46:23 -0000	1.62
@@ -403,7 +403,7 @@
   start or end of the string.</p>
 
   <p>The <dfn id="code-point-length">code-point length</dfn> of a string is the number of
-  Unicode code points in that string.</p>
+  <span title="code unit">code units</span> in that string. <a href="references.html#refsWEBIDL">[WEBIDL]</a></p>
 
   <p>When a user agent has to <dfn id="strictly-split-a-string">strictly split a string</dfn> on a
   particular delimiter character <var title="">delimiter</var>, it

Received on Wednesday, 5 October 2011 17:46:28 UTC