html5/html-api-map overview.html,1.3,1.4

Update of /sources/public/html5/html-api-map
In directory hutz:/tmp/cvs-serv12568

Modified Files:
	overview.html 
Log Message:
added right hand header column

Index: overview.html
===================================================================
RCS file: /sources/public/html5/html-api-map/overview.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- overview.html	23 Sep 2010 13:03:31 -0000	1.3
+++ overview.html	23 Sep 2010 13:07:33 -0000	1.4
@@ -83,7 +83,9 @@
 	<TH>UIA control type and patterns</TH>
 	<TH>ATK Role</TH>
 	<TH>AX</TH>
-	<TH>comments</TH></TR>
+	<TH>comments</TH>
+	<TH>HTML element</TH>
+	</TR>
 	<TR>
 	<TH>&lt;a href&gt;</TH>
 	<TD>y</TD>
@@ -99,7 +101,9 @@
 	<TD>HyperLink</TD>
 	<TD>ATK_ROLE_LINK</TD>
 	<TD>AXLink</TD>
-	<TD>&nbsp;</TD></TR>
+	<TD>&nbsp;</TD>
+	<TH>&lt;a href&gt;</TH>
+	</TR>
 	<TR height="36">
 	<TH>&lt;area&gt;</TH>
 	<TD>y</TD>
@@ -113,7 +117,9 @@
 	<TD>HyperLink</TD>
 	<TD>ATK_ROLE_LINK</TD>
 	<TD>AXLink</TD>
-	<TD>&nbsp;</TD></TR>
+	<TD>&nbsp;</TD>
+	<TH>&lt;area&gt;</TH>
+	</TR>
 	<TR height="166">
 	<TH>
 	<A href="http://www.paciellogroup.com/blog/misc/HTML5/semantics.html#the-article-element">article element</A></TH>
@@ -131,7 +137,9 @@
 	<TD>AXGroup, AXRoleDescription&quot;article&quot;</TD>
 	<TD>UAI Guide has ROLE_SYSTEM_DOCUMENT + STATE_SYSTEM_READONLY
 	                  for article.&nbsp; Are html and aria documents the same, and
-	                  should this be a document or a grouping?</TD></TR>
+	                  should this be a document or a grouping?</TD>
+	<TH> <A href="http://www.paciellogroup.com/blog/misc/HTML5/semantics.html#the-article-element">article element</A></TH>
+	</TR>
 	<TR height="109">
 	<TH>
 	<A href="http://www.paciellogroup.com/blog/misc/HTML5/semantics.html#the-aside-element">aside element</A></TH>
@@ -146,7 +154,9 @@
 	<TD>n/a</TD>
 	<TD>n/a</TD>
 	<TD>AXGroup, AXRoleDescription=&quot;note&quot;</TD>
-	<TD>&nbsp;</TD></TR>
+	<TD>&nbsp;</TD>
+	<TH> <A href="http://www.paciellogroup.com/blog/misc/HTML5/semantics.html#the-aside-element">aside element</A></TH>
+	</TR>
 	<TR height="109">
 	<TH>
 	<A href="http://www.paciellogroup.com/blog/misc/HTML5/dom.html#the-body-element">The body element</A></TH>
@@ -162,7 +172,9 @@
 	<TD>ATK_ROLE_DOCUMENT_FRAME + readonly</TD>
 	<TD>AXGroup, AXRoleDescription=&quot;document&quot;</TD>
 	<TD>for UIA, should this be document, or still something more
-	                  like pane?</TD></TR>
+	                  like pane?</TD>
+	<TH> <A href="http://www.paciellogroup.com/blog/misc/HTML5/dom.html#the-body-element">The body element</A></TH>
+	</TR>
 	<TR height="76">
 	<TH>&lt;button&gt;</TH>
 	<TD>y</TD>
@@ -177,7 +189,9 @@
 	<TD>Button</TD>
 	<TD>ATK_ROLE_PUSH_BUTTON</TD>
 	<TD>AXButton</TD>
