html5/spec content-models.html,1.16,1.17 spec.html,1.1189,1.1190

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

Modified Files:
	content-models.html spec.html 
Log Message:
apparently role=status means something else (whatwg r5365)

[updated by splitter]


Index: content-models.html
===================================================================
RCS file: /sources/public/html5/spec/content-models.html,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- content-models.html	26 Aug 2010 19:26:35 -0000	1.16
+++ content-models.html	26 Aug 2010 19:36:50 -0000	1.17
@@ -928,21 +928,24 @@
   properties from all the rows must be combined.</span></p><table id="table-aria-strong"><thead><tr><th>Language feature
      </th><th>Strong native semantics <span class="impl">and implied ARIA semantics</span>
 
-   </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>
+   </th></tr></thead><tbody><tr><td><code><a href="semantics.html#the-base-element">base</a></code> element
+     </td><td>No role
+
+    </td></tr><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></tr><tr><td><code><a href="the-map-element.html#the-area-element">area</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></tr><tr><td><code><a href="interactive-elements.html#the-details-element">details</a></code> element
-     </td><td>The <code title="attr-aria-expanded">aria-expanded</code> state must be set to "true" if the element's <code title="attr-details-open"><a href="interactive-elements.html#attr-details-open">open</a></code> attribute is present, and must be set to "false" otherwise. (The role can be changed as described in the next table; the reference to <code title="attr-aria-expanded">aria-expanded</code> here is safe since all the allowed roles use the <code title="attr-aria-expanded">aria-expanded</code> state.)
-
     </td></tr><tr><td><code><a href="the-button-element.html#the-button-element">button</a></code> element
      </td><td><code title="attr-aria-role-button">button</code> role
 
     </td></tr><tr><td><code><a href="the-button-element.html#the-datalist-element">datalist</a></code> element
      </td><td><code title="attr-aria-role-listbox">listbox</code> role, with the <code title="attr-aria-multiselectable">aria-multiselectable</code> property set to "false"
 
+    </td></tr><tr><td><code><a href="interactive-elements.html#the-details-element">details</a></code> element
+     </td><td>The <code title="attr-aria-expanded">aria-expanded</code> state must be set to "true" if the element's <code title="attr-details-open"><a href="interactive-elements.html#attr-details-open">open</a></code> attribute is present, and must be set to "false" otherwise. (The role can be changed as described in the next table; the reference to <code title="attr-aria-expanded">aria-expanded</code> here is safe since all the allowed roles use the <code title="attr-aria-expanded">aria-expanded</code> state.)
+
     </td></tr><tr><td><code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements">h1</a></code> element that does not have an <code><a href="sections.html#the-hgroup-element">hgroup</a></code> ancestor
      </td><td><code title="attr-aria-role-heading">heading</code> role, with the <code title="attr-aria-level">aria-level</code> property set to the element's <a href="sections.html#outline-depth">outline depth</a>
 
@@ -961,12 +964,18 @@
     </td></tr><tr><td><code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements">h6</a></code> element that does not have an <code><a href="sections.html#the-hgroup-element">hgroup</a></code> ancestor
      </td><td><code title="attr-aria-role-heading">heading</code> role, with the <code title="attr-aria-level">aria-level</code> property set to the element's <a href="sections.html#outline-depth">outline depth</a>
 
+    </td></tr><tr><td><code><a href="semantics.html#the-head-element-0">head</a></code> element
+     </td><td>No role
+
     </td></tr><tr><td><code><a href="sections.html#the-hgroup-element">hgroup</a></code> element
      </td><td><code title="attr-aria-role-heading">heading</code> role, with the <code title="attr-aria-level">aria-level</code> property set to the element's <a href="sections.html#outline-depth">outline depth</a>
 
     </td></tr><tr><td><code><a href="grouping-content.html#the-hr-element">hr</a></code> element
      </td><td><code title="attr-aria-role-separator">separator</code> role
 
