- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 20 Oct 2009 05:21:18 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv8670 Modified Files: Overview.html Log Message: Change 'pointer' (part of the resource selection algorithm) to operate only on nodes, not elements. (whatwg r4194) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3340 retrieving revision 1.3341 diff -u -d -r1.3340 -r1.3341 --- Overview.html 20 Oct 2009 01:31:45 -0000 1.3340 +++ Overview.html 20 Oct 2009 05:21:15 -0000 1.3341 @@ -19635,11 +19635,11 @@ and the other node is the node after <var title="">pointer</var>. Initially, let <var title="">pointer</var> be the position between the <var title="">candidate</var> node and the next node, if there are any, or the end of the list, if it is the last node.</p> - <p>As elements are inserted and removed into the <a href="#media-element">media + <p>As nodes are inserted and removed into the <a href="#media-element">media element</a>, <var title="">pointer</var> must be updated as follows:</p> - <dl><dt>If a new element is inserted between the two nodes that + <dl><dt>If a new node is inserted between the two nodes that define <var title="">pointer</var></dt> <dd>Let <var title="">pointer</var> be the point between the
Received on Tuesday, 20 October 2009 05:21:20 UTC