-	<TD>&nbsp;</TD></TR>
+	<TD>&nbsp;</TD>
+	<TH>&lt;button&gt;</TH>
+	</TR>
 	<TR height="100">
 	<TH>&lt;details&gt;</TH>
 	<TD>n</TD>
@@ -193,7 +207,9 @@
 	<TD>?</TD>
 	<TD>Maybe this is a buttonmenu?&nbsp; Or summary is a buttonmenu
 	                  and details is a menu?&nbsp; See UAI Guide on button and
-	                  haspopup.</TD></TR>
+	                  haspopup.</TD>
+	<TH>&lt;details&gt;</TH>
+	</TR>
 	<TR height="60">
 	<TH>&lt;fieldset&gt;</TH>
 	<TD>y</TD>
@@ -208,7 +224,9 @@
 	<TD>ATK_ROLE_PANEL</TD>
 	<TD>AXGroup</TD>
 	<TD>group is all MSAA has, but do the other APIs have something
-	                  better?</TD></TR>
+	                  better?</TD>
+	<TH>&lt;fieldset&gt;</TH>
+	</TR>
 	<TR height="20">
 	<TH>
 	<A href="http://www.paciellogroup.com/blog/misc/HTML5/semantics.html#the-footer-element">footer element</A></TH>
@@ -223,7 +241,9 @@
 	<TD>n/a</TD>
 	<TD>n/a</TD>
 	<TD>n/a</TD>
-	<TD>&nbsp;</TD></TR>
+	<TD>&nbsp;</TD>
+	<TH> <A href="http://www.paciellogroup.com/blog/misc/HTML5/semantics.html#the-footer-element">footer element</A></TH>
+	</TR>
 	<TR height="101">
 	<TH>&lt;h1&gt;-&lt;h6&gt;</TH>
 	<TD>y</TD>
@@ -238,7 +258,9 @@
 	<TD>Text</TD>
 	<TD>ATK_ROLE_HEADING</TD>
 	<TD>AXHeading</TD>
-	<TD>&nbsp;</TD></TR>
+	<TD>&nbsp;</TD>
+	<TH>&lt;h1&gt;-&lt;h6&gt;</TH>
+	</TR>
 	<TR height="40">
 	<TH>
 	<A href="http://www.paciellogroup.com/blog/misc/HTML5/semantics.html#the-header-element">header element</A></TH>
@@ -253,7 +275,9 @@
 	<TD>n/a</TD>
 	<TD>n/a</TD>
 	<TD>n/a</TD>
-	<TD>&nbsp;</TD></TR>
+	<TD>&nbsp;</TD>
+	<TH> <A href="http://www.paciellogroup.com/blog/misc/HTML5/semantics.html#the-header-element">header element</A></TH>
+	</TR>
 	<TR height="38">
 	<TH>&lt;img alt=&quot;text&quot;&gt;</TH>
 	<TD>y</TD>
@@ -267,7 +291,9 @@
 	<TD>Image</TD>
 	<TD>ATK_ROLE_IMAGE</TD>
 	<TD>AXImage</TD>
-	<TD>&nbsp;</TD></TR>
+	<TD>&nbsp;</TD>
+	<TH>&lt;img alt=&quot;text&quot;&gt;</TH>
+	</TR>
 	<TR height="57">
 	<TH>&lt;img alt=&quot;&quot;&gt;</TH>
 	<TD>y</TD>
@@ -281,7 +307,9 @@
 	<TD>Image</TD>
 	<TD>ATK_ROLE_IMAGE</TD>
 	<TD>AXImage</TD>
-	<TD>&nbsp;</TD></TR>
+	<TD>&nbsp;</TD>
+	<TH>&lt;img alt=&quot;&quot;&gt;</TH>
+	</TR>
 	<TR height="76">
 	<TH>&lt;input type = &quot;button&quot;, &quot;submit&quot;, or
 	                  &quot;reset&quot;&gt;</TH>