+    </td></tr><tr><td><code><a href="semantics.html#the-html-element-0">html</a></code> element
+     </td><td>No role
+
     </td></tr><tr><td><code><a href="embedded-content-1.html#the-img-element">img</a></code> element whose <code title="attr-img-alt"><a href="embedded-content-1.html#attr-img-alt">alt</a></code> attribute's value is empty
      </td><td><code title="attr-aria-role-presentation">presentation</code> role
 
@@ -1042,6 +1051,9 @@
     </td></tr><tr><td><code><a href="the-input-element.html#the-input-element">input</a></code> element with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute in the <a href="states-of-the-type-attribute.html#week-state" title="attr-input-type-week">Week</a> state
      </td><td>No role, with the <code title="title-aria-readonly">aria-readonly</code> state set to "true" if the element has a <code title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly">readonly</a></code> attribute
 
+    </td></tr><tr><td><code><a href="the-button-element.html#the-keygen-element">keygen</a></code> element
+     </td><td>No role
+
     </td></tr><tr><td><code><a href="semantics.html#the-link-element">link</a></code> element that creates a <a href="links.html#hyperlink">hyperlink</a>
      </td><td><code title="attr-aria-role-link">link</code> role
 
@@ -1054,21 +1066,45 @@
     </td></tr><tr><td><code><a href="interactive-elements.html#menus">menu</a></code> element with a <code title="attr-menu-type"><a href="interactive-elements.html#attr-menu-type">type</a></code> attribute in the <a href="interactive-elements.html#toolbar-state" title="toolbar state">toolbar</a> state
      </td><td><code title="attr-aria-role-toolbar">toolbar</code> role
 
+    </td></tr><tr><td><code><a href="semantics.html#meta">meta</a></code> element
+     </td><td>No role
+
+    </td></tr><tr><td><code><a href="the-button-element.html#the-meter-element">meter</a></code> element
+     </td><td>No role
+
     </td></tr><tr><td><code><a href="sections.html#the-nav-element">nav</a></code> element
      </td><td><code title="attr-aria-role-navigation">navigation</code> role
 
+    </td></tr><tr><td><code><a href="scripting-1.html#the-noscript-element">noscript</a></code> element
+     </td><td>No role
+
+    </td></tr><tr><td><code><a href="the-button-element.html#the-optgroup-element">optgroup</a></code> element
+     </td><td>No role
+
     </td></tr><tr><td><code><a href="the-button-element.html#the-option-element">option</a></code> element that is in a <a href="the-button-element.html#concept-select-option-list" title="concept-select-option-list">list of options</a> or that represents a suggestion in a <code><a href="the-button-element.html#the-datalist-element">datalist</a></code> element
      </td><td><code title="attr-aria-role-option">option</code> role, with the <code title="attr-aria-selected">aria-selected</code> state set to "true" if the element's <a href="the-button-element.html#concept-option-selectedness" title="concept-option-selectedness">selectedness</a> is true, or "false" otherwise.
 
+    </td></tr><tr><td><code><a href="the-iframe-element.html#the-param-element">param</a></code> element
+     </td><td>No role
+
     </td></tr><tr><td><code><a href="the-button-element.html#the-progress-element">progress</a></code> element
      </td><td><code title="attr-aria-role-progressbar">progressbar</code> role, with, if the progress bar is determinate, the <code title="attr-aria-valuemax">aria-valuemax</code> property set to the maximum value of the progress bar, the <code title="attr-aria-valuemin">aria-valuemin</code> property set to zero, and the <code title="attr-aria-valuenow">aria-valuenow</code> property set to the current value of the progress bar
 
+    </td></tr><tr><td><code><a href="scripting-1.html#script">script</a></code> element
+     </td><td>No role
+
     </td></tr><tr><td><code><a href="the-button-element.html#the-select-element">select</a></code> element with a <code title="attr-select-multiple"><a href="the-button-element.html#attr-select-multiple">multiple</a></code> attribute
      </td><td><code title="attr-aria-role-listbox">listbox</code> role, with the <code title="attr-aria-multiselectable">aria-multiselectable</code> property set to "true"
 
     </td></tr><tr><td><code><a href="the-button-element.html#the-select-element">select</a></code> element with no <code title="attr-select-multiple"><a href="the-button-element.html#attr-select-multiple">multiple</a></code> attribute
      </td><td><code title="attr-aria-role-listbox">listbox</code> role, with the <code title="attr-aria-multiselectable">aria-multiselectable</code> property set to "false"
 
