[html5] r6429 - [e] (0) typo Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13618

whatwg at whatwg.org whatwg at whatwg.org
Fri Aug 12 12:40:09 PDT 2011


Author: ianh
Date: 2011-08-12 12:40:07 -0700 (Fri, 12 Aug 2011)
New Revision: 6429

Modified:
   complete.html
   index
   source
Log:
[e] (0) typo
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13618

Modified: complete.html
===================================================================
--- complete.html	2011-08-12 06:34:42 UTC (rev 6428)
+++ complete.html	2011-08-12 19:40:07 UTC (rev 6429)
@@ -53356,9 +53356,9 @@
 
   <p>The <dfn id=attr-contextmenu title=attr-contextmenu><code>contextmenu</code></dfn>
   attribute gives the element's <a href=#context-menus title="context menus">context
-  menu</a>. The value must be the <a href=#concept-id title=concept-id>ID</a> of a <code><a href=#the-menu-element>menu</a></code> element
-  in the DOM. <span class=impl>If the node that would be obtained by
-  the invoking the <code title=dom-Document-getElementById><a href=#dom-document-getelementbyid>getElementById()</a></code> method
+  menu</a>. The value must be the <a href=#concept-id title=concept-id>ID</a> of a <code><a href=#the-menu-element>menu</a></code> element in the
+  DOM. <span class=impl>If the node that would be obtained by
+  invoking the <code title=dom-Document-getElementById><a href=#dom-document-getelementbyid>getElementById()</a></code> method
   using the attribute's value as the only argument is null or not a
   <code><a href=#the-menu-element>menu</a></code> element, then the element has no assigned context
   menu. Otherwise, the element's assigned context menu is the element

Modified: index
===================================================================
--- index	2011-08-12 06:34:42 UTC (rev 6428)
+++ index	2011-08-12 19:40:07 UTC (rev 6429)
@@ -53223,9 +53223,9 @@
 
   <p>The <dfn id=attr-contextmenu title=attr-contextmenu><code>contextmenu</code></dfn>
   attribute gives the element's <a href=#context-menus title="context menus">context
-  menu</a>. The value must be the <a href=#concept-id title=concept-id>ID</a> of a <code><a href=#the-menu-element>menu</a></code> element
-  in the DOM. <span class=impl>If the node that would be obtained by
-  the invoking the <code title=dom-Document-getElementById><a href=#dom-document-getelementbyid>getElementById()</a></code> method
+  menu</a>. The value must be the <a href=#concept-id title=concept-id>ID</a> of a <code><a href=#the-menu-element>menu</a></code> element in the
+  DOM. <span class=impl>If the node that would be obtained by
+  invoking the <code title=dom-Document-getElementById><a href=#dom-document-getelementbyid>getElementById()</a></code> method
   using the attribute's value as the only argument is null or not a
   <code><a href=#the-menu-element>menu</a></code> element, then the element has no assigned context
   menu. Otherwise, the element's assigned context menu is the element

Modified: source
===================================================================
--- source	2011-08-12 06:34:42 UTC (rev 6428)
+++ source	2011-08-12 19:40:07 UTC (rev 6429)
@@ -60058,9 +60058,10 @@
 
   <p>The <dfn title="attr-contextmenu"><code>contextmenu</code></dfn>
   attribute gives the element's <span title="context menus">context
-  menu</span>. The value must be the <span title="concept-id">ID</span> of a <code>menu</code> element
-  in the DOM. <span class="impl">If the node that would be obtained by
-  the invoking the <code
+  menu</span>. The value must be the <span
+  title="concept-id">ID</span> of a <code>menu</code> element in the
+  DOM. <span class="impl">If the node that would be obtained by
+  invoking the <code
   title="dom-Document-getElementById">getElementById()</code> method
   using the attribute's value as the only argument is null or not a
   <code>menu</code> element, then the element has no assigned context




More information about the Commit-Watchers mailing list