Skip to content

Commit 42ffaa3

Browse files
committed
multipage links for HTML
1 parent d9ff70d commit 42ffaa3

1 file changed

Lines changed: 22 additions & 22 deletions

File tree

cssom-view/Overview.html

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,8 @@ <h2 id="terminology"><span class="secno">3 </span>Terminology</h2>
214214

215215
<p><dfn id="the-html-body-element">The HTML <code>body</code> element</dfn> is the first
216216
<code>body</code>
217-
<a class="external" href="http://www.whatwg.org/html/#html-elements" title="HTML elements">HTML element</a> child of the root
218-
<a class="external" href="http://www.whatwg.org/html/#html-elements" title="HTML elements">HTML element</a> <code>html</code>.</p>
217+
<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
218+
<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>
219219

220220
<p><dfn id="content-edge">Content edge</dfn>,
221221
<dfn id="padding-edge">padding edge</dfn>,
@@ -252,7 +252,7 @@ <h3 id="css-pixels"><span class="secno">3.1 </span>CSS pixels</h3>
252252

253253
<h2 id="extensions-to-the-window-interface"><span class="secno">4 </span>Extensions to the <code title="">Window</code> Interface</h2>
254254

255-
<pre class="idl">partial interface <a class="external" href="http://www.whatwg.org/html/#window">Window</a> {
255+
<pre class="idl">partial interface <a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html#window">Window</a> {
256256
<a href="#mediaquerylist">MediaQueryList</a> <a href="#dom-window-matchmedia" title="dom-Window-matchMedia">matchMedia</a>(DOMString <var title="">media_query_list</var>);
257257
readonly attribute <a href="#screen">Screen</a> <a href="#dom-window-screen" title="dom-Window-screen">screen</a>;
258258

@@ -287,18 +287,18 @@ <h2 id="extensions-to-the-window-interface"><span class="secno">4 </span>Extensi
287287
<var title="">media_query_list</var>.</li>
288288

289289
<li><p>Return a <em>new</em> <code><a href="#mediaquerylist">MediaQueryList</a></code> object,
290-
associated with the <code class="external"><a href="http://www.whatwg.org/html/#window">Window</a></code> object, with
290+
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
291291
<var title="">parsed_media_query_list</var> as its associated
292292
media query list.</li>
293293
</ol>
294294

295295
<p>The
296296
<dfn id="dom-window-screen" title="dom-Window-screen"><code>screen</code></dfn>
297297
attribute must return the <code><a href="#screen">Screen</a></code> object
298-
associated with the <code class="external"><a href="http://www.whatwg.org/html/#window">Window</a></code> object. It always returns the same
298+
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
299299
object.</p>
300300

301-
<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
301+
<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
302302
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>
303303

304304

@@ -364,13 +364,13 @@ <h2 id="extensions-to-the-window-interface"><span class="secno">4 </span>Extensi
364364
and align the y-coordinate <var title="">y</var> of the <a href="#document-content">document
365365
content</a> with the top of the <a href="#viewport">viewport</a>.</li>
366366

367-
<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>
367+
<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>
368368
to
369369
<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>
370370
named <code title="event-scroll">scroll</code> that bubbles at the
371371
<code class="external"><a href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#document">Document</a></code> object, unless a
372-
<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
373-
was already <a class="external" href="http://www.whatwg.org/html/#queue-a-task" title="queue a task">queued</a>.</li>
372+
<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
373+
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>
374374
</ol>
375375

376376
<p>When the
@@ -420,7 +420,7 @@ <h3 id="the-mediaquerylist-interface"><span class="secno">4.1 </span>The <code t
420420

421421
<p>If the associated media query list changes in evaluation then, for each
422422
listener in the <a href="#list-of-media-query-list-listeners">list of media query list listeners</a> &mdash; in
423-
appending order, <a class="external" href="http://www.whatwg.org/html/#queue-a-task">queue a task</a> that invokes the listener,
423+
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,
424424
passing as argument the <code><a href="#mediaquerylist">MediaQueryList</a></code> object.</p>
425425

426426
<div class="example">
@@ -731,7 +731,7 @@ <h3 id="element-scrolling-members"><span class="secno">6.2 </span><code title=""
731731
<ol>
732732
<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
733733
with the element to be
734-
scrolled into view is not <a class="external" href="http://www.whatwg.org/html/#same-origin">same origin</a> with the
734+
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
735735
<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
736736
<a href="#viewport">viewport</a> associated with the scrolling box, terminate these
737737
steps.</li>
@@ -754,19 +754,19 @@ <h3 id="element-scrolling-members"><span class="secno">6.2 </span><code title=""
754754
<li>
755755
<dl>
756756
<dt>If the scrolling box is associated with an element</dt>
757-
<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>
757+
<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>
758758
named <code title="event-scroll">scroll</code> at the element
759-
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
759+
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
760760
that event at that element was already
761-
<a class="external" href="http://www.whatwg.org/html/#queue-a-task" title="queue a task">queued</a>.</dd>
761+
<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>
762762

763763
<dt>If the scrolling box is associated with a <a href="#viewport">viewport</a></dt>
764-
<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>
764+
<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>
765765
named <code title="event-scroll">scroll</code> that bubbles at the
766766
<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>,
767-
unless a <a class="external" href="http://www.whatwg.org/html/#concept-task" title="concept-task">task</a> to fire that event at that
767+
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
768768
<code class="external"><a href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#document">Document</a></code> object was already
769-
<a class="external" href="http://www.whatwg.org/html/#queue-a-task" title="queue a task">queued</a>.</dd>
769+
<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>
770770
</dl>
771771
</li>
772772
</ol>
@@ -803,11 +803,11 @@ <h3 id="element-scrolling-members"><span class="secno">6.2 </span><code title=""
803803
<a href="#content">content</a> y-coordinate <var title="">y</var> with
804804
the top of the <a href="#content-edge">content edge</a> of the element.</li>
805805

806-
<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>
806+
<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>
807807
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
808808
<code title="event-scroll">scroll</code> at the element, unless a
809-
<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
810-
<a class="external" href="http://www.whatwg.org/html/#queue-a-task" title="queue a task">queued</a>.</li>
809+
<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
810+
<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>
811811
</ol>
812812

813813

@@ -1015,7 +1015,7 @@ <h3 id="client-attributes"><span class="secno">6.3 </span>The <code title="">cli
10151015

10161016
<h2 id="extensions-to-the-htmlelement-interface"><span class="secno">7 </span>Extensions to the <code title="">HTMLElement</code> Interface</h2>
10171017

1018-
<pre class="idl">partial interface <a class="external" href="http://www.whatwg.org/html/#htmlelement">HTMLElement</a> {
1018+
<pre class="idl">partial interface <a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#htmlelement">HTMLElement</a> {
10191019
readonly attribute Element <a href="#dom-htmlelement-offsetparent" title="dom-HTMLElement-offsetParent">offsetParent</a>;
10201020
readonly attribute long <a href="#dom-htmlelement-offsettop" title="dom-HTMLElement-offsetTop">offsetTop</a>;
10211021
readonly attribute long <a href="#dom-htmlelement-offsetleft" title="dom-HTMLElement-offsetLeft">offsetLeft</a>;
@@ -1065,7 +1065,7 @@ <h3 id="offset-attributes"><span class="secno">7.1 </span>The <code title="">off
10651065

10661066
<li>The computed value of the '<code>position</code>' property of
10671067
the element is <code>static</code> and the ancestor is one of the
1068-
following <a class="external" href="http://www.whatwg.org/html/#html-elements" title="HTML elements">HTML elements</a>:
1068+
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>:
10691069
<code>td</code>, <code>th</code>, or <code>table</code>.</li>
10701070
</ul>
10711071
</li>

0 commit comments

Comments
 (0)