Skip to content

Commit

Permalink
updated ax contenteditabe/area/dir attributes
Browse files Browse the repository at this point in the history
updated link to aria spec
  • Loading branch information
stevefaulkner committed May 30, 2018
1 parent 7ef3eb1 commit fafa93e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Expand Up @@ -210,7 +210,7 @@ <h3>HTML Element Role Mappings</h3>
<thead>
<tr>
<th>Element</th>
<th><a href="http://www.w3.org/WAI/PF/aria/">WAI-ARIA</a></th>
<th><a href="https://www.w3.org/TR/wai-aria-1.1/">WAI-ARIA</a></th>
<th><a href="https://msdn.microsoft.com/en-us/library/dd373608%28v=VS.85%29.aspx">MSAA</a> + <a href="http://accessibility.linuxfoundation.org/a11yspecs/ia2/docs/html/">IAccessible2</a></th>
<th><a href="https://msdn.microsoft.com/en-us/library/ms726297%28v=VS.85%29.aspx">UIA</a></th>
<th><a href="https://developer.gnome.org/atk/stable/">ATK</a></th>
Expand Down Expand Up @@ -3430,7 +3430,7 @@ <h3>HTML Attribute State and Property Mappings</h3>
<tr>
<th>Attribute</th>
<th>Element(s)</th>
<th><a href="http://www.w3.org/WAI/PF/aria/">WAI-ARIA</a></th>
<th><a href="https://www.w3.org/TR/wai-aria-1.1/">WAI-ARIA</a></th>
<th><a href="https://msdn.microsoft.com/en-us/library/dd373608%28v=VS.85%29.aspx">MSAA</a> + <a href="http://accessibility.linuxfoundation.org/a11yspecs/ia2/docs/html/">IAccessible2</a></th>
<th><a href="https://msdn.microsoft.com/en-us/library/ms726297%28v=VS.85%29.aspx">UIA</a></th>
<th><a href="https://developer.gnome.org/atk/stable/">ATK</a></th>
Expand Down Expand Up @@ -3755,7 +3755,7 @@ <h3>HTML Attribute State and Property Mappings</h3>
<code>AtkEditableText</code> on this and every nested text accessible object
</div>
</td>
<td class="ax">?</td>
<td class="ax"><span class="type">Role: </span><a href="#el-textarea">AXtextArea</a> <div class="general">Use WAI-ARIA mapping</div></td>
<td class="comments">If the element has the <code>contenteditable</code> attribute and <code>aria-readonly=&quot;true</code>&quot;, User Agents MUST expose only the <code>contenteditable</code> state.</td>
</tr>
<tr tabindex="-1" id="att-contextmenu">
Expand Down Expand Up @@ -3810,7 +3810,7 @@ <h3>HTML Attribute State and Property Mappings</h3>
<code>atk_component_get_position</code> and <code>atk_component_get_size</code>
</div>
</td>
<td class="ax">?</td>
<td class="ax"><span class="general">Defines an accessible object's dimensions, exposed via </span> <code>Frame</code> property</td>
<td class="comments"></td>
</tr>
<tr tabindex="-1" id="att-crossorigin">
Expand Down Expand Up @@ -3909,7 +3909,7 @@ <h3>HTML Attribute State and Property Mappings</h3>
Exposed as "writing-mode" text attribute on the text container.
</div>
</td>
<td class="ax">?</td>
<td class="ax"><div class="general">Not mapped</div></td>
<td class="comments"></td>
</tr>
<tr tabindex="-1" id="att-dirname">
Expand Down

0 comments on commit fafa93e

Please sign in to comment.