html5/html-api-map overview.html,1.20,1.21

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

Modified Files:
	overview.html 
Log Message:
added id to headings

Index: overview.html
===================================================================
RCS file: /sources/public/html5/html-api-map/overview.html,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- overview.html	3 Feb 2011 12:38:35 -0000	1.20
+++ overview.html	3 Feb 2011 12:41:05 -0000	1.21
@@ -2740,7 +2740,7 @@
       </tr>
     </table>
 	<H2>&nbsp;</H2>
-	<H2>Accessible Name and Description calculation</H2>
+	<H2 id="calc">Accessible Name and Description calculation</H2>
 	<p>The terms <a href="http://www.w3.org/WAI/PF/aria-implementation/#def_accessible_name">accessible name</a> and accessible description are properties provided in all accessibility APIs. The name of the properties may differ across APIs but they serve the same function: as a container for a short (name) or longer (description) string of text. </p>
 	<h3><code>Input type=&quot;text&quot;</code> or <code>textarea</code> element</h3>
 	<ul>

Received on Thursday, 3 February 2011 12:41:09 UTC