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
results when the <codeclass="external" data-anolis-spec="dom"><ahref="http://dom.spec.whatwg.org/#document">Document</a></code> is navigated.</p>
549
549
550
550
<p>The <dfnid="dom-window-innerwidth" title="dom-Window-innerWidth"><code>innerWidth</code></dfn> attribute must return the <ahref="#viewport">viewport</a> width including the size of a rendered
551
-
scroll bar (if any), or zero if there is no <ahref="#viewport">viewport</a>.</p>
551
+
scroll bar (if any), or zero if there is no <ahref="#viewport">viewport</a>.<!--fingerprint--></p>
552
552
<divclass="example">
553
553
<p>The following snippet shows how to obtain the width of the viewport:</p>
554
554
<pre>var viewportWidth = innerWidth</pre>
555
555
</div>
556
556
557
557
558
558
<p>The <dfnid="dom-window-innerheight" title="dom-Window-innerHeight"><code>innerHeight</code></dfn> attribute must return the <ahref="#viewport">viewport</a> height including the size of a rendered
559
-
scroll bar (if any), or zero if there is no <ahref="#viewport">viewport</a>.</p>
559
+
scroll bar (if any), or zero if there is no <ahref="#viewport">viewport</a>.<!--fingerprint--></p>
560
560
561
561
562
562
<p>The <dfnid="dom-window-scrollx" title="dom-Window-scrollX"><code>scrollX</code></dfn> attribute attribute must return the x-coordinate, relative to the <ahref="#initial-containing-block">initial containing
563
-
block</a> origin, of the left of the <ahref="#viewport">viewport</a>, or zero if there is no <ahref="#viewport">viewport</a>.</p>
563
+
block</a> origin, of the left of the <ahref="#viewport">viewport</a>, or zero if there is no <ahref="#viewport">viewport</a>.<!--fingerprint--></p>
564
564
565
565
<p>The <dfnid="dom-window-pagexoffset" title="dom-Window-pageXOffset"><code>pageXOffset</code></dfn> attribute must return the value returned by the
<p>The <dfnid="dom-window-scrolly" title="dom-Window-scrollY"><code>scrollY</code></dfn> attribute attribute must return the y-coordinate, relative to the <ahref="#initial-containing-block">initial containing
569
-
block</a> origin, of the top of the <ahref="#viewport">viewport</a>, or zero if there is no <ahref="#viewport">viewport</a>.</p>
569
+
block</a> origin, of the top of the <ahref="#viewport">viewport</a>, or zero if there is no <ahref="#viewport">viewport</a>.<!--fingerprint--></p>
570
570
571
571
<p>The <dfnid="dom-window-pageyoffset" title="dom-Window-pageYOffset"><code>pageYOffset</code></dfn> attribute must return the value returned by the
@@ -673,7 +673,7 @@ <h3 id="the-mediaquerylist-interface"><span class="secno">5.1 </span>The <code t
673
673
<aclass="external" data-anolis-spec="cssom" href="http://dev.w3.org/csswg/cssom/#serialize-a-media-query-list" title="serialize a media query list">serialized</a> form of the associated media query list.</p>
674
674
675
675
<p>The <dfnid="dom-mediaquerylist-matches" title="dom-MediaQueryList-matches"><code>matches</code></dfn> attribute must return true if the associated media query list
676
-
matches the state of the rendered <codeclass="external" data-anolis-spec="dom"><ahref="http://dom.spec.whatwg.org/#document">Document</a></code> and false if it does not.</p>
676
+
matches the state of the rendered <codeclass="external" data-anolis-spec="dom"><ahref="http://dom.spec.whatwg.org/#document">Document</a></code> and false if it does not.<!--fingerprint--></p>
677
677
678
678
<p>When the <dfnid="dom-mediaquerylist-addlistener" title="dom-MediaQueryList-addListener"><code>addListener(<var>listener</var>)</code></dfn> method is invoked <var>listener</var> must
679
679
be appended to the <ahref="#list-of-media-query-list-listeners">list of media query list listeners</a>, unless
<p>The <dfnid="dom-screen-availwidth" title="dom-Screen-availWidth"><code>availWidth</code></dfn> attribute must return the available width of the rendering surface of the output
699
-
device.</p>
699
+
device.<!--fingerprint--></p>
700
700
701
701
<p>The <dfnid="dom-screen-availheight" title="dom-Screen-availHeight"><code>availHeight</code></dfn> attribute must return the available height of the rendering surface of the output
702
-
device.</p>
702
+
device.<!--fingerprint--></p>
703
703
704
-
<p>The <dfnid="dom-screen-width" title="dom-Screen-width"><code>width</code></dfn> attribute must return the width of the output device.</p>
704
+
<p>The <dfnid="dom-screen-width" title="dom-Screen-width"><code>width</code></dfn> attribute must return the width of the output device.<!--fingerprint--></p>
705
705
706
-
<p>The <dfnid="dom-screen-height" title="dom-Screen-height"><code>height</code></dfn> attribute must return the height of the output device.</p>
706
+
<p>The <dfnid="dom-screen-height" title="dom-Screen-height"><code>height</code></dfn> attribute must return the height of the output device.<!--fingerprint--></p>
707
707
708
708
<p>The <dfnid="dom-screen-colordepth" title="dom-Screen-colorDepth"><code>colorDepth</code></dfn> attribute must return 24.</p>
Copy file name to clipboardExpand all lines: cssom-view/Overview.src.html
+13-13Lines changed: 13 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -510,25 +510,25 @@ <h2>Extensions to the <code title>Window</code> Interface</h2>
510
510
results when the <codedata-anolis-spec=dom>Document</code> is navigated.</p>
511
511
512
512
<p>The <dfntitle=dom-Window-innerWidth><code>innerWidth</code></dfn> attribute must return the <span>viewport</span> width including the size of a rendered
513
-
scroll bar (if any), or zero if there is no <span>viewport</span>.</p>
513
+
scroll bar (if any), or zero if there is no <span>viewport</span>.<!--fingerprint--></p>
514
514
<divclass='example'>
515
515
<p>The following snippet shows how to obtain the width of the viewport:</p>
516
516
<pre>var viewportWidth = innerWidth</pre>
517
517
</div>
518
518
519
519
520
520
<p>The <dfntitle=dom-Window-innerHeight><code>innerHeight</code></dfn> attribute must return the <span>viewport</span> height including the size of a rendered
521
-
scroll bar (if any), or zero if there is no <span>viewport</span>.</p>
521
+
scroll bar (if any), or zero if there is no <span>viewport</span>.<!--fingerprint--></p>
522
522
523
523
524
524
<p>The <dfntitle=dom-Window-scrollX><code>scrollX</code></dfn> attribute attribute must return the x-coordinate, relative to the <span>initial containing
525
-
block</span> origin, of the left of the <span>viewport</span>, or zero if there is no <span>viewport</span>.</p>
525
+
block</span> origin, of the left of the <span>viewport</span>, or zero if there is no <span>viewport</span>.<!--fingerprint--></p>
526
526
527
527
<p>The <dfntitle=dom-Window-pageXOffset><code>pageXOffset</code></dfn> attribute must return the value returned by the
<p>The <dfntitle=dom-Window-scrollY><code>scrollY</code></dfn> attribute attribute must return the y-coordinate, relative to the <span>initial containing
531
-
block</span> origin, of the top of the <span>viewport</span>, or zero if there is no <span>viewport</span>.</p>
531
+
block</span> origin, of the top of the <span>viewport</span>, or zero if there is no <span>viewport</span>.<!--fingerprint--></p>
532
532
533
533
<p>The <dfntitle=dom-Window-pageYOffset><code>pageYOffset</code></dfn> attribute must return the value returned by the
<p>The <dfntitle=dom-Screen-availWidth><code>availWidth</code></dfn> attribute must return the available width of the rendering surface of the output
661
-
device.</p>
661
+
device.<!--fingerprint--></p>
662
662
663
663
<p>The <dfntitle=dom-Screen-availHeight><code>availHeight</code></dfn> attribute must return the available height of the rendering surface of the output
664
-
device.</p>
664
+
device.<!--fingerprint--></p>
665
665
666
-
<p>The <dfntitle=dom-Screen-width><code>width</code></dfn> attribute must return the width of the output device.</p>
666
+
<p>The <dfntitle=dom-Screen-width><code>width</code></dfn> attribute must return the width of the output device.<!--fingerprint--></p>
667
667
668
-
<p>The <dfntitle=dom-Screen-height><code>height</code></dfn> attribute must return the height of the output device.</p>
668
+
<p>The <dfntitle=dom-Screen-height><code>height</code></dfn> attribute must return the height of the output device.<!--fingerprint--></p>
669
669
670
670
<p>The <dfntitle=dom-Screen-colorDepth><code>colorDepth</code></dfn> attribute must return 24.</p>
0 commit comments