- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 21 Jul 2009 01:45:11 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup
In directory hutz:/tmp/cvs-serv24738
Modified Files:
datatypes.html img.html spec.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/img.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- img.html 20 Jul 2009 14:56:51 -0000 1.10
+++ img.html 21 Jul 2009 01:45:09 -0000 1.11
@@ -14,7 +14,7 @@
<div id="img" class="section">
<h2 class="element-head"><span class="element">img</span> – <span class="shortdesc">image</span> <a class="hash" href="#img">#</a> <a class="toc-bak" href="Overview.html#img-toc">T</a></h2>
<div id="img-longdesc" class="longdesc">
- <p>The<a href="img.html#img" class="element">img</a> element
+ <p>The <a href="img.html#img" class="element">img</a> element
represents an image.</p>
</div>
<div class="no-number no-toc" id="img-content">
@@ -64,7 +64,9 @@
<dt><a class="attribute-name" id="img.attrs.usemap" title="img.attrs.usemap" href="img.html#img.attrs.usemap">usemap</a><span class="attr-values"> =
<a class="ref" href="datatypes.html#common.data.hash-name" title="common.data.hash-name">hash-name</a>
</span> </dt>
- <dd>A <a href="datatypes.html#hash-name">hash-name reference</a> to a <a href="map.html#map">map</a> element with which to associate the
+ <dd>A <a href="datatypes.html#hash-name">hash-name reference</a> to a
+ <a href="map.html#map" class="element">map</a>
+ element with which to associate the
image.</dd>
<dt><a class="attribute-name" id="img.attrs.ismap" title="img.attrs.ismap" href="img.html#img.attrs.ismap">ismap</a><span class="attr-values"> = "ismap" | "" </span> </dt>
@@ -74,7 +76,9 @@
<dt><a class="attribute-name" id="img.attrs.border" title="img.attrs.border" href="img.html#img.attrs.border">border</a><span class="attr-values"> =
<a class="ref" href="datatypes.html#common.data.zero" title="common.data.zero">zero</a>
</span> </dt>
- <dd><i class="TK">(detailed attribute description to come)</i></dd>
+ <dd>Specifies that its
+ <a href="img.html#img" class="element">img</a>
+ element represents a borderless image.</dd>
</dl></div>
Index: datatypes.html
===================================================================
RCS file: /sources/public/html5/markup/datatypes.html,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- datatypes.html 20 Jul 2009 14:56:50 -0000 1.17
+++ datatypes.html 21 Jul 2009 01:45:09 -0000 1.18
@@ -290,7 +290,10 @@
<div id="common.data.zero-mdl" class="section">
<h2 class="common-subhead">11.31. Zero <a class="hash" href="#common.data.zero-mdl">#</a></h2>
<div class="content-models">
- <div><span class="common-pattern-name"><dfn id="common.data.zero">zero</dfn></span><code class="punc"> = </code> <a href="datatypes.html#common.data.zero" class="hash">#</a></div></div>
+ <div><span class="common-pattern-name"><dfn id="common.data.zero">zero</dfn></span><code class="punc"> = </code> <a href="datatypes.html#common.data.zero" class="hash">#</a></div>
+ <div class="datatype-desc">The literal string
+ <code title="U+0030 DIGIT ZERO">0</code>.</div>
+ </div>
</div>
<div id="form.data.mimetypelist-mdl" class="section">
<h2 class="common-subhead">11.32. Mimetypelist <a class="hash" href="#form.data.mimetypelist-mdl">#</a></h2>
Index: spec.html
===================================================================
RCS file: /sources/public/html5/markup/spec.html,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- spec.html 21 Jul 2009 00:22:24 -0000 1.56
+++ spec.html 21 Jul 2009 01:45:09 -0000 1.57
@@ -6711,7 +6711,7 @@
<span class="element">img</span> – <span class="shortdesc">image</span> <a class="hash" href="#img">#</a> <a class="toc-bak" href="#img-toc">T</a>
</h2>
<div id="img-longdesc" class="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 class="no-number no-toc" id="img-content">
@@ -6772,7 +6772,9 @@
<a class="attribute-name" id="img.attrs.usemap" title="img.attrs.usemap" href="#img.attrs.usemap">usemap</a><span class="attr-values"> =
<a class="ref" href="#common.data.hash-name" title="common.data.hash-name">hash-name</a>
</span> </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>
<dt>
@@ -6784,7 +6786,9 @@
<a class="attribute-name" id="img.attrs.border" title="img.attrs.border" href="#img.attrs.border">border</a><span class="attr-values"> =
<a class="ref" href="#common.data.zero" title="common.data.zero">zero</a>
</span> </dt>
- <dd><i class="TK">(detailed attribute description to come)</i></dd>
+ <dd>Specifies that its
+ <a href="#img" class="element">img</a>
+ element represents a borderless image.</dd>
</dl>
</div>
@@ -15043,7 +15047,9 @@
<div>
<span class="common-pattern-name"><dfn id="common.data.zero">zero</dfn></span><code class="punc"> = </code> <a href="#common.data.zero" class="hash">#</a>
</div>
-</div>
+ <div class="datatype-desc">The literal string
+ <code title="U+0030 DIGIT ZERO">0</code>.</div>
+ </div>
</div>
<div id="form.data.mimetypelist-mdl" class="section">
<h2 class="common-subhead">11.32. Mimetypelist <a class="hash" href="#form.data.mimetypelist-mdl">#</a>
Received on Tuesday, 21 July 2009 01:45:28 UTC