html5/spec Overview.html,1.3796,1.3797

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

Modified Files:
	Overview.html 
Log Message:
Mention which attributes are being referenced. (whatwg r4749)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3796
retrieving revision 1.3797
diff -u -d -r1.3796 -r1.3797
--- Overview.html	16 Feb 2010 08:32:35 -0000	1.3796
+++ Overview.html	16 Feb 2010 08:50:23 -0000	1.3797
@@ -6932,7 +6932,7 @@
   namespace specified.<hr><p>To enable assistive technology products to expose a more
   fine-grained interface than is otherwise possible with HTML elements
   and attributes, a set of <a href="#annotations-for-assistive-technology-products-aria">annotations for assistive technology
-  products</a> can be specified.<h5 id="the-id-attribute"><span class="secno">3.2.3.1 </span>The <dfn title="attr-id"><code>id</code></dfn> attribute</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The <code title="attr-id"><a href="#the-id-attribute">id</a></code> attribute specifies its
+  products</a> can be specified (the ARIA <code title="attr-aria-role">role</code> and <code title="attr-aria-*">aria-*</code> attributes).<h5 id="the-id-attribute"><span class="secno">3.2.3.1 </span>The <dfn title="attr-id"><code>id</code></dfn> attribute</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The <code title="attr-id"><a href="#the-id-attribute">id</a></code> attribute specifies its
   element's <dfn id="concept-id" title="concept-id">unique identifier (ID)</dfn>. The
   value must be unique amongst all the IDs in the element's <a href="#home-subtree">home
   subtree</a> and must contain at least one character. The value
@@ -67141,7 +67141,7 @@
     <tr><td> <code><a href="#video">video</a></code>
      <td> <code><a href="#htmlvideoelement">HTMLVideoElement</a></code> : <code><a href="#htmlmediaelement">HTMLMediaElement</a></code> : <code><a href="#htmlelement">HTMLElement</a></code>
 
-  </table><!-- (only has events from HTML5) --><h3 class="no-num" id="events-0">Events</h3><p><i>This section is non-normative.</i><table><caption>List of events</caption>
+  </table><!-- (only has events from HTML5) --><h3 class="no-num" id="events-0">Events</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p><i>This section is non-normative.</i><table><caption>List of events</caption>
    <thead><tr><th> Event
      <th> Interface
      <th> Description

Received on Tuesday, 16 February 2010 08:50:30 UTC