html5/markup/elements img.html,1.5,1.6

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

Modified Files:
	img.html 
Log Message:
added the "border" attribute on the <img> element (with constraint that its value must be the literal string "0")


Index: img.html
===================================================================
RCS file: /sources/public/html5/markup/elements/img.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- img.html	7 Jun 2009 23:07:54 -0000	1.5
+++ img.html	21 Jul 2009 01:45:09 -0000	1.6
@@ -2,7 +2,7 @@
   <h4>The img element</h4>
   <div id="shortdesc">image</div>
   <div id="longdesc">
-    <p>The<a href="#img" class="element">img</a> element
+    <p>The <a href="#img" class="element">img</a> element
     represents an image.</p>
   </div>
   <div id="attributes">
@@ -24,8 +24,9 @@
     </dl>
     <dl>
       <dt id="img.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
+      <dd>A <a href="#hash-name">hash-name reference</a> to a
+        <a href="#map" class="element">map</a>
+        element with which to associate the
         image.</dd>
     </dl>
     <dl>
@@ -36,5 +37,11 @@
       <dt id="img.attrs.height">height</dt>
       <dd>The height of the image, in CSS pixels.</dd>
     </dl>
+    <dl>
+      <dt id="img.attrs.border">border</dt>
+      <dd>Specifies that its
+        <a href="#img" class="element">img</a>
+        element represents a borderless image.</dd>
+    </dl>
   </div>
 </div>

Received on Tuesday, 21 July 2009 01:45:21 UTC