@@ -296,7 +324,10 @@
 	<TD>Button</TD>
 	<TD>ATK_ROLE_PUSH_BUTTON</TD>
 	<TD>AXButton</TD>
-	<TD>&nbsp;</TD></TR>
+	<TD>&nbsp;</TD>
+	<TH>&lt;input type = &quot;button&quot;, &quot;submit&quot;, or
+	  &quot;reset&quot;&gt;</TH>
+	</TR>
 	<TR height="78">
 	<TH>input element with a type attribute in the Color state</TH>
 	<TD>n</TD>
@@ -311,7 +342,9 @@
 	<TD>none</TD>
 	<TD>none</TD>
 	<TD>Is there any accessible implmentation advice we can give
-	                  here?</TD></TR>
+	                  here?</TD>
+	<TH>input element with a type attribute in the Color state</TH>
+	</TR>
 	<TR height="233">
 	<TH>&lt;input type=&quot;checkbox&quot;&gt;</TH>
 	<TD>y</TD>
@@ -330,7 +363,9 @@
 	<TD>ATK_ROLE_CHECK_BOX + object attribute
 	                  checkable=&quot;true&quot;</TD>
 	<TD>AXCheckBox</TD>
-	<TD>mixed state stuff in APIs</TD></TR>
+	<TD>mixed state stuff in APIs</TD>
+	<TH>&lt;input type=&quot;checkbox&quot;&gt;</TH>
+	</TR>
 	<TR height="120">
 	<TH>input element with a type attribute in the Date state</TH>
 	<TD>n</TD>
@@ -346,7 +381,9 @@
 	<TD>&nbsp;</TD>
 	<TD>&nbsp;</TD>
 	<TD>Is there any accessible implmentation advice we can give
-	                  here?</TD></TR>
+	                  here?</TD>
+	<TH>input element with a type attribute in the Date state</TH>
+	</TR>
 	<TR height="120">
 	<TH>input element with a type attribute in the Date and Time
 	                  state</TH>
@@ -363,7 +400,10 @@
 	<TD>&nbsp;</TD>
 	<TD>&nbsp;</TD>
 	<TD>Is there any accessible implmentation advice we can give
-	                  here?</TD></TR>
+	                  here?</TD>
+	<TH>input element with a type attribute in the Date and Time
+	  state</TH>
+	</TR>
 	<TR height="120">
 	<TH>input element with a type attribute in the Local Date and
 	                  Time state</TH>
@@ -380,7 +420,10 @@
 	<TD>&nbsp;</TD>
 	<TD>&nbsp;</TD>
 	<TD>Is there any accessible implmentation advice we can give
-	                  here?</TD></TR>
+	                  here?</TD>
+	<TH>input element with a type attribute in the Local Date and
+	  Time state</TH>
+	</TR>
 	<TR height="201">
 	<TH>input element with a type attribute in the E-mail state with
 	                  no suggestions source element</TH>
@@ -404,7 +447,10 @@
 	                  detail for validated fields in any of the APIs?
 	<BR>
 	<BR>UAI Guide has textbox mapped to document rather than text
-                  for UIA.&nbsp; Is that right?</TD></TR>
+                  for UIA.&nbsp; Is that right?</TD>
+	<TH>input element with a type attribute in the E-mail state with
+	  no suggestions source element</TH>
+	</TR>
 	<TR height="98">
 	<TH>input element with a type attribute in the File Upload state</TH>
 	<TD>y</TD>
@@ -418,7 +464,9 @@
 	<TD>Button</TD>
 	<TD>ATK_ROLE_PUSH_BUTTON</TD>
 	<TD>AXButton</TD>
-	<TD>default MSAA name?</TD></TR>
+	<TD>default MSAA name?</TD>
+	<TH>input element with a type attribute in the File Upload state</TH>
+	</TR>
 	<TR height="55">
 	<TH>&lt;input type = &quot;image&quot;&gt;</TH>
 	<TD>y</TD>
