mike: add admonition about option/@name being obsolete

mike: add admonition about option/@name being obsolete

http://dev.w3.org/cvsweb/html5/markup/spec.html?r1=1.211&r2=1.212&f=h

===================================================================
RCS file: /sources/public/html5/markup/Overview.html,v
retrieving revision 1.412
retrieving revision 1.413
diff -u -d -r1.412 -r1.413
--- Overview.html 2 Apr 2010 19:42:21 -0000 1.412
+++ Overview.html 2 Apr 2010 20:44:23 -0000 1.413
@@ -10,7 +10,7 @@
 <div class="head">
 <div><a href="http://www.w3.org/"><img height="48" width="72" alt="W3C" src="http://www.w3.org/Icons/w3c_home"></a></div>
 <h1>HTML: The Markup Language</h1>
-<h2>W3C Editor&#8217;s Draft <em>2 April 2010</em>
+<h2>W3C Editor&#8217;s Draft <em>3 April 2010</em>
 </h2>
 <dl>
 <dt>Latest Editor&#8217;s Draft:</dt>
@@ -51,7 +51,7 @@
           reports index</a> at http://www.w3.org/TR/.
       </em></p>
     <p>
-        This document is the 2 April 2010 Editor&#8217;s Draft of 
+        This document is the 3 April 2010 Editor&#8217;s Draft of 
         <cite>HTML: The Markup Language</cite>.
       
       If you&#8217;d like to comment on this document, the preferred

Index: option.html
===================================================================
RCS file: /sources/public/html5/markup/option.html,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- option.html 29 Mar 2010 18:46:41 -0000 1.51
+++ option.html 2 Apr 2010 20:44:23 -0000 1.52
@@ -68,6 +68,16 @@
         </dl>
 </div>
       
+      <div class="no-number no-toc" id="option-constraints">
+        <h2 class="element-subhead">Additional constraints and admonitions <a class="hash" href="#option-constraints">#</a>
+</h2>
+        <ul class="assertions">
+<li><span>
+    The <span class="attribute">name</span> attribute on the <span class="element">option</span> element is obsolete.
+    Use the <span class="attribute">id</span> attribute instead.
+   </span></li>
+        </ul>
+</div>
       <div class="no-number no-toc tag-omission" id="option-tags">
         <h2 class="element-subhead">Tag omission <a class="hash" href="#option-tags">#</a>
 </h2>

Index: spec.html
===================================================================
RCS file: /sources/public/html5/markup/spec.html,v
retrieving revision 1.211
retrieving revision 1.212
diff -u -d -r1.211 -r1.212
--- spec.html 2 Apr 2010 19:42:21 -0000 1.211
+++ spec.html 2 Apr 2010 20:44:23 -0000 1.212
@@ -10,7 +10,7 @@
 <div class="head">
 <div><a href="http://www.w3.org/"><img height="48" width="72" alt="W3C" src="http://www.w3.org/Icons/w3c_home"></a></div>
 <h1>HTML: The Markup Language</h1>
-<h2>W3C Editor&#8217;s Draft <em>2 April 2010</em>
+<h2>W3C Editor&#8217;s Draft <em>3 April 2010</em>
 </h2>
 <dl>
 <dt>Latest Editor&#8217;s Draft:</dt>
@@ -50,7 +50,7 @@
           reports index</a> at http://www.w3.org/TR/.
       </em></p>
     <p>
-        This document is the 2 April 2010 Editor&#8217;s Draft of 
+        This document is the 3 April 2010 Editor&#8217;s Draft of 
         <cite>HTML: The Markup Language</cite>.
       
       If you&#8217;d like to comment on this document, the preferred
@@ -14343,6 +14343,16 @@
         </dl>
 </div>
       
+      <div class="no-number no-toc" id="option-constraints">
+        <h2 class="element-subhead">Additional constraints and admonitions <a class="hash" href="#option-constraints">#</a>
+</h2>
+        <ul class="assertions">
+<li><span>
+    The <span class="attribute">name</span> attribute on the <span class="element">option</span> element is obsolete.
+    Use the <span class="attribute">id</span> attribute instead.
+   </span></li>
+        </ul>
+</div>
       <div class="no-number no-toc tag-omission" id="option-tags">
         <h2 class="element-subhead">Tag omission <a class="hash" href="#option-tags">#</a>
 </h2>

Received on Friday, 2 April 2010 20:45:04 UTC