html5/markup/elements img.html,1.13,1.14 label.html,1.7,1.8 object.html,1.14,1.15

Update of /sources/public/html5/markup/elements
In directory hutz:/tmp/cvs-serv3707/elements

Modified Files:
	img.html label.html object.html 
Log Message:
make the Datatypes section a bit more user-friendly, and better aligned with the HTML5 spec; particularly, definition of "ID reference" and various sets of tokens


Index: object.html
===================================================================
RCS file: /sources/public/html5/markup/elements/object.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- object.html	12 Jul 2010 14:16:43 -0000	1.14
+++ object.html	26 Jul 2010 04:06:26 -0000	1.15
@@ -34,9 +34,11 @@
     </dl>
     <dl>
       <dt id="object.attrs.usemap">usemap</dt>
-      <dd>A <a href="#hash-name">hash-name reference</a> to a <a
-          href="#map">map</a> element with which to associate the
-        object.</dd>
+      <dd>A
+        <a href="#hash-name-reference">hash-name reference</a>
+        to a
+        <a href="#map">map</a>
+        element with which to associate the object.</dd>
     </dl>
     <dl>
       <dt id="object.attrs.width">width</dt>

Index: img.html
===================================================================
RCS file: /sources/public/html5/markup/elements/img.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- img.html	12 Jul 2010 14:16:43 -0000	1.13
+++ img.html	26 Jul 2010 04:06:26 -0000	1.14
@@ -24,10 +24,11 @@
     </dl>
     <dl>
       <dt id="img.attrs.usemap">usemap</dt>
-      <dd>A <a href="#hash-name">hash-name reference</a> to a
+      <dd>A
+        <a href="#hash-name-reference">hash-name reference</a>
+        to a
         <a href="#map" class="element">map</a>
-        element with which to associate the
-        image.</dd>
+        element with which to associate the image.</dd>
     </dl>
     <dl>
       <dt id="img.attrs.width">width</dt>

Index: label.html
===================================================================
RCS file: /sources/public/html5/markup/elements/label.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- label.html	10 Feb 2010 18:47:41 -0000	1.7
+++ label.html	26 Jul 2010 04:06:26 -0000	1.8
@@ -9,7 +9,9 @@
   <div id="attributes">
     <dl>
       <dt id="label.attrs.for">for</dt>
-      <dd>Identifies a form control for which the
+      <dd>An
+        <a href="#id-reference">ID reference</a>
+        to a form control for which the
         <a href="#label">label</a>
         is a caption.</dd>
     </dl>

Received on Monday, 26 July 2010 04:06:29 UTC