+    </td></tr><tr><td><code><a href="video.html#the-source-element">source</a></code> element
+     </td><td>No role
+
+    </td></tr><tr><td><code><a href="semantics.html#the-style-element">style</a></code> element
+     </td><td>No role
+
     </td></tr><tr><td><code><a href="interactive-elements.html#the-summary-element">summary</a></code> element
      </td><td><code title="attr-aria-role-heading">heading</code> role
 
@@ -1078,15 +1114,18 @@
     </td></tr><tr><td><code><a href="the-button-element.html#the-textarea-element">textarea</a></code> element
      </td><td><code title="attr-aria-role-textbox">textbox</code> role, with the <code title="attr-aria-multiline">aria-multiline</code> property set to "true", and the <code title="title-aria-readonly">aria-readonly</code> state set to "true" if the element has a <code title="attr-textarea-readonly"><a href="the-button-element.html#attr-textarea-readonly">readonly</a></code> attribute
 
-    </td></tr><tr><td><code><a href="tabular-data.html#the-th-element">th</a></code> element that is neither a <a href="tabular-data.html#column-header">column header</a> nor a <a href="tabular-data.html#row-header">row header</a>
-     </td><td><code title="attr-aria-role-gridcell">gridcell</code> role, with the <code title="attr-aria-labelledby">aria-labelledby</code> property set to the value of the <code title="attr-tdth-headers"><a href="tabular-data.html#attr-tdth-headers">headers</a></code> attribute, if any
-
     </td></tr><tr><td><code><a href="tabular-data.html#the-th-element">th</a></code> element that is a <a href="tabular-data.html#column-header">column header</a>
      </td><td><code title="attr-aria-role-columnheader">columnheader</code> role, with the <code title="attr-aria-labelledby">aria-labelledby</code> property set to the value of the <code title="attr-tdth-headers"><a href="tabular-data.html#attr-tdth-headers">headers</a></code> attribute, if any
 
     </td></tr><tr><td><code><a href="tabular-data.html#the-th-element">th</a></code> element that is a <a href="tabular-data.html#row-header">row header</a>
      </td><td><code title="attr-aria-role-rowheader">rowheader</code> role, with the <code title="attr-aria-labelledby">aria-labelledby</code> property set to the value of the <code title="attr-tdth-headers"><a href="tabular-data.html#attr-tdth-headers">headers</a></code> attribute, if any
 
+    </td></tr><tr><td><code><a href="tabular-data.html#the-th-element">th</a></code> element that is neither a <a href="tabular-data.html#column-header">column header</a> nor a <a href="tabular-data.html#row-header">row header</a>
+     </td><td><code title="attr-aria-role-gridcell">gridcell</code> role, with the <code title="attr-aria-labelledby">aria-labelledby</code> property set to the value of the <code title="attr-tdth-headers"><a href="tabular-data.html#attr-tdth-headers">headers</a></code> attribute, if any
+
+    </td></tr><tr><td><code><a href="semantics.html#the-title-element-0">title</a></code> element
+     </td><td>No role
+
     </td></tr><tr><td><code><a href="tabular-data.html#the-tr-element">tr</a></code> element
      </td><td><code title="attr-aria-role-row">row</code> role
 
@@ -1148,10 +1187,6 @@
      </td><td><code title="attr-aria-role-list">list</code> role
      </td><td>Role must be either <code title="attr-aria-role-list">list</code>, <code title="attr-aria-role-tree">tree</code>, or <code title="attr-aria-role-directory">directory</code>
 
