[html5] r5360 - [agiow] (1) Make a number of enumerated IDL attributes be limited to known value [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Aug 26 11:01:10 PDT 2010


Author: ianh
Date: 2010-08-26 11:01:08 -0700 (Thu, 26 Aug 2010)
New Revision: 5360

Modified:
   complete.html
   index
   source
Log:
[agiow] (1) Make a number of enumerated IDL attributes be limited to known values, for ease of feature testing.

Modified: complete.html
===================================================================
--- complete.html	2010-08-26 05:50:24 UTC (rev 5359)
+++ complete.html	2010-08-26 18:01:08 UTC (rev 5360)
@@ -24122,9 +24122,11 @@
   <a href=#timed-track>timed track</a>'s corresponding <code><a href=#timedtrack>TimedTrack</a></code>
   object.</p>
 
-  <p>The IDL attributes <dfn id=dom-track-kind title=dom-track-kind><code>kind</code></dfn>, <dfn id=dom-track-label title=dom-track-label><code>label</code></dfn>, <dfn id=dom-track-src title=dom-track-src><code>src</code></dfn>, and <dfn id=dom-track-srclang title=dom-track-srclang><code>srclang</code></dfn> must
-  <a href=#reflect>reflect</a> the respective content attributes of the same
-  name.</p>
+  <p>The <dfn id=dom-track-label title=dom-track-label><code>label</code></dfn>, <dfn id=dom-track-src title=dom-track-src><code>src</code></dfn>, and <dfn id=dom-track-srclang title=dom-track-srclang><code>srclang</code></dfn> IDL attributes
+  must <a href=#reflect>reflect</a> the respective content attributes of the
+  same name. The <dfn id=dom-track-kind title=dom-track-kind><code>kind</code></dfn>
+  IDL attributemust <a href=#reflect>reflect</a> the content attribute of the
+  same name, <a href=#limited-to-only-known-values>limited to only known values</a>.</p>
 
   </div>
 
@@ -25351,7 +25353,7 @@
 
   <p>The <dfn id=dom-media-preload title=dom-media-preload><code>preload</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>
 
@@ -49443,7 +49445,11 @@
 
   <div class=impl>
 
-  <p>The <dfn id=dom-command-type title=dom-command-type><code>type</code></dfn>, <dfn id=dom-command-label title=dom-command-label><code>label</code></dfn>, <dfn id=dom-command-icon title=dom-command-icon><code>icon</code></dfn>, <dfn id=dom-command-disabled title=dom-command-disabled><code>disabled</code></dfn>, <dfn id=dom-command-checked title=dom-command-checked><code>checked</code></dfn>, and <dfn id=dom-command-radiogroup title=dom-command-radiogroup><code>radiogroup</code></dfn><!--,
+  <p>The <dfn id=dom-command-type title=dom-command-type><code>type</code></dfn> IDL
+  attribute must <a href=#reflect>reflect</a> the content attribute of the
+  same name, <a href=#limited-to-only-known-values>limited to only known values</a>.</p>
+
+  <p>The <dfn id=dom-command-label title=dom-command-label><code>label</code></dfn>, <dfn id=dom-command-icon title=dom-command-icon><code>icon</code></dfn>, <dfn id=dom-command-disabled title=dom-command-disabled><code>disabled</code></dfn>, <dfn id=dom-command-checked title=dom-command-checked><code>checked</code></dfn>, and <dfn id=dom-command-radiogroup title=dom-command-radiogroup><code>radiogroup</code></dfn><!--,
   and <dfn title="dom-command-default"><code>default</code></dfn>-->
   IDL attributes must <a href=#reflect>reflect</a> the respective content
   attributes of the same name.</p>

Modified: index
===================================================================
--- index	2010-08-26 05:50:24 UTC (rev 5359)
+++ index	2010-08-26 18:01:08 UTC (rev 5360)
@@ -24047,9 +24047,11 @@
   <a href=#timed-track>timed track</a>'s corresponding <code><a href=#timedtrack>TimedTrack</a></code>
   object.</p>
 
-  <p>The IDL attributes <dfn id=dom-track-kind title=dom-track-kind><code>kind</code></dfn>, <dfn id=dom-track-label title=dom-track-label><code>label</code></dfn>, <dfn id=dom-track-src title=dom-track-src><code>src</code></dfn>, and <dfn id=dom-track-srclang title=dom-track-srclang><code>srclang</code></dfn> must
-  <a href=#reflect>reflect</a> the respective content attributes of the same
-  name.</p>
+  <p>The <dfn id=dom-track-label title=dom-track-label><code>label</code></dfn>, <dfn id=dom-track-src title=dom-track-src><code>src</code></dfn>, and <dfn id=dom-track-srclang title=dom-track-srclang><code>srclang</code></dfn> IDL attributes
+  must <a href=#reflect>reflect</a> the respective content attributes of the
+  same name. The <dfn id=dom-track-kind title=dom-track-kind><code>kind</code></dfn>
+  IDL attributemust <a href=#reflect>reflect</a> the content attribute of the
+  same name, <a href=#limited-to-only-known-values>limited to only known values</a>.</p>
 
   </div>
 
@@ -25276,7 +25278,7 @@
 
   <p>The <dfn id=dom-media-preload title=dom-media-preload><code>preload</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>
 
@@ -49368,7 +49370,11 @@
 
   <div class=impl>
 
-  <p>The <dfn id=dom-command-type title=dom-command-type><code>type</code></dfn>, <dfn id=dom-command-label title=dom-command-label><code>label</code></dfn>, <dfn id=dom-command-icon title=dom-command-icon><code>icon</code></dfn>, <dfn id=dom-command-disabled title=dom-command-disabled><code>disabled</code></dfn>, <dfn id=dom-command-checked title=dom-command-checked><code>checked</code></dfn>, and <dfn id=dom-command-radiogroup title=dom-command-radiogroup><code>radiogroup</code></dfn><!--,
+  <p>The <dfn id=dom-command-type title=dom-command-type><code>type</code></dfn> IDL
+  attribute must <a href=#reflect>reflect</a> the content attribute of the
+  same name, <a href=#limited-to-only-known-values>limited to only known values</a>.</p>
+
+  <p>The <dfn id=dom-command-label title=dom-command-label><code>label</code></dfn>, <dfn id=dom-command-icon title=dom-command-icon><code>icon</code></dfn>, <dfn id=dom-command-disabled title=dom-command-disabled><code>disabled</code></dfn>, <dfn id=dom-command-checked title=dom-command-checked><code>checked</code></dfn>, and <dfn id=dom-command-radiogroup title=dom-command-radiogroup><code>radiogroup</code></dfn><!--,
   and <dfn title="dom-command-default"><code>default</code></dfn>-->
   IDL attributes must <a href=#reflect>reflect</a> the respective content
   attributes of the same name.</p>

Modified: source
===================================================================
--- source	2010-08-26 05:50:24 UTC (rev 5359)
+++ source	2010-08-26 18:01:08 UTC (rev 5360)
@@ -25837,13 +25837,13 @@
   <span>timed track</span>'s corresponding <code>TimedTrack</code>
   object.</p>
 
-  <p>The IDL attributes <dfn
-  title="dom-track-kind"><code>kind</code></dfn>, <dfn
-  title="dom-track-label"><code>label</code></dfn>, <dfn
+  <p>The <dfn title="dom-track-label"><code>label</code></dfn>, <dfn
   title="dom-track-src"><code>src</code></dfn>, and <dfn
-  title="dom-track-srclang"><code>srclang</code></dfn> must
-  <span>reflect</span> the respective content attributes of the same
-  name.</p>
+  title="dom-track-srclang"><code>srclang</code></dfn> IDL attributes
+  must <span>reflect</span> the respective content attributes of the
+  same name. The <dfn title="dom-track-kind"><code>kind</code></dfn>
+  IDL attributemust <span>reflect</span> the content attribute of the
+  same name, <span>limited to only known values</span>.</p>
 
   </div>
 
@@ -27318,7 +27318,7 @@
   <p>The <dfn
   title="dom-media-preload"><code>preload</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>
 
@@ -55204,8 +55204,11 @@
 
   <div class="impl">
 
-  <p>The <dfn title="dom-command-type"><code>type</code></dfn>, <dfn
-  title="dom-command-label"><code>label</code></dfn>, <dfn
+  <p>The <dfn title="dom-command-type"><code>type</code></dfn> IDL
+  attribute must <span>reflect</span> the content attribute of the
+  same name, <span>limited to only known values</span>.</p>
+
+  <p>The <dfn title="dom-command-label"><code>label</code></dfn>, <dfn
   title="dom-command-icon"><code>icon</code></dfn>, <dfn
   title="dom-command-disabled"><code>disabled</code></dfn>, <dfn
   title="dom-command-checked"><code>checked</code></dfn>, and <dfn




More information about the Commit-Watchers mailing list