@@ -432,7 +480,9 @@
 	<TD>Button</TD>
 	<TD>ATK_ROLE_PUSH_BUTTON</TD>
 	<TD>AXButton</TD>
-	<TD>&nbsp;</TD></TR>
+	<TD>&nbsp;</TD>
+	<TH>&lt;input type = &quot;image&quot;&gt;</TH>
+	</TR>
 	<TR height="201">
 	<TH>&lt;input type = &quot;text&quot;&gt;</TH>
 	<TD>y</TD>
@@ -455,7 +505,9 @@
 	                  detail for validated fields in any of the APIs?
 	<BR>
 	<BR>UAI Guide has textbox mapped to document rather than text
-                  for UIA.&nbsp; Is that right?</TD></TR>
+                  for UIA.&nbsp; Is that right?</TD>
+	<TH>&lt;input type = &quot;text&quot;&gt;</TH>
+	</TR>
 	<TR height="201">
 	<TH>&lt;input type = &quot;password&quot;&gt;</TH>
 	<TD>y</TD>
@@ -478,7 +530,9 @@
 	                  there a secret in the apis?&nbsp; How is value hidden?
 	<BR>
 	<BR>UAI Guide has textbox mapped to document rather than text
-                  for UIA.&nbsp; Is that right?</TD></TR>
+                  for UIA.&nbsp; Is that right?</TD>
+	<TH>&lt;input type = &quot;password&quot;&gt;</TH>
+	</TR>
 	<TR height="79">
 	<TH>input element with a type attribute in the Range state</TH>
 	<TD>n</TD>
@@ -492,7 +546,9 @@
 	<TD>Slider</TD>
 	<TD>ATK_ROLE_SLIDER</TD>
 	<TD>AXSlider</TD>
-	<TD>&nbsp;</TD></TR>
+	<TD>&nbsp;</TD>
+	<TH>input element with a type attribute in the Range state</TH>
+	</TR>
 	<TR height="96">
 	<TH>&lt;input type=&quot;radio&quot;&gt;</TH>
 	<TD>y</TD>
@@ -507,7 +563,9 @@
 	<TD>RadioButton</TD>
 	<TD>ATK_ROLE_RADIO_BUTTON</TD>
 	<TD>AXRadioButton</TD>
-	<TD>&nbsp;</TD></TR>
+	<TD>&nbsp;</TD>
+	<TH>&lt;input type=&quot;radio&quot;&gt;</TH>
+	</TR>
 	<TR height="201">
 	<TH>input element with a type attribute in the Search state with
 	                  no suggestions source element</TH>
@@ -531,7 +589,10 @@
 	                  what&#39;s special about search.
 	<BR>
 	<BR>UAI Guide has textbox mapped to document rather than text
-                  for UIA.&nbsp; Is that right?</TD></TR>
+                  for UIA.&nbsp; Is that right?</TD>
+	<TH>input element with a type attribute in the Search state with
+	  no suggestions source element</TH>
+	</TR>
 	<TR height="201">
 	<TH>input element with a type attribute in the Telephone state
 	                  with no suggestions source element</TH>
@@ -555,7 +616,10 @@
 	                  detail for validated fields in any of the APIs?
 	<BR>
 	<BR>UAI Guide has textbox mapped to document rather than text
-                  for UIA.&nbsp; Is that right?</TD></TR>
+                  for UIA.&nbsp; Is that right?</TD>
+	<TH>input element with a type attribute in the Telephone state
+	  with no suggestions source element</TH>
+	</TR>
 	<TR height="236">
 	<TH>input element with a type attribute in the Text, Search,
 	                  Telephone, URL, or E-mail states with a suggestions source
@@ -576,7 +640,11 @@
 	<TD>AXComboBox</TD>
 	<TD>is list or dropdown list better? Do we need to do anything
 	                  about expanded state?&nbsp; Are there other attributes to
