- From: Anne van Kesteren via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 03 Aug 2011 15:09:45 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/cssom-view In directory hutz:/tmp/cvs-serv14945 Modified Files: Overview.html Log Message: multipage links for HTML Index: Overview.html =================================================================== RCS file: /sources/public/csswg/cssom-view/Overview.html,v retrieving revision 1.117 retrieving revision 1.118 diff -u -d -r1.117 -r1.118 --- Overview.html 3 Aug 2011 09:05:39 -0000 1.117 +++ Overview.html 3 Aug 2011 15:09:43 -0000 1.118 @@ -214,8 +214,8 @@ <p><dfn id="the-html-body-element">The HTML <code>body</code> element</dfn> is the first <code>body</code> - <a class="external" href="http://www.whatwg.org/html/#html-elements" title="HTML elements">HTML element</a> child of the root - <a class="external" href="http://www.whatwg.org/html/#html-elements" title="HTML elements">HTML element</a> <code>html</code>.</p> + <a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/infrastructure.html#html-elements" title="HTML elements">HTML element</a> child of the root + <a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/infrastructure.html#html-elements" title="HTML elements">HTML element</a> <code>html</code>.</p> <p><dfn id="content-edge">Content edge</dfn>, <dfn id="padding-edge">padding edge</dfn>, @@ -252,7 +252,7 @@ <h2 id="extensions-to-the-window-interface"><span class="secno">4 </span>Extensions to the <code title="">Window</code> Interface</h2> - <pre class="idl">partial interface <a class="external" href="http://www.whatwg.org/html/#window">Window</a> { + <pre class="idl">partial interface <a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html#window">Window</a> { <a href="#mediaquerylist">MediaQueryList</a> <a href="#dom-window-matchmedia" title="dom-Window-matchMedia">matchMedia</a>(DOMString <var title="">media_query_list</var>); readonly attribute <a href="#screen">Screen</a> <a href="#dom-window-screen" title="dom-Window-screen">screen</a>; @@ -287,7 +287,7 @@ <var title="">media_query_list</var>.</li> <li><p>Return a <em>new</em> <code><a href="#mediaquerylist">MediaQueryList</a></code> object, - associated with the <code class="external"><a href="http://www.whatwg.org/html/#window">Window</a></code> object, with + associated with the <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html#window">Window</a></code> object, with <var title="">parsed_media_query_list</var> as its associated media query list.</li> </ol> @@ -295,10 +295,10 @@ <p>The <dfn id="dom-window-screen" title="dom-Window-screen"><code>screen</code></dfn> attribute must return the <code><a href="#screen">Screen</a></code> object - associated with the <code class="external"><a href="http://www.whatwg.org/html/#window">Window</a></code> object. It always returns the same + associated with the <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html#window">Window</a></code> object. It always returns the same object.</p> - <p class="note">Accessing <code title="dom-Window-screen"><a href="#dom-window-screen">screen</a></code> through a <code class="external"><a href="http://www.whatwg.org/html/#windowproxy">WindowProxy</a></code> object might yield different results + <p class="note">Accessing <code title="dom-Window-screen"><a href="#dom-window-screen">screen</a></code> through a <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html#windowproxy">WindowProxy</a></code> object might yield different results when the <code class="external"><a href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#document">Document</a></code> is navigated.</p> @@ -364,13 +364,13 @@ and align the y-coordinate <var title="">y</var> of the <a href="#document-content">document content</a> with the top of the <a href="#viewport">viewport</a>.</li> - <li><p>If the aligning caused content to move <a class="external" href="http://www.whatwg.org/html/#queue-a-task">queue a task</a> + <li><p>If the aligning caused content to move <a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#queue-a-task">queue a task</a> to <a class="external" href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#concept-event-fire" title="concept-event-fire">fire an event</a> named <code title="event-scroll">scroll</code> that bubbles at the <code class="external"><a href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#document">Document</a></code> object, unless a - <a class="external" href="http://www.whatwg.org/html/#concept-task" title="concept-task">task</a> to fire that event at the <code class="external"><a href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#document">Document</a></code> object - was already <a class="external" href="http://www.whatwg.org/html/#queue-a-task" title="queue a task">queued</a>.</li> + <a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#concept-task" title="concept-task">task</a> to fire that event at the <code class="external"><a href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#document">Document</a></code> object + was already <a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#queue-a-task" title="queue a task">queued</a>.</li> </ol> <p>When the @@ -420,7 +420,7 @@ <p>If the associated media query list changes in evaluation then, for each listener in the <a href="#list-of-media-query-list-listeners">list of media query list listeners</a> — in - appending order, <a class="external" href="http://www.whatwg.org/html/#queue-a-task">queue a task</a> that invokes the listener, + appending order, <a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#queue-a-task">queue a task</a> that invokes the listener, passing as argument the <code><a href="#mediaquerylist">MediaQueryList</a></code> object.</p> <div class="example"> @@ -731,7 +731,7 @@ <ol> <li><p>If the <code class="external"><a href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#document">Document</a></code> associated with the element to be - scrolled into view is not <a class="external" href="http://www.whatwg.org/html/#same-origin">same origin</a> with the + scrolled into view is not <a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/origin-0.html#same-origin">same origin</a> with the <code class="external"><a href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#document">Document</a></code> associated with the element or <a href="#viewport">viewport</a> associated with the scrolling box, terminate these steps.</li> @@ -754,19 +754,19 @@ <li> <dl> <dt>If the scrolling box is associated with an element</dt> - <dd><p><a class="external" href="http://www.whatwg.org/html/#queue-a-task">Queue a task</a> to <a class="external" href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#concept-event-fire" title="concept-event-fire">fire an event</a> + <dd><p><a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#queue-a-task">Queue a task</a> to <a class="external" href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#concept-event-fire" title="concept-event-fire">fire an event</a> named <code title="event-scroll">scroll</code> at the element - associated with the scrolling box, unless a <a class="external" href="http://www.whatwg.org/html/#concept-task" title="concept-task">task</a> to fire + associated with the scrolling box, unless a <a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#concept-task" title="concept-task">task</a> to fire that event at that element was already - <a class="external" href="http://www.whatwg.org/html/#queue-a-task" title="queue a task">queued</a>.</dd> + <a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#queue-a-task" title="queue a task">queued</a>.</dd> <dt>If the scrolling box is associated with a <a href="#viewport">viewport</a></dt> - <dd><p><a class="external" href="http://www.whatwg.org/html/#queue-a-task">Queue a task</a> to <a class="external" href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#concept-event-fire" title="concept-event-fire">fire an event</a> + <dd><p><a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#queue-a-task">Queue a task</a> to <a class="external" href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#concept-event-fire" title="concept-event-fire">fire an event</a> named <code title="event-scroll">scroll</code> that bubbles at the <code class="external"><a href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#document">Document</a></code> object associated with the <a href="#viewport">viewport</a>, - unless a <a class="external" href="http://www.whatwg.org/html/#concept-task" title="concept-task">task</a> to fire that event at that + unless a <a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#concept-task" title="concept-task">task</a> to fire that event at that <code class="external"><a href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#document">Document</a></code> object was already - <a class="external" href="http://www.whatwg.org/html/#queue-a-task" title="queue a task">queued</a>.</dd> + <a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#queue-a-task" title="queue a task">queued</a>.</dd> </dl> </li> </ol> @@ -803,11 +803,11 @@ <a href="#content">content</a> y-coordinate <var title="">y</var> with the top of the <a href="#content-edge">content edge</a> of the element.</li> - <li><p>If the aligning caused content to move <a class="external" href="http://www.whatwg.org/html/#queue-a-task">queue a task</a> + <li><p>If the aligning caused content to move <a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#queue-a-task">queue a task</a> to <a class="external" href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#concept-event-fire" title="concept-event-fire">fire an event</a> named <code title="event-scroll">scroll</code> at the element, unless a - <a class="external" href="http://www.whatwg.org/html/#concept-task" title="concept-task">task</a> to fire that event at that element was already - <a class="external" href="http://www.whatwg.org/html/#queue-a-task" title="queue a task">queued</a>.</li> + <a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#concept-task" title="concept-task">task</a> to fire that event at that element was already + <a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#queue-a-task" title="queue a task">queued</a>.</li> </ol> @@ -1015,7 +1015,7 @@ <h2 id="extensions-to-the-htmlelement-interface"><span class="secno">7 </span>Extensions to the <code title="">HTMLElement</code> Interface</h2> - <pre class="idl">partial interface <a class="external" href="http://www.whatwg.org/html/#htmlelement">HTMLElement</a> { + <pre class="idl">partial interface <a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#htmlelement">HTMLElement</a> { readonly attribute Element <a href="#dom-htmlelement-offsetparent" title="dom-HTMLElement-offsetParent">offsetParent</a>; readonly attribute long <a href="#dom-htmlelement-offsettop" title="dom-HTMLElement-offsetTop">offsetTop</a>; readonly attribute long <a href="#dom-htmlelement-offsetleft" title="dom-HTMLElement-offsetLeft">offsetLeft</a>; @@ -1065,7 +1065,7 @@ <li>The computed value of the '<code>position</code>' property of the element is <code>static</code> and the ancestor is one of the - following <a class="external" href="http://www.whatwg.org/html/#html-elements" title="HTML elements">HTML elements</a>: + following <a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/infrastructure.html#html-elements" title="HTML elements">HTML elements</a>: <code>td</code>, <code>th</code>, or <code>table</code>.</li> </ul> </li>
Received on Wednesday, 3 August 2011 15:09:52 UTC