-    </td></tr><tr><td><code><a href="the-button-element.html#the-output-element">output</a></code> element
-     </td><td><code title="attr-aria-role-status">status</code> role
-     </td><td>No restrictions
-
     </td></tr><tr><td><code><a href="sections.html#the-section-element">section</a></code> element
      </td><td><code title="attr-aria-role-region">region</code> role
      </td><td>Role must be either <code title="attr-aria-role-region">region</code>, <code title="attr-aria-role-document">document</code>, <code title="attr-aria-role-application">application</code>, <code title="attr-aria-role-contentinfo">contentinfo</code> (ARIA restricts usage of this role to one per page), <code title="attr-aria-role-main">main</code> (ARIA restricts usage of this role to one per page), <code title="attr-aria-role-search">search</code>, <code title="attr-aria-role-alert">alert</code>, <code title="attr-aria-role-dialog">dialog</code>, <code title="attr-aria-role-alertdialog">alertdialog</code>, <code title="attr-aria-role-status">status</code>, or <code title="attr-aria-role-log">log</code>
@@ -1178,7 +1213,6 @@
     </li><li><code><a href="the-map-element.html#the-area-element">area</a></code> (unless it creates a <a href="links.html#hyperlink">hyperlink</a>)
     </li><li><code><a href="video.html#audio">audio</a></code>
     </li><li><code><a href="text-level-semantics.html#the-b-element">b</a></code>
-    </li><li><code><a href="semantics.html#the-base-element">base</a></code>
     </li><li><code><a href="text-level-semantics.html#the-bdo-element">bdo</a></code>
     </li><li><code><a href="grouping-content.html#the-blockquote-element">blockquote</a></code>
     </li><li><code><a href="text-level-semantics.html#the-br-element">br</a></code>
@@ -1188,7 +1222,6 @@
     </li><li><code><a href="text-level-semantics.html#the-code-element">code</a></code>
     </li><li><code><a href="tabular-data.html#the-col-element">col</a></code>
     </li><li><code><a href="tabular-data.html#the-colgroup-element">colgroup</a></code>
-    </li><li><code><a href="interactive-elements.html#the-command">command</a></code>
     </li><li><code><a href="grouping-content.html#the-dd-element">dd</a></code>
     </li><li><code><a href="edits.html#the-del-element">del</a></code>
     </li><li><code><a href="text-level-semantics.html#the-dfn-element">dfn</a></code>
@@ -1201,57 +1234,39 @@
     </li><li><code><a href="grouping-content.html#the-figcaption-element">figcaption</a></code>
     </li><li><code><a href="grouping-content.html#the-figure-element">figure</a></code>
     </li><li><code><a href="forms.html#the-form-element">form</a></code>