-	                  account for?&nbsp;&nbsp;</TD></TR>
+	                  account for?&nbsp;&nbsp;</TD>
+	<TH>input element with a type attribute in the Text, Search,
+	  Telephone, URL, or E-mail states with a suggestions source
+	  element</TH>
+	</TR>
 	<TR height="201">
 	<TH>input element with a type attribute in the Time state</TH>
 	<TD>n</TD>
@@ -599,7 +667,9 @@
 	                  detail for validated fields in any of the APIs?
 	<BR>
 	<BR>UAI Guide has textbox mapped to document rather than text
-                  for UIA.&nbsp; Is that right?</TD></TR>
+                  for UIA.&nbsp; Is that right?</TD>
+	<TH>input element with a type attribute in the Time state</TH>
+	</TR>
 	<TR height="201">
 	<TH>input element with a type attribute in the URL state with no
 	                  suggestions source element</TH>
@@ -623,7 +693,10 @@
 	                  detail for validated fields in any of the APIs?
 	<BR>
 	<BR>UAI Guide has textbox mapped to document rather than text
-                  for UIA.&nbsp; Is that right?</TD></TR>
+                  for UIA.&nbsp; Is that right?</TD>
+	<TH>input element with a type attribute in the URL state with no
+	  suggestions source element</TH>
+	</TR>
 	<TR height="201">
 	<TH>input element with a type attribute in the Week state</TH>
 	<TD>n</TD>
@@ -646,7 +719,9 @@
 	                  detail for validated fields in any of the APIs?
 	<BR>
 	<BR>UAI Guide has textbox mapped to document rather than text
-                  for UIA.&nbsp; Is that right?</TD></TR>
+                  for UIA.&nbsp; Is that right?</TD>
+	<TH>input element with a type attribute in the Week state</TH>
+	</TR>
 	<TR height="149">
 	<TH>li element whose parent is an ol or ul element</TH>
 	<TD>y</TD>
@@ -661,7 +736,9 @@
 	<TD>ATK_ROLE_LISTITEM + do not expose ATK_STATE_EDITABLE</TD>
 	<TD>AXGroup</TD>
 	<TD>do any of the apis have properties for ordered vs. unordered
-	                  lists?&nbsp; Add info about level?</TD></TR>
+	                  lists?&nbsp; Add info about level?</TD>
+	<TH>li element whose parent is an ol or ul element</TH>
+	</TR>
 	<TR height="97">
 	<TH>menu element with a type attribute in the context menu state</TH>
 	<TD>n</TD>
@@ -676,7 +753,9 @@
 	<TD>?</TD>
 	<TD>?</TD>
 	<TD>do any of the apis have a context menu that&#39;s different
-	                  than a regular menu?</TD></TR>
+	                  than a regular menu?</TD>
+	<TH>menu element with a type attribute in the context menu state</TH>
+	</TR>
 	<TR height="155">
 	<TH>menu element with a type attribute in the list state</TH>
 	<TD>n</TD>
@@ -691,7 +770,9 @@
 	<TD>ATK_ROLE_MENU. These objects SHOULD NOT be exposed for a
 	                  submenu if there is a parent menu item spawning the submenu</TD>
 	<TD>AXMenu</TD>
-	<TD>&nbsp;</TD></TR>
+	<TD>&nbsp;</TD>
+	<TH>menu element with a type attribute in the list state</TH>
+	</TR>
 	<TR height="79">
 	<TH>menu element with a type attribute in the toolbar state</TH>
 	<TD>n</TD>
@@ -705,7 +786,9 @@
 	<TD>ToolBar</TD>
 	<TD>ATK_ROLE_TOOL_BAR</TD>
 	<TD>AXToolbar</TD>
-	<TD>&nbsp;</TD></TR>
+	<TD>&nbsp;</TD>
+	<TH>menu element with a type attribute in the toolbar state</TH>
+	</TR>
 	<TR height="60">
 	<TH>meter</TH>
 	<TD>n</TD>
@@ -720,7 +803,9 @@
 	<TD>?</TD>
 	<TD>?</TD>
 	<TD>do any of the apis have something like a meter?&nbsp; Can we
