- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 16 Feb 2010 08:32:39 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv19487 Modified Files: Overview.html Log Message: Add some <dfn>s to make DOM Core and DOM Events xrefs work a bit. If you find other cross-spec things in complete.html that aren't linking, let me know and I'll add them here. (cross-spec links for internal things, like html to microdata, postmsg to websocket, or whatnot, will be dealt with automatically at some later date) (whatwg r4748) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3795 retrieving revision 1.3796 diff -u -d -r1.3795 -r1.3796 --- Overview.html 16 Feb 2010 08:22:29 -0000 1.3795 +++ Overview.html 16 Feb 2010 08:32:35 -0000 1.3796 @@ -1687,10 +1687,10 @@ document, then the node's <a href="#root-element">root element</a> is indeed the document's root element; however, if the node is not currently part of the document tree, the root element will be an orphaned node.<p>A node's <dfn id="home-subtree">home subtree</dfn> is the subtree rooted at that - node's <a href="#root-element">root element</a>.<p>The <code>Document</code> of a <code>Node</code> (such as an - element) is the <code>Document</code> that the <code>Node</code>'s + node's <a href="#root-element">root element</a>.<p>The <code><a href="#document">Document</a></code> of a <code>Node</code> (such as an + element) is the <code><a href="#document">Document</a></code> that the <code>Node</code>'s <code title="">ownerDocument</code> IDL attribute returns.<p>When an element's <a href="#root-element">root element</a> is the <a href="#root-element">root - element</a> of a <code>Document</code>, it is said to be <dfn id="in-a-document">in + element</a> of a <code><a href="#document">Document</a></code>, it is said to be <dfn id="in-a-document">in a <code>Document</code></dfn>. An element is said to have been <dfn id="insert-an-element-into-a-document" title="insert an element into a document">inserted into a [...4571 lines suppressed...] <tr><td> <code title="event-show">show</code> - <td> <code>Event</code> + <td> <code><a href="#event">Event</a></code> <td> Fired at a <code><a href="#menus">menu</a></code> element when it is shown as a context menu <tr><td> <code title="event-submit">submit</code> - <td> <code>Event</code> + <td> <code><a href="#event">Event</a></code> <td> Fired at a <code><a href="#the-form-element">form</a></code> element when it is <a href="#concept-form-submit" title="concept-form-submit">submitted</a> <tr><td> <code title="event-undo"><a href="#event-undo">undo</a></code> @@ -67252,7 +67262,7 @@ <td> Fired at the <code><a href="#window">Window</a></code> object when the user <a href="#undo:-moving-back-in-the-undo-transaction-history" title="do-undo">goes backward in the undo transaction history</a> <tr><td> <code title="event-unload">unload</code> - <td> <code>Event</code> + <td> <code><a href="#event">Event</a></code> <td> Fired at the <code><a href="#window">Window</a></code> object when the page is going away </table><p class="note">See also <a href="#mediaevents">media element
Received on Tuesday, 16 February 2010 08:32:40 UTC