- From: Steven Faulkners via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 08 Dec 2010 11:11:14 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html-api-map
In directory hutz:/tmp/cvs-serv31015
Modified Files:
overview.html
Log Message:
added style for tables
Index: overview.html
===================================================================
RCS file: /sources/public/html5/html-api-map/overview.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- overview.html 8 Dec 2010 11:07:07 -0000 1.14
+++ overview.html 8 Dec 2010 11:11:12 -0000 1.15
@@ -33,7 +33,7 @@
font-weight: bold;
text-align: center;
}
-#mapping_table_container {
+.mapping_table_container {
width: 100%;
overflow-x: auto;
}
@@ -61,2340 +61,2343 @@
All feedback is welcome.</P>
<HR>
[...4654 lines suppressed...]
+ <td><a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#attr-input-required"><code>required</code></a> attribute</td>
+ <TD>no</TD>
+ <TD>yes</TD>
+ <td nowrap><a href="http://www.w3.org/WAI/PF/aria/states_and_properties#aria-required"><code>aria-required</code></a></td>
+ <TD>N/A</TD>
+ <TD>N/A</TD>
+ <td rowspan="1" colspan="1">Expose <code>IA2_STATE_REQUIRED</code></td>
+ <td rowspan="1" colspan="1">Expose as <code>IsrequiredForForm</code> property.</td>
+ <td rowspan="1" colspan="1">Expose <code>ATK_STATE_REQUIRED</code></td>
+ <TD>?</TD>
+ <TD>?</TD>
+ <td><a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#attr-input-required"><code>required</code></a> attribute</td>
+ </TR>
+ </TBODY>
+ </TABLE>
+ </div>
+
<H2>To Do:</H2>
<P class="style2">In addition to the comments column, here are some general to do
items. </P>
Received on Wednesday, 8 December 2010 11:11:16 UTC