[html5] r7931 - [e] (0) Fix some typos or copypasta. Fixing https://www.w3.org/Bugs/Public/show_ [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Jun 6 15:34:42 PDT 2013


Author: ianh
Date: 2013-06-06 15:34:41 -0700 (Thu, 06 Jun 2013)
New Revision: 7931

Modified:
   complete.html
   index
   source
Log:
[e] (0) Fix some typos or copypasta.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=21793
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2013-06-06 22:15:04 UTC (rev 7930)
+++ complete.html	2013-06-06 22:34:41 UTC (rev 7931)
@@ -56241,9 +56241,12 @@
 
    </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, <a href=#limited-to-only-known-values>limited to only known values</a>.</p>
+  </ol><hr><p>The <dfn id=dom-menu-type title=dom-menu-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-menu-label title=dom-menu-label><code>label</code></dfn> IDL attribute must
+  <a href=#reflect>reflect</a> the content attribute of the same name.</p>
+
   </div>
 
   <div class=example>

Modified: index
===================================================================
--- index	2013-06-06 22:15:04 UTC (rev 7930)
+++ index	2013-06-06 22:34:41 UTC (rev 7931)
@@ -56241,9 +56241,12 @@
 
    </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, <a href=#limited-to-only-known-values>limited to only known values</a>.</p>
+  </ol><hr><p>The <dfn id=dom-menu-type title=dom-menu-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-menu-label title=dom-menu-label><code>label</code></dfn> IDL attribute must
+  <a href=#reflect>reflect</a> the content attribute of the same name.</p>
+
   </div>
 
   <div class=example>

Modified: source
===================================================================
--- source	2013-06-06 22:15:04 UTC (rev 7930)
+++ source	2013-06-06 22:34:41 UTC (rev 7931)
@@ -62173,10 +62173,12 @@
 
   <hr>
 
-  <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, <span>limited to only known values</span>.</p>
+  <p>The <dfn title="dom-menu-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-menu-label"><code>label</code></dfn> IDL attribute must
+  <span>reflect</span> the content attribute of the same name.</p>
+
   </div>
 
   <div class="example">




More information about the Commit-Watchers mailing list