-    </li><li><code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements">h1</a></code>&#8211;<code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements">h6</a></code> when contained in an <code><a href="sections.html#the-hgroup-element">hgroup</a></code> element
-    </li><li><code><a href="semantics.html#the-head-element-0">head</a></code>
-    </li><li><code><a href="semantics.html#the-html-element-0">html</a></code>
+    </li><li><code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements">h1</a></code>&#8211;<code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements">h6</a></code> in <code><a href="sections.html#the-hgroup-element">hgroup</a></code>
     </li><li><code><a href="the-iframe-element.html#the-iframe-element">iframe</a></code>
     </li><li><code><a href="embedded-content-1.html#the-img-element">img</a></code> (unless the <code title="attr-img-alt"><a href="embedded-content-1.html#attr-img-alt">alt</a></code> attribute's value is the empty string)
     </li><li><code><a href="edits.html#the-ins-element">ins</a></code>
     </li><li><code><a href="text-level-semantics.html#the-kbd-element">kbd</a></code>
-    </li><li><code><a href="the-button-element.html#the-keygen-element">keygen</a></code>
-    </li><li><code><a href="forms.html#the-label-element">label</a></code>
-    </li><li><code><a href="forms.html#the-legend-element">legend</a></code>
+    </li><li><code><a href="forms.html#the-label-element">label</a></code> (unless it has an <a href="editing.html#assigned-access-key">assigned access key</a>)
+    </li><li><code><a href="forms.html#the-legend-element">legend</a></code> (unless it has an <a href="editing.html#assigned-access-key">assigned access key</a>)
+    </li><li><code><a href="grouping-content.html#the-li-element">li</a></code> in <code><a href="interactive-elements.html#menus">menu</a></code>
     </li><li><code><a href="semantics.html#the-link-element">link</a></code> (unless it creates a <a href="links.html#hyperlink">hyperlink</a>)
     </li><li><code><a href="the-map-element.html#the-map-element">map</a></code>
     </li><li><code><a href="text-level-semantics.html#the-mark-element">mark</a></code>
-    </li><li><code><a href="semantics.html#meta">meta</a></code>
-    </li><li><code><a href="the-button-element.html#the-meter-element">meter</a></code>
-    </li><li><code><a href="the-button-element.html#the-optgroup-element">optgroup</a></code>
-    </li><li><code><a href="the-button-element.html#the-option-element">option</a></code>
+    </li><li><code><a href="the-button-element.html#the-output-element">output</a></code>
     </li><li><code><a href="grouping-content.html#the-p-element">p</a></code>
-    </li><li><code><a href="the-iframe-element.html#the-param-element">param</a></code>
     </li><li><code><a href="grouping-content.html#the-pre-element">pre</a></code>
     </li><li><code><a href="text-level-semantics.html#the-q-element">q</a></code>
     </li><li><code><a href="text-level-semantics.html#the-rp-element">rp</a></code>
     </li><li><code><a href="text-level-semantics.html#the-rt-element">rt</a></code>
     </li><li><code><a href="text-level-semantics.html#the-ruby-element">ruby</a></code>
     </li><li><code><a href="text-level-semantics.html#the-samp-element">samp</a></code>
-    </li><li><code><a href="scripting-1.html#script">script</a></code>
     </li><li><code><a href="text-level-semantics.html#the-small-element">small</a></code>
-    </li><li><code><a href="video.html#the-source-element">source</a></code>
     </li><li><code><a href="text-level-semantics.html#the-span-element">span</a></code>
     </li><li><code><a href="text-level-semantics.html#the-strong-element">strong</a></code>
-    </li><li><code><a href="semantics.html#the-style-element">style</a></code>
     </li><li><code><a href="text-level-semantics.html#the-sub-and-sup-elements">sub</a></code>
     </li><li><code><a href="text-level-semantics.html#the-sub-and-sup-elements">sup</a></code>
     </li><li><code><a href="tabular-data.html#the-table-element">table</a></code>
     </li><li><code><a href="tabular-data.html#the-tbody-element">tbody</a></code>
-    </li><li><code><a href="tabular-data.html#the-td-element">td</a></code>
     </li><li><code><a href="tabular-data.html#the-tfoot-element">tfoot</a></code>
     </li><li><code><a href="tabular-data.html#the-thead-element">thead</a></code>
     </li><li><code><a href="text-level-semantics.html#the-time-element">time</a></code>
-    </li><li><code><a href="semantics.html#the-title-element-0">title</a></code>
     </li><li><code><a href="text-level-semantics.html#the-var-element">var</a></code>
     </li><li><code><a href="video.html#video">video</a></code>
     </li><li><code><a href="text-level-semantics.html#the-wbr-element">wbr</a></code>
-   </li></ul><p>In some cases, this is because ARIA has no suitable role (e.g.
-   the table-related elements); in other cases it is because the
-   element is somewhat generic in purpose and many roles would be
-   appropriate (e.g. <code><a href="grouping-content.html#the-div-element">div</a></code>); and in a few cases it is
-   because the element is never expected to be rendered and therefore
-   ARIA roles are not relevant (e.g. <code><a href="semantics.html#the-title-element-0">title</a></code>).</p>
-
-  </div><div class="impl">
+   </li></ul></div><div class="impl">
 
   <p>User agents may apply different defaults than those described in
   this section in order to expose the semantics of <a href="infrastructure.html#html-elements">HTML

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1189
retrieving revision 1.1190
diff -u -d -r1.1189 -r1.1190
--- spec.html	26 Aug 2010 19:26:35 -0000	1.1189
+++ spec.html	26 Aug 2010 19:36:50 -0000	1.1190
@@ -336,7 +336,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.4280.
+This is revision 1.4282.
    </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

Received on Thursday, 26 August 2010 19:36:58 UTC