- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 21 Jul 2009 01:45:12 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/src
In directory hutz:/tmp/cvs-serv24738/src
Modified Files:
datatypes.html
Log Message:
added the "border" attribute on the <img> element (with constraint that its value must be the literal string "0")
Index: datatypes.html
===================================================================
RCS file: /sources/public/html5/markup/src/datatypes.html,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- datatypes.html 8 Jul 2009 10:31:03 -0000 1.27
+++ datatypes.html 21 Jul 2009 01:45:10 -0000 1.28
@@ -397,4 +397,11 @@
<dl><dt>color</dt>
<dd><code class="regexp">#[a-fA-F0-9]{6}</code></dd>
</dl>
+ <dl><dt>zero</dt>
+ <dd></dd>
+ <dd>
+ <div class="datatype-desc">The literal string
+ <code title="U+0030 DIGIT ZERO">0</code>.</div>
+ </dd>
+ </dl>
</section>
Received on Tuesday, 21 July 2009 01:45:27 UTC