-	                  build it with UIA patterns?</TD></TR>
+	                  build it with UIA patterns?</TD>
+	<TH>meter</TH>
+	</TR>
 	<TR height="131">
 	<TH>
 	<A href="http://www.paciellogroup.com/blog/misc/HTML5/semantics.html#the-nav-element">nav element</A></TH>
@@ -735,7 +820,9 @@
 	<TD>n/a</TD>
 	<TD>n/a</TD>
 	<TD>AXGroup, AXRoleDescription=&quot;navigation&quot;</TD>
-	<TD>&nbsp;</TD></TR>
+	<TD>&nbsp;</TD>
+	<TH> <A href="http://www.paciellogroup.com/blog/misc/HTML5/semantics.html#the-nav-element">nav element</A></TH>
+	</TR>
 	<TR height="154">
 	<TH>option element that is in a list of options or that
 	                  represents a suggestion in a datalist element</TH>
@@ -753,7 +840,10 @@
 	<TD>ListItem</TD>
 	<TD>ATK_ROLE_LIST_ITEM</TD>
 	<TD>NSAccessibilityStaticTextRole</TD>
-	<TD>&nbsp;</TD></TR>
+	<TD>&nbsp;</TD>
+	<TH>option element that is in a list of options or that
+	  represents a suggestion in a datalist element</TH>
+	</TR>
 	<TR height="76">
 	<TH>
 	<A href="http://www.paciellogroup.com/blog/misc/HTML5/semantics.html#the-ol-element">ol element</A></TH>
@@ -768,7 +858,9 @@
 	<TD>List</TD>
 	<TD>ATK_ROLE_LIST + do not expose ATK_STATE_EDITABLE</TD>
 	<TD>AXList</TD>
-	<TD>ordered vs. unordered in apis?</TD></TR>
+	<TD>ordered vs. unordered in apis?</TD>
+	<TH> <A href="http://www.paciellogroup.com/blog/misc/HTML5/semantics.html#the-ol-element">ol element</A></TH>
+	</TR>
 	<TR height="110">
 	<TH>
 	<A href="http://www.paciellogroup.com/blog/misc/HTML5/forms.html#the-output-element">output element</A></TH>
@@ -784,7 +876,9 @@
 	<TD>ATK_ROLE_STATUSBAR</TD>
 	<TD>AXGroup, AXRoleDescription=&quot;status&quot;</TD>
 	<TD>this seems like a strange mapping.&nbsp; Is it really
-	                  statusbar? It seems more like a lable&hellip;</TD></TR>
+	                  statusbar? It seems more like a lable&hellip;</TD>
+	<TH> <A href="http://www.paciellogroup.com/blog/misc/HTML5/forms.html#the-output-element">output element</A></TH>
+	</TR>
 	<TR height="328">
 	<TH>
 	<A href="http://www.paciellogroup.com/blog/misc/HTML5/forms.html#the-progress-element">progress element</A></TH>
@@ -804,7 +898,9 @@
 	<TD>ATK_ROLE_PROGRESS_BAR + do not expose
 	                  ATK_EXTENDED_STATE_EDITABLE</TD>
 	<TD>AXProgressIndicator</TD>
-	<TD>&nbsp;</TD></TR>
+	<TD>&nbsp;</TD>
+	<TH> <A href="http://www.paciellogroup.com/blog/misc/HTML5/forms.html#the-progress-element">progress element</A></TH>
+	</TR>
 	<TR height="110">
 	<TH>
 	<A href="http://www.paciellogroup.com/blog/misc/HTML5/semantics.html#the-section-element">section element</A></TH>
@@ -819,7 +915,9 @@
 	<TD>Pane</TD>
 	<TD>ATK_ROLE_PANEL</TD>
 	<TD>AXGroup, AXRoleDescription=&quot;region&quot;</TD>
