- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 04 Aug 2009 15:46:36 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/elements
In directory hutz:/tmp/cvs-serv21367/elements
Modified Files:
map.html
Log Message:
made a number of changes to documentation for datatypes
Index: map.html
===================================================================
RCS file: /sources/public/html5/markup/elements/map.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- map.html 13 Feb 2009 12:07:30 -0000 1.3
+++ map.html 4 Aug 2009 15:46:34 -0000 1.4
@@ -12,4 +12,13 @@
<dd>A name by which the map can be referenced.</dd>
</dl>
</div>
+ <div id="constraints">
+ <p>If the
+ <a href="#common.attrs.id" class="attribute">id</a>
+ attribute and
+ <a id="map.attrs.name" class="attribute">name</a>
+ attribute specified on the
+ <a href="#map" class="element">map</a>
+ element, both attributes must have the same value.</p>
+ </div>
</div>
Received on Tuesday, 4 August 2009 15:46:45 UTC