hixie: Allow role=presentation everywhere (whatwg r5633)

hixie: Allow role=presentation everywhere (whatwg r5633)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4508&r2=1.4509&f=h
http://html5.org/tools/web-apps-tracker?from=5632&to=5633

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4508
retrieving revision 1.4509
diff -u -d -r1.4508 -r1.4509
--- Overview.html 14 Oct 2010 10:07:42 -0000 1.4508
+++ Overview.html 14 Oct 2010 10:19:59 -0000 1.4509
@@ -9323,9 +9323,12 @@
   cell in the first column implies the ARIA semantics (role, states,
   and/or properties) given in the cell in the second column of the
   same row. Authors must not set the ARIA <code title="attr-aria-role">role</code> and <code title="attr-aria-*">aria-*</code> attributes in a manner that
-  conflicts with the semantics described in the following table. <span class="impl">When multiple rows apply to an element, the role from
-  the last row to define a role must be applied, and the states and
-  properties from all the rows must be combined.</span><table id="table-aria-strong"><thead><tr><th>Language feature
+  conflicts with the semantics described in the following table,
+  except that the <code title="attr-aria-role-presentation">presentation</code> role may
+  always be used. <span class="impl">When multiple rows apply to an
+  element, the role from the last row to define a role must be
+  applied, and the states and properties from all the rows must be
+  combined.</span><table id="table-aria-strong"><thead><tr><th>Language feature
      <th>Strong native semantics <span class="impl">and implied ARIA semantics</span>
 
    <tbody><tr><td><code><a href="#the-base-element">base</a></code> element
@@ -9551,7 +9554,9 @@
   column implies, unless otherwise overriden, the ARIA semantic (role,
   state, or property) given in the cell in the second column of the
   same row, but this semantic may be overridden under the conditions
-  listed in the cell in the third column of that row.<table id="table-aria-weak"><thead><tr><th>Language feature
+  listed in the cell in the third column of that row. In addition, any
+  element may be given the <code title="attr-aria-role-presentation">presentation</code> role,
+  regardless of the restrictions below.<table id="table-aria-weak"><thead><tr><th>Language feature
      <th>Default implied ARIA semantic
      <th>Restrictions

Received on Thursday, 14 October 2010 10:20:41 UTC