-	<TD>&nbsp;</TD></TR>
+	<TD>&nbsp;</TD>
+	<TH> <A href="http://www.paciellogroup.com/blog/misc/HTML5/semantics.html#the-section-element">section element</A></TH>
+	</TR>
 	<TR height="97">
 	<TH>select element with a multiple attribute</TH>
 	<TD>y</TD>
@@ -834,7 +932,9 @@
 	<TD>list</TD>
 	<TD>&nbsp;</TD>
 	<TD>&nbsp;</TD>
-	<TD>todo: map properties from multiselectable</TD></TR>
+	<TD>todo: map properties from multiselectable</TD>
+	<TH>select element with a multiple attribute</TH>
+	</TR>
 	<TR height="97">
 	<TH>select element with no multiple attribute</TH>
 	<TD>y</TD>
@@ -851,7 +951,9 @@
 	<TD>&nbsp;</TD>
 	<TD>&nbsp;</TD>
 	<TD>&nbsp;</TD>
-	<TD>anything better than list or combobox in apis?</TD></TR>
+	<TD>anything better than list or combobox in apis?</TD>
+	<TH>select element with no multiple attribute</TH>
+	</TR>
 	<TR height="181">
 	<TH>&lt;textarea&gt;</TH>
 	<TD>y</TD>
@@ -869,7 +971,9 @@
 	<TD>ATK_ROLE_ENTRY</TD>
 	<TD>AXTextArea</TD>
 	<TD>aria UAI Guide has document instead fo text.&nbsp; Is that
-	                  right?</TD></TR>
+	                  right?</TD>
+	<TH>&lt;textarea&gt;</TH>
+	</TR>
 	<TR height="81">
 	<TH>
 	<A href="http://www.paciellogroup.com/blog/misc/HTML5/tabular-data.html#the-table-element">table element</A></TH>
@@ -885,7 +989,9 @@
 	<TD>IUIAutomationTablePattern</TD>
 	<TD>ATK_ROLE_TABLE</TD>
 	<TD>AXTable</TD>
-	<TD>Talk to Wendy about aligning with her table work.</TD></TR>
+	<TD>Talk to Wendy about aligning with her table work.</TD>
+	<TH> <A href="http://www.paciellogroup.com/blog/misc/HTML5/tabular-data.html#the-table-element">table element</A></TH>
+	</TR>
 	<TR height="140">
 	<TH>
 	<A href="http://www.paciellogroup.com/blog/misc/HTML5/tabular-data.html#the-td-element">td element</A></TH>
@@ -900,7 +1006,9 @@
 	<TD>IUIAutomationTableItemPattern</TD>
 	<TD>?</TD>
 	<TD>?</TD>
-	<TD>Talk to Wendy about aligning with her table work.</TD></TR>
+	<TD>Talk to Wendy about aligning with her table work.</TD>
+	<TH> <A href="http://www.paciellogroup.com/blog/misc/HTML5/tabular-data.html#the-td-element">td element</A></TH>
+	</TR>
 	<TR height="140">
 	<TH>th element that is neither a column header nor a row header</TH>
 	<TD>y</TD>
@@ -915,7 +1023,9 @@
 	<TD>?</TD>
 	<TD>?</TD>
 	<TD>?</TD>
-	<TD>Talk to Wendy about aligning with her table work.</TD></TR>
+	<TD>Talk to Wendy about aligning with her table work.</TD>
+	<TH>th element that is neither a column header nor a row header</TH>
+	</TR>
 	<TR height="140">
 	<TH>th element that is a column header</TH>
 	<TD>y</TD>
@@ -930,7 +1040,9 @@
 	<TD>?</TD>
 	<TD>?</TD>
 	<TD>?</TD>
-	<TD>Talk to Wendy about aligning with her table work.</TD></TR>
+	<TD>Talk to Wendy about aligning with her table work.</TD>
+	<TH>th element that is a column header</TH>
+	</TR>
 	<TR height="140">
 	<TH>th element that is a row header</TH>
 	<TD>y</TD>
