You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<aclass="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
<li><p>Return a <em>new</em><code><ahref="#mediaquerylist">MediaQueryList</a></code> object,
290
-
associated with the <codeclass="external"><ahref="http://www.whatwg.org/html/#window">Window</a></code> object, with
290
+
associated with the <codeclass="external"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html#window">Window</a></code> object, with
291
291
<vartitle="">parsed_media_query_list</var> as its associated
attribute must return the <code><ahref="#screen">Screen</a></code> object
298
-
associated with the <codeclass="external"><ahref="http://www.whatwg.org/html/#window">Window</a></code> object. It always returns the same
298
+
associated with the <codeclass="external"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html#window">Window</a></code> object. It always returns the same
299
299
object.</p>
300
300
301
-
<pclass="note">Accessing <codetitle="dom-Window-screen"><ahref="#dom-window-screen">screen</a></code> through a <codeclass="external"><ahref="http://www.whatwg.org/html/#windowproxy">WindowProxy</a></code> object might yield different results
301
+
<pclass="note">Accessing <codetitle="dom-Window-screen"><ahref="#dom-window-screen">screen</a></code> through a <codeclass="external"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html#windowproxy">WindowProxy</a></code> object might yield different results
302
302
when the <codeclass="external"><ahref="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#document">Document</a></code> is navigated.</p>
and align the y-coordinate <vartitle="">y</var> of the <ahref="#document-content">document
365
365
content</a> with the top of the <ahref="#viewport">viewport</a>.</li>
366
366
367
-
<li><p>If the aligning caused content to move <aclass="external" href="http://www.whatwg.org/html/#queue-a-task">queue a task</a>
367
+
<li><p>If the aligning caused content to move <aclass="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#queue-a-task">queue a task</a>
368
368
to
369
369
<aclass="external" href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#concept-event-fire" title="concept-event-fire">fire an event</a>
370
370
named <codetitle="event-scroll">scroll</code> that bubbles at the
371
371
<codeclass="external"><ahref="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#document">Document</a></code> object, unless a
372
-
<aclass="external" href="http://www.whatwg.org/html/#concept-task" title="concept-task">task</a> to fire that event at the <codeclass="external"><ahref="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#document">Document</a></code> object
373
-
was already <aclass="external" href="http://www.whatwg.org/html/#queue-a-task" title="queue a task">queued</a>.</li>
372
+
<aclass="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 <codeclass="external"><ahref="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#document">Document</a></code> object
373
+
was already <aclass="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#queue-a-task" title="queue a task">queued</a>.</li>
374
374
</ol>
375
375
376
376
<p>When the
@@ -420,7 +420,7 @@ <h3 id="the-mediaquerylist-interface"><span class="secno">4.1 </span>The <code t
420
420
421
421
<p>If the associated media query list changes in evaluation then, for each
422
422
listener in the <ahref="#list-of-media-query-list-listeners">list of media query list listeners</a> — in
423
-
appending order, <aclass="external" href="http://www.whatwg.org/html/#queue-a-task">queue a task</a> that invokes the listener,
423
+
appending order, <aclass="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,
424
424
passing as argument the <code><ahref="#mediaquerylist">MediaQueryList</a></code> object.</p>
<li><p>If the <codeclass="external"><ahref="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#document">Document</a></code> associated
733
733
with the element to be
734
-
scrolled into view is not <aclass="external" href="http://www.whatwg.org/html/#same-origin">same origin</a> with the
734
+
scrolled into view is not <aclass="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/origin-0.html#same-origin">same origin</a> with the
735
735
<codeclass="external"><ahref="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#document">Document</a></code> associated with the element or
736
736
<ahref="#viewport">viewport</a> associated with the scrolling box, terminate these
<dt>If the scrolling box is associated with an element</dt>
757
-
<dd><p><aclass="external" href="http://www.whatwg.org/html/#queue-a-task">Queue a task</a> to <aclass="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><aclass="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#queue-a-task">Queue a task</a> to <aclass="external" href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#concept-event-fire" title="concept-event-fire">fire an event</a>
758
758
named <codetitle="event-scroll">scroll</code> at the element
759
-
associated with the scrolling box, unless a <aclass="external" href="http://www.whatwg.org/html/#concept-task" title="concept-task">task</a> to fire
759
+
associated with the scrolling box, unless a <aclass="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#concept-task" title="concept-task">task</a> to fire
760
760
that event at that element was already
761
-
<aclass="external" href="http://www.whatwg.org/html/#queue-a-task" title="queue a task">queued</a>.</dd>
761
+
<aclass="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#queue-a-task" title="queue a task">queued</a>.</dd>
762
762
763
763
<dt>If the scrolling box is associated with a <ahref="#viewport">viewport</a></dt>
764
-
<dd><p><aclass="external" href="http://www.whatwg.org/html/#queue-a-task">Queue a task</a> to <aclass="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><aclass="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#queue-a-task">Queue a task</a> to <aclass="external" href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#concept-event-fire" title="concept-event-fire">fire an event</a>
765
765
named <codetitle="event-scroll">scroll</code> that bubbles at the
766
766
<codeclass="external"><ahref="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#document">Document</a></code> object associated with the <ahref="#viewport">viewport</a>,
767
-
unless a <aclass="external" href="http://www.whatwg.org/html/#concept-task" title="concept-task">task</a> to fire that event at that
767
+
unless a <aclass="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
768
768
<codeclass="external"><ahref="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#document">Document</a></code> object was already
769
-
<aclass="external" href="http://www.whatwg.org/html/#queue-a-task" title="queue a task">queued</a>.</dd>
769
+
<aclass="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#queue-a-task" title="queue a task">queued</a>.</dd>
<ahref="#content">content</a> y-coordinate <vartitle="">y</var> with
804
804
the top of the <ahref="#content-edge">content edge</a> of the element.</li>
805
805
806
-
<li><p>If the aligning caused content to move <aclass="external" href="http://www.whatwg.org/html/#queue-a-task">queue a task</a>
806
+
<li><p>If the aligning caused content to move <aclass="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#queue-a-task">queue a task</a>
807
807
to <aclass="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
808
808
<codetitle="event-scroll">scroll</code> at the element, unless a
809
-
<aclass="external" href="http://www.whatwg.org/html/#concept-task" title="concept-task">task</a> to fire that event at that element was already
810
-
<aclass="external" href="http://www.whatwg.org/html/#queue-a-task" title="queue a task">queued</a>.</li>
809
+
<aclass="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
+
<aclass="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#queue-a-task" title="queue a task">queued</a>.</li>
0 commit comments