- From: Steven Faulkners via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 24 Feb 2011 16:10:48 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html-api-map
In directory hutz:/tmp/cvs-serv10393
Modified Files:
overview.html
Log Message:
updated aside mapping
Index: overview.html
===================================================================
RCS file: /sources/public/html5/html-api-map/overview.html,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- overview.html 21 Feb 2011 12:17:03 -0000 1.27
+++ overview.html 24 Feb 2011 16:10:46 -0000 1.28
@@ -52,7 +52,7 @@
<BODY>
<div class="head"><p><a href="http://www.w3.org/"><img width="72" height="48" src="http://www.w3.org/Icons/w3c_home" alt="W3C"></a></p><h1 class="title" id="title">HTML to Platform Accessibility APIs Implementation Guide</h1>
<h2 id="subhead">A user agent developer's guide to understanding and implementing accessibility support in HTML</h2>
-<h2 id="w3c-editors-draft"><abbr title="World Wide Web Consortium">W3C</abbr> Editor's Draft, 21 February 2011</h2>
+<h2 id="w3c-editors-draft"><abbr title="World Wide Web Consortium">W3C</abbr> Editor's Draft, 24 February 2011</h2>
@@ -131,7 +131,7 @@
<TH><a href="http://www.w3.org/WAI/PF/aria/">WAI-ARIA</a></TH>
<TH><a href="http://msdn.microsoft.com/en-us/library/dd373608(v=VS.85).aspx">MSAA Role</a></TH>
<TH><a href="http://accessibility.linuxfoundation.org/a11yspecs/ia2/docs/html/">IAccessible2</a></TH>
- <TH><a href="http://msdn.microsoft.com/en-us/library/ms743581.aspx">UIA control type</a> and <a href="http://msdn.microsoft.com/en-us/library/ms743073.aspx">UIA patterns</a></TH>
+ <TH><a href="http://msdn.microsoft.com/en-us/library/ms726297(v=VS.85).aspx">UIA</a></TH>
<TH><a href="http://people.gnome.org/~billh/at-spi-idl/html/index.html">AT-SPI Role</a></TH>
<TH><a href="http://developer.apple.com/library/mac/#documentation/Accessibility/Conceptual/AccessibilityMacOSX/OSXAXIntro/OSXAXintro.html">Mac Accessibility role AX</a></TH>
</TR>
@@ -216,12 +216,12 @@
<td><code><a href="http://dev.w3.org/html5/spec/sections.html#the-aside-element">aside</a></code> element </td>
<TD>no</TD>
<TD>yes</TD>
- <td><code title="attr-aria-role-note">note</code> role </td>
+ <td><code title="attr-aria-role-note">complementary</code> role </td>
<TD>ROLE_SYSTEM_GROUPING</TD>
- <TD><a href="http://accessibility.linuxfoundation.org/a11yspecs/ia2/docs/html/_accessible_role_8idl.html#e37ff81431ee3762a5d41a2cb909108d">IA2_ROLE_NOTE</a> (unsure as description is "An embedded note which is not visible until activated.")</TD>
- <td >Expose as text string "note" in AriaRole</td>
- <td >Object attribute role="note"</td>
- <td >AXGroup, AXRoleDescription="note"</td>
+ <TD>Object attribute role="complementary"</TD>
+ <td >Expose as text string "complementary" in AriaRole</td>
+ <td >Object attribute role="complementary"</td>
+ <td >AXGroup, AXRoleDescription="complementary"</td>
</TR>
<TR>
<td><a href="http://dev.w3.org/html5/spec/video.html#audio"><code>audio</code></a> element</td>
@@ -1538,7 +1538,7 @@
<td>none</td>
<td >ROLE_SYSTEM_CELL</td>
<td >ROLE_SYSTEM_CELL</td>
- <td >DataItem</td>
+ <td ><A href="http://msdn.microsoft.com/en-us/library/dd388252(v=VS.85).aspx">IUIAutomation TableItem Pattern</A><a href="http://msdn.microsoft.com/en-us/library/ms752077.aspx"></a></td>
<td >ROLE_TABLE_CELL</td>
<td >AXCell</td>
</TR>
@@ -1549,7 +1549,7 @@
<td>none</td>
<td >ROLE_SYSTEM_COLUMNHEADER</td>
<td > </td>
- <td >DataItem</td>
+ <td ><a href="http://msdn.microsoft.com/en-us/library/dd320515(v=VS.85).aspx">header</a> + OrientationType_Vertical</td>
<td >ROLE_COLUMN_HEADER</td>
<td >AXCell</td>
</TR>
@@ -1560,7 +1560,7 @@
<td>none</td>
<td >ROLE_SYSTEM_ROWHEADER</td>
<td > </td>
- <td >DataItem</td>
+ <td ><a href="http://msdn.microsoft.com/en-us/library/ms753110.aspx">header</a> + OrientationType_Horizontal </td>
<td >ROLE_ROW_HEADER</td>
<td >AXCell</td>
</TR>
@@ -1669,7 +1669,7 @@
<TH><a href="http://www.w3.org/WAI/PF/aria/">WAI-ARIA</a></TH>
<TH><a href="http://msdn.microsoft.com/en-us/library/dd318466(v=VS.85).aspx">MSAA Property</a> or <a href="http://msdn.microsoft.com/en-us/library/dd318466(v=VS.85).aspx">MSAA State</a></TH>
<TH><a href="http://accessibility.linuxfoundation.org/a11yspecs/ia2/docs/html/">IAccessible2</a></TH>
- <TH><a href="http://msdn.microsoft.com/en-us/library/ms743581.aspx">UIA control type</a> and <a href="http://msdn.microsoft.com/en-us/library/ms743073.aspx">UIA patterns</a></TH>
+ <TH><a href="http://msdn.microsoft.com/en-us/library/ms726297(v=VS.85).aspx">UIA</a></TH>
<TH><a href="http://people.gnome.org/~billh/at-spi-idl/html/index.html">AT-SPI States and properties</a><a href="http://library.gnome.org/devel/atk/stable/"></a></TH>
<TH><a href="http://developer.apple.com/library/mac/#documentation/Accessibility/Conceptual/AccessibilityMacOSX/OSXAXIntro/OSXAXintro.html">AX</a></TH>
<TH>comments</TH>
Received on Thursday, 24 February 2011 16:10:50 UTC