- From: poot <cvsmail@w3.org>
- Date: Fri, 12 Aug 2011 15:40:41 -0400
- To: public-html-diffs@w3.org
hixie: typo (whatwg r6429) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5132&r2=1.5133&f=h http://html5.org/tools/web-apps-tracker?from=6428&to=6429 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.5132 retrieving revision 1.5133 diff -u -d -r1.5132 -r1.5133 --- Overview.html 12 Aug 2011 06:34:59 -0000 1.5132 +++ Overview.html 12 Aug 2011 19:40:27 -0000 1.5133 @@ -40717,9 +40717,9 @@ </ol></div><h5 id="context-menus"><span class="secno">4.11.4.3 </span><dfn>Context menus</dfn></h5><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
Received on Friday, 12 August 2011 19:40:46 UTC