- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 14 Apr 2011 10:43:37 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html-api-map
In directory hutz:/tmp/cvs-serv6582
Modified Files:
overview.html
Log Message:
tweaks
Index: overview.html
===================================================================
RCS file: /sources/public/html5/html-api-map/overview.html,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- overview.html 14 Apr 2011 10:38:05 -0000 1.39
+++ overview.html 14 Apr 2011 10:43:35 -0000 1.40
@@ -59,7 +59,7 @@
// previousMaturity: "WD",
// previousPublishDate: "2009-03-15",
// previousURI : "http://dev.w3.org/2009/dap/ReSpec.js/documentation.html",
- edDraftURI: "http://http://dev.w3.org/html5/html-api-map/",
+ edDraftURI: "http://dev.w3.org/html5/html-api-map/",
// lcEnd: "2010-08-06",
// extraCSS: ["../css/respec.css"],
extraCSS: ["http://dev.w3.org/2009/dap/ReSpec.js/css/respec.css"],
@@ -716,7 +716,7 @@
<TD>yes</TD>
<td><code title="attr-aria-role-checkbox">checkbox</code> role, with the <code title="attr-aria-checked">aria-checked</code> state set to "mixed" if the element's <code title="dom-input-indeterminate"><a href="http://www.w3.org/TR/html5/forms.html#dom-input-indeterminate">indeterminate</a></code> IDL attribute is true, or "true" if the element's <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#concept-fe-checked" title="concept-fe-checked">checkedness</a> is true, or "false" otherwise </td>
<TD>NONE</TD>
- <TD><em>IA2_ROLE_COLOR_CHOOSER</em> </TD>
+ <TD><em>IA2_ROLE_COLOR_CHOOSER</em>Â </TD>
<TD>NONE</TD>
<TD>ROLE_COLOR_CHOOSER</TD>
<TD>AXColorWell</TD>
@@ -2725,7 +2725,7 @@
<h3><code>summary</code> and <code>details</code> elements</h3>
</section>
</section>
-<section id=¿focus-keyboard">
+<section id=¿focus-keyboard">
<h4>focus and keyboard interaction</h4>
<p>The <code>summary</code> element should be focusable by default.</p>
<p>The <code>details</code> element should not focusable by default. </p>
Received on Thursday, 14 April 2011 10:43:39 UTC