Skip to content
Permalink
Browse files
[ac] (0) Allow role=presentation everywhere
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10919

git-svn-id: http://svn.whatwg.org/webapps@5633 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 14, 2010
1 parent 7253a7b commit a932f37
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 13 deletions.
@@ -10807,9 +10807,12 @@ <h4 id=annotations-for-assistive-technology-products-(aria)><span class=secno>3.
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></p>
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></p>

<table id=table-aria-strong><thead><tr><th>Language feature
<th>Strong native semantics <span class=impl>and implied ARIA semantics</span>
@@ -11037,7 +11040,9 @@ <h4 id=annotations-for-assistive-technology-products-(aria)><span class=secno>3.
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.</p>
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.</p>

<table id=table-aria-weak><thead><tr><th>Language feature
<th>Default implied ARIA semantic
13 index
@@ -10784,9 +10784,12 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0
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></p>
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></p>

<table id=table-aria-strong><thead><tr><th>Language feature
<th>Strong native semantics <span class=impl>and implied ARIA semantics</span>
@@ -11014,7 +11017,9 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0
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.</p>
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.</p>

<table id=table-aria-weak><thead><tr><th>Language feature
<th>Default implied ARIA semantic
16 source
@@ -11063,10 +11063,13 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0
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></p>
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></p>

<table id="table-aria-strong">
<thead>
@@ -11374,7 +11377,10 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0
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.</p>
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.</p>

<table id="table-aria-weak">
<thead>

0 comments on commit a932f37

Please sign in to comment.