- From: poot <cvsmail@w3.org>
- Date: Wed, 11 Mar 2009 23:10:51 +0900 (JST)
- To: public-html-diffs@w3.org
Fixed start tag requirement for colgroup element
4.3.8.11 The map element
http://people.w3.org/mike/diffs/html5/html-author/Overview.1.64.html#the-map-element
4.3.9.3 The colgroup element
http://people.w3.org/mike/diffs/html5/html-author/Overview.1.64.html#the-colgroup-element
http://people.w3.org/mike/diffs/html5/html-author/Overview.diff.html
http://dev.w3.org/cvsweb/html5/html-author/Overview.html?r1=1.63&r2=1.64&f=h
===================================================================
RCS file: /sources/public/html5/html-author/Overview.html,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -d -r1.63 -r1.64
--- Overview.html 10 Mar 2009 16:06:17 -0000 1.63
+++ Overview.html 11 Mar 2009 14:09:30 -0000 1.64
@@ -67,11 +67,11 @@
<!--begin-logo--><p><a href="http://www.w3.org/"><img alt="W3C" src="http://www.w3.org/Icons/w3c_home"></a></p><!--end-logo-->
<h1>HTML 5 Reference</h1>
<h2 class="no-num no-toc">A Web Developer’s Guide to HTML 5</h2>
- <h2 class="no-num no-toc">W3C Editor’s Draft 10 March 2009</h2>
+ <h2 class="no-num no-toc">W3C Editor’s Draft 11 March 2009</h2>
<dl>
<dt>This version:</dt>
- <dd><a href="">http://www.w3.org/TR/2009/ED-html5-author-20090310</a></dd>
+ <dd><a href="">http://www.w3.org/TR/2009/ED-html5-author-20090311</a></dd>
<dt>Latest version:</dt>
<dd><a href="http://www.w3.org/TR/">http://www.w3.org/TR/</a></dd>
<dt>Previous version:</dt>
@@ -4071,7 +4071,7 @@
<p class="desc">The <code><a href="#the-colgroup-element">colgroup</a></code> element represents a <span title="concept-column-group">group</span> of one or more <span title="concept-column">columns</span> in the <code><a href="#the-table-element">table</a></code> that is its parent, if it has a parent and that is a <code><a href="#the-table-element">table</a></code> element.</p>
<dl class="html-tags">
- <dt>Start tag:</dt> <dd>required</dd>
+ <dt>Start tag:</dt> <dd>optional</dd>
<dt>End tag:</dt> <dd>optional</dd>
</dl>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html-author/Overview.src.html,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -d -r1.65 -r1.66
--- Overview.src.html 10 Mar 2009 16:06:17 -0000 1.65
+++ Overview.src.html 11 Mar 2009 14:09:31 -0000 1.66
@@ -3891,7 +3891,7 @@
<p class="desc">The <code>colgroup</code> element represents a <span title="concept-column-group">group</span> of one or more <span title="concept-column">columns</span> in the <code>table</code> that is its parent, if it has a parent and that is a <code>table</code> element.</p>
<dl class="html-tags">
- <dt>Start tag:</dt> <dd>required</dd>
+ <dt>Start tag:</dt> <dd>optional</dd>
<dt>End tag:</dt> <dd>optional</dd>
</dl>
Received on Wednesday, 11 March 2009 14:11:27 UTC