[html5] r7906 - [giow] (0) Better match the only existing implementation (Firefox). Fixing https [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Jun 4 15:02:35 PDT 2013


Author: ianh
Date: 2013-06-04 15:02:33 -0700 (Tue, 04 Jun 2013)
New Revision: 7906

Modified:
   complete.html
   index
   source
Log:
[giow] (0) Better match the only existing implementation (Firefox).
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=21793
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2013-06-04 21:48:34 UTC (rev 7905)
+++ complete.html	2013-06-04 22:02:33 UTC (rev 7906)
@@ -56216,7 +56216,7 @@
    </li>
 
   </ol><hr><p>The <dfn id=dom-menu-type title=dom-menu-type><code>type</code></dfn> and <dfn id=dom-menu-label title=dom-menu-label><code>label</code></dfn> IDL attributes must <a href=#reflect>reflect</a> the
-  respective content attributes of the same name.</p>
+  respective content attributes of the same name, <a href=#limited-to-only-known-values>limited to only known values</a>.</p>
 
   </div>
 

Modified: index
===================================================================
--- index	2013-06-04 21:48:34 UTC (rev 7905)
+++ index	2013-06-04 22:02:33 UTC (rev 7906)
@@ -56216,7 +56216,7 @@
    </li>
 
   </ol><hr><p>The <dfn id=dom-menu-type title=dom-menu-type><code>type</code></dfn> and <dfn id=dom-menu-label title=dom-menu-label><code>label</code></dfn> IDL attributes must <a href=#reflect>reflect</a> the
-  respective content attributes of the same name.</p>
+  respective content attributes of the same name, <a href=#limited-to-only-known-values>limited to only known values</a>.</p>
 
   </div>
 

Modified: source
===================================================================
--- source	2013-06-04 21:48:34 UTC (rev 7905)
+++ source	2013-06-04 22:02:33 UTC (rev 7906)
@@ -62145,7 +62145,7 @@
 
   <p>The <dfn title="dom-menu-type"><code>type</code></dfn> and <dfn
   title="dom-menu-label"><code>label</code></dfn> IDL attributes must <span>reflect</span> the
-  respective content attributes of the same name.</p>
+  respective content attributes of the same name, <span>limited to only known values</span>.</p>
 
   </div>
 




More information about the Commit-Watchers mailing list