- From: Steven Faulkners via cvs-syncmail <cvsmail@w3.org>
 - Date: Fri, 24 Sep 2010 10:29:15 +0000
 - To: public-html-commits@w3.org
 
Update of /sources/public/html5/html-api-map
In directory hutz:/tmp/cvs-serv9630
Modified Files:
	overview.html 
Log Message:
added all elements except one
Index: overview.html
===================================================================
RCS file: /sources/public/html5/html-api-map/overview.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- overview.html	24 Sep 2010 09:01:46 -0000	1.9
+++ overview.html	24 Sep 2010 10:29:12 -0000	1.10
@@ -43,7 +43,9 @@
 
 }
 
-td span {border: 2px solid #9acd32;display:inline-block;padding:2px;}</STYLE>
+td span {border: 2px solid #9acd32;display:inline-block;padding:2px;}
+
+.th1 {width:200px;}</STYLE>
 	<LINK href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"></HEAD>
 	<BODY>
 	<H1>HTML to Platform Accessibility APIs Implementation Guide</H1>
@@ -71,7 +73,7 @@
[...1584 lines suppressed...]
+	  <TD> </TD>
+	  <TD> </TD>
+	  <TD> </TD>
+	  <TD> </TD>
+	  <TD> </TD>
+	  <TH> </TH>
+	  </TR>
 	</TBODY></TABLE>
 	<H2>To Do:</H2>
 	<P class="style2">In addition to the comments column, here are some general to do
          items.  It would be great if we could discuss this at next
          week’s sub-team meeting.</P>
 	<UL>
+	<LI></LI>
 	<LI>Add additional attribute mappings</LI>
-	<LI>Add additional element mappings</LI>
+	<LI>Add additional element mappings (shoul now be only one element missing - cant remeber what it is 24/9/10)</LI>
 	<LI>Describe individual elements that "define a command"
                and how their mappings change based on context (when they do and
                don't define a command)</LI>
Received on Friday, 24 September 2010 10:29:16 UTC