Skip to content

Commit

Permalink
[e] (0) typo
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13618

git-svn-id: http://svn.whatwg.org/webapps@6429 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 12, 2011
1 parent 69fe2f4 commit 2c30f33
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
6 changes: 3 additions & 3 deletions complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -53356,9 +53356,9 @@ <h5 id=context-menus><span class=secno>4.11.4.3 </span><dfn>Context menus</dfn><

<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
Expand Down
6 changes: 3 additions & 3 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -53223,9 +53223,9 @@ fur

<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
Expand Down
7 changes: 4 additions & 3 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -60058,9 +60058,10 @@ fur

<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
Expand Down

0 comments on commit 2c30f33

Please sign in to comment.