[html5] r5691 - [giow] (2) Change th.scope to be limited to known values.

whatwg at whatwg.org whatwg at whatwg.org
Tue Nov 30 16:13:55 PST 2010


Author: ianh
Date: 2010-11-30 16:13:53 -0800 (Tue, 30 Nov 2010)
New Revision: 5691

Modified:
   complete.html
   index
   source
Log:
[giow] (2) Change th.scope to be limited to known values.

Modified: complete.html
===================================================================
--- complete.html	2010-11-30 22:36:53 UTC (rev 5690)
+++ complete.html	2010-12-01 00:13:53 UTC (rev 5691)
@@ -214,7 +214,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1>Web Applications 1.0</h1>
-    <h2 class="no-num no-toc">Draft Standard — 30 November 2010</h2>
+    <h2 class="no-num no-toc">Draft Standard — 1 December 2010</h2>
    </hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -35972,7 +35972,7 @@
 
   <p>The <dfn id=dom-th-scope title=dom-th-scope><code>scope</code></dfn> IDL
   attribute must <a href=#reflect>reflect</a> the content attribute of the
-  same name.</p>
+  same name, <a href=#limited-to-only-known-values>limited to only known values</a>.</p>
 
   </div>
 

Modified: index
===================================================================
--- index	2010-11-30 22:36:53 UTC (rev 5690)
+++ index	2010-12-01 00:13:53 UTC (rev 5691)
@@ -218,7 +218,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1>HTML5 (including next generation additions still in development)</h1>
-    <h2 class="no-num no-toc">Draft Standard — 30 November 2010</h2>
+    <h2 class="no-num no-toc">Draft Standard — 1 December 2010</h2>
    </hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -35952,7 +35952,7 @@
 
   <p>The <dfn id=dom-th-scope title=dom-th-scope><code>scope</code></dfn> IDL
   attribute must <a href=#reflect>reflect</a> the content attribute of the
-  same name.</p>
+  same name, <a href=#limited-to-only-known-values>limited to only known values</a>.</p>
 
   </div>
 

Modified: source
===================================================================
--- source	2010-11-30 22:36:53 UTC (rev 5690)
+++ source	2010-12-01 00:13:53 UTC (rev 5691)
@@ -39848,7 +39848,7 @@
 
   <p>The <dfn title="dom-th-scope"><code>scope</code></dfn> IDL
   attribute must <span>reflect</span> the content attribute of the
-  same name.</p>
+  same name, <span>limited to only known values</span>.</p>
 
   </div>
 




More information about the Commit-Watchers mailing list