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
<p>The <dfnid="dom-window-screen" title="dom-Window-screen"><code>screen</code></dfn> attribute must return the <ahref="#screen">Screen</a> object
297
+
<p>The <dfnid="dom-window-screen" title="dom-Window-screen"><code>screen</code></dfn> attribute must return the <code><ahref="#screen">Screen</a></code> object
298
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
<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
<p>When the <dfnid="dom-window-scroll" title="dom-Window-scroll"><code>scroll(<var>x</var>, <var>y</var>)</code></dfn> method is invoked these steps must be run:</p>
326
326
<ol>
327
-
<li>
328
327
<li><p>If there is no <ahref="#viewport">viewport</a>, abort these steps.
329
328
<dl>
330
329
<dt>If <ahref="#document-content">document content</a> can have overflow to the right
<aclass="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/infrastructure.html#concept-event-fire" title="concept-event-fire">fire</a> a <aclass="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/infrastructure.html#concept-events-trusted" title="concept-events-trusted">trusted</a> event named
1129
1128
<code>scroll</code> that bubbles but is not cancelable at the <codeclass="external"><ahref="http://dom.spec.whatwg.org/#document">Document</a></code> object associated with that <ahref="#viewport">viewport</a>.
1130
1129
1131
-
<pclass="issue">Do viewports have associated documents?</p>
1130
+
<pclass="XXX">Do viewports have associated documents?</p>
1132
1131
1133
1132
<p>Whenever an element gets scrolled in response to user interaction, the user agent must <aclass="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#queue-a-task">queue a task</a> to
1134
1133
<aclass="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/infrastructure.html#concept-event-fire" title="concept-event-fire">fire</a> a <aclass="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/infrastructure.html#concept-events-trusted" title="concept-events-trusted">trusted</a> event named
1135
1134
<code>scroll</code> that does not bubble and is not cancelable at the element.
1136
1135
1137
-
<pclass="issue">Should we specify that scroll events can be throttled (e.g. in a smooth scroll)?</p>
1136
+
<pclass="XXX">Should we specify that scroll events can be throttled (e.g. in a smooth scroll)?</p>
<p>The <dfnid="associated-style-sheet">associated style sheet</dfn> of a node is the <span>style sheet</span> in the list of
1441
-
<ahref="#document-style-sheets">document style sheets</a> of which the <ahref="#style-sheet-owner-node">style sheet owner node</a> implements the <ahref="#linkstyle">LinkStyle</a> interface.</p>
1441
+
<ahref="#document-style-sheets">document style sheets</a> of which the <ahref="#style-sheet-owner-node">style sheet owner node</a> implements the <code><ahref="#linkstyle">LinkStyle</a></code> interface.</p>
0 commit comments