@@ -945,7 +1057,9 @@
 	<TD>?</TD>
 	<TD>?</TD>
 	<TD>?</TD>
-	<TD>Talk to Wendy about aligning with her table work.</TD></TR>
+	<TD>Talk to Wendy about aligning with her table work.</TD>
+	<TH>th element that is a row header</TH>
+	</TR>
 	<TR height="40">
 	<TH>
 	<A href="http://www.paciellogroup.com/blog/misc/HTML5/tabular-data.html#the-tr-element">tr element</A></TH>
@@ -960,7 +1074,9 @@
 	<TD>?</TD>
 	<TD>?</TD>
 	<TD>?</TD>
-	<TD>Talk to Wendy about aligning with her table work.</TD></TR>
+	<TD>Talk to Wendy about aligning with her table work.</TD>
+	<TH> <A href="http://www.paciellogroup.com/blog/misc/HTML5/tabular-data.html#the-tr-element">tr element</A></TH>
+	</TR>
 	<TR height="76">
 	<TH>
 	<A href="http://www.paciellogroup.com/blog/misc/HTML5/semantics.html#the-ul-element">ul element</A></TH>
@@ -975,7 +1091,9 @@
 	<TD>List</TD>
 	<TD>ATK_ROLE_LIST + do not expose ATK_STATE_EDITABLE</TD>
 	<TD>AXList</TD>
-	<TD>ordered vs. unordered in apis?</TD></TR>
+	<TD>ordered vs. unordered in apis?</TD>
+	<TH> <A href="http://www.paciellogroup.com/blog/misc/HTML5/semantics.html#the-ul-element">ul element</A></TH>
+	</TR>
 	<TR height="230">
 	<TH>An element that defines a command, whose Type facet is
 	                  &quot;checkbox&quot;, and that is a descendant of a menu
@@ -995,7 +1113,11 @@
 	<TD>ATK_ROLE_MENU_ITEM
 	<BR>object attribute checkable&quot;=&quot;true&quot;</TD>
 	<TD>AXMenuItemRole</TD>
-	<TD>&nbsp;</TD></TR>
+	<TD>&nbsp;</TD>
+	<TH>An element that defines a command, whose Type facet is
+	  &quot;checkbox&quot;, and that is a descendant of a menu
+	  element whose type attribute in the list state</TH>
+	</TR>
 	<TR height="230">
 	<TH>An element that defines a command, whose Type facet is
 	                  &quot;command&quot;, and that is a descendant of a menu
@@ -1011,7 +1133,11 @@
 	<TD>MenuItem</TD>
 	<TD>ATK_ROLE_MENU_ITEM</TD>
 	<TD>AXMenuItemRole</TD>
-	<TD>&nbsp;</TD></TR>
+	<TD>&nbsp;</TD>
+	<TH>An element that defines a command, whose Type facet is
+	  &quot;command&quot;, and that is a descendant of a menu
+	  element whose type attribute in the list state</TH>
+	</TR>
 	<TR height="212">
 	<TH>An element that defines a command, whose Type facet is
 	                  &quot;radio&quot;, and that is a descendant of a menu element
@@ -1032,7 +1158,12 @@
 	                  checkable=&quot;true&quot;</TD>
 	<TD>AXMenuItemRole</TD>
 	<TD>look at UIA patterns and&nbsp; composites of MSAA roles for
-	                  these.&nbsp; Does AX have them native?&nbsp; ATK/IA2?</TD></TR></TBODY></TABLE>
+	                  these.&nbsp; Does AX have them native?&nbsp; ATK/IA2?</TD>
+	<TH>An element that defines a command, whose Type facet is
+	  &quot;radio&quot;, and that is a descendant of a menu element
+	  whose type attribute in the list state</TH>
+	</TR>
+	</TBODY></TABLE>
 	<H2>To Do:</H2>
 	<P class="style2">In addition to the comments column, here are some general to do
          items.&nbsp; It would be great if we could discuss this at next

Received on Thursday, 23 September 2010 13:07:38 UTC