- From: Steven Faulkners via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 18 Jan 2011 10:40:24 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html-api-map
In directory hutz:/tmp/cvs-serv16306
Modified Files:
overview.html
Log Message:
started on accessible name clalculation rules, added table from HTML5 as reference point for attributes,updated warning
Index: overview.html
===================================================================
RCS file: /sources/public/html5/html-api-map/overview.html,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- overview.html 12 Jan 2011 16:02:35 -0000 1.16
+++ overview.html 18 Jan 2011 10:40:22 -0000 1.17
@@ -37,13 +37,23 @@
width: 100%;
overflow-x: auto;
}
-</style>
+.note {
+ font-size: large;
+ font-style: italic;
+ color: #030;
+}
+ .warning {
+ font-size: x-large;
[...1016 lines suppressed...]
+ </table>
+ <H2> </H2>
+ <H2>Accessible Name calculation</H2>
+ <H2 class="note">to do</H2>
+ <h3>Form elements that can have a placeholder attribute</h3>
+ <p>If the control has a <code>placeholder</code> attibute but does not have an associated <code>label</code> element or a <code>title</code> attribute, use the content of the <code>placeholder</code> attribute as the controls accessible name.</p>
+ <p>If the control has a <code>placeholder</code> attibute and an associated <code>label</code> element, but not a <code>title</code> attribute, use the content of the associated <code>label</code> element as the controls accessible name.</p>
+ <p><span class="note">to do</span></p>
+ <h3>Other form elements</h3>
+ <p><span class="note">to do</span></p>
+ <h3>Figure and figcaption elements </h3>
+ <p><span class="note">to do</span></p>
+ <p>img element</p>
+ <p><span class="note">to do</span></p>
+ <h2>Accessible Description calculation</h2>
+ <p><span class="note">to do</span></p>
+ <H2> </H2>
<H2>To Do:</H2>
<P class="style2">In addition to the comments column, here are some general to do
items. </P>
Received on Tuesday, 18 January 2011 10:40:26 UTC