Skip to content

Commit 8f4a781

Browse files
author
Simon Pieters
committed
[cssom-view] Editorial: mark some things that can be used for fingerprinting.
1 parent 88ae3b1 commit 8f4a781

2 files changed

Lines changed: 26 additions & 26 deletions

File tree

cssom-view/Overview.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -548,25 +548,25 @@ <h2 id="extensions-to-the-window-interface"><span class="secno">5 </span>Extensi
548548
results when the <code class="external" data-anolis-spec="dom"><a href="http://dom.spec.whatwg.org/#document">Document</a></code> is navigated.</p>
549549

550550
<p>The <dfn id="dom-window-innerwidth" title="dom-Window-innerWidth"><code>innerWidth</code></dfn> attribute must return the <a href="#viewport">viewport</a> width including the size of a rendered
551-
scroll bar (if any), or zero if there is no <a href="#viewport">viewport</a>.</p>
551+
scroll bar (if any), or zero if there is no <a href="#viewport">viewport</a>. <!--fingerprint--></p>
552552
<div class="example">
553553
<p>The following snippet shows how to obtain the width of the viewport:</p>
554554
<pre>var viewportWidth = innerWidth</pre>
555555
</div>
556556

557557

558558
<p>The <dfn id="dom-window-innerheight" title="dom-Window-innerHeight"><code>innerHeight</code></dfn> attribute must return the <a href="#viewport">viewport</a> height including the size of a rendered
559-
scroll bar (if any), or zero if there is no <a href="#viewport">viewport</a>.</p>
559+
scroll bar (if any), or zero if there is no <a href="#viewport">viewport</a>. <!--fingerprint--></p>
560560

561561

562562
<p>The <dfn id="dom-window-scrollx" title="dom-Window-scrollX"><code>scrollX</code></dfn> attribute attribute must return the x-coordinate, relative to the <a href="#initial-containing-block">initial containing
563-
block</a> origin, of the left of the <a href="#viewport">viewport</a>, or zero if there is no <a href="#viewport">viewport</a>.</p>
563+
block</a> origin, of the left of the <a href="#viewport">viewport</a>, or zero if there is no <a href="#viewport">viewport</a>. <!--fingerprint--></p>
564564

565565
<p>The <dfn id="dom-window-pagexoffset" title="dom-Window-pageXOffset"><code>pageXOffset</code></dfn> attribute must return the value returned by the
566566
<code title="dom-Window-scrollX"><a href="#dom-window-scrollx">scrollX</a></code> attribute.</p>
567567

568568
<p>The <dfn id="dom-window-scrolly" title="dom-Window-scrollY"><code>scrollY</code></dfn> attribute attribute must return the y-coordinate, relative to the <a href="#initial-containing-block">initial containing
569-
block</a> origin, of the top of the <a href="#viewport">viewport</a>, or zero if there is no <a href="#viewport">viewport</a>.</p>
569+
block</a> origin, of the top of the <a href="#viewport">viewport</a>, or zero if there is no <a href="#viewport">viewport</a>. <!--fingerprint--></p>
570570

571571
<p>The <dfn id="dom-window-pageyoffset" title="dom-Window-pageYOffset"><code>pageYOffset</code></dfn> attribute must return the value returned by the
572572
<code title="dom-Window-scrollY"><a href="#dom-window-scrolly">scrollY</a></code> attribute.</p>
@@ -624,20 +624,20 @@ <h2 id="extensions-to-the-window-interface"><span class="secno">5 </span>Extensi
624624
<p>The <dfn id="dom-window-screenx" title="dom-Window-screenX"><code>screenX</code></dfn> attribute must return the x-coordinate,
625625
relative to the origin of the screen of the output device, of the left of
626626
the client window as number of pixels, or zero if there is no such
627-
thing.</p>
627+
thing. <!--fingerprint--></p>
628628

629629
<p>The <dfn id="dom-window-screeny" title="dom-Window-screenY"><code>screenY</code></dfn> attribute must return the y-coordinate,
630630
relative to the origin of the screen of the output device, of the top of
631631
the client window as number of pixels, or zero if there is no such
632-
thing.</p>
632+
thing. <!--fingerprint--></p>
633633

634634
<p>The <dfn id="dom-window-outerwidth" title="dom-Window-outerWidth"><code>outerWidth</code></dfn> attribute must return the width of the
635635
client window. If there is no client window this
636-
attribute must return zero.</p>
636+
attribute must return zero. <!--fingerprint--></p>
637637

638638
<p>The <dfn id="dom-window-outerheight" title="dom-Window-outerHeight"><code>outerHeight</code></dfn> attribute must return the height of the
639639
client window. If there is no client window this
640-
attribute must return zero.</p>
640+
attribute must return zero. <!--fingerprint--></p>
641641

642642

643643
<h3 id="the-mediaquerylist-interface"><span class="secno">5.1 </span>The <code title="">MediaQueryList</code> Interface</h3>
@@ -673,7 +673,7 @@ <h3 id="the-mediaquerylist-interface"><span class="secno">5.1 </span>The <code t
673673
<a class="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>
674674

675675
<p>The <dfn id="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 <code class="external" data-anolis-spec="dom"><a href="http://dom.spec.whatwg.org/#document">Document</a></code> and false if it does not.</p>
676+
matches the state of the rendered <code class="external" data-anolis-spec="dom"><a href="http://dom.spec.whatwg.org/#document">Document</a></code> and false if it does not. <!--fingerprint--></p>
677677

678678
<p>When the <dfn id="dom-mediaquerylist-addlistener" title="dom-MediaQueryList-addListener"><code>addListener(<var>listener</var>)</code></dfn> method is invoked <var>listener</var> must
679679
be appended to the <a href="#list-of-media-query-list-listeners">list of media query list listeners</a>, unless
@@ -696,14 +696,14 @@ <h3 id="the-screen-interface"><span class="secno">5.2 </span>The <code title="">
696696
};</pre>
697697

698698
<p>The <dfn id="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>
700700

701701
<p>The <dfn id="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>
703703

704-
<p>The <dfn id="dom-screen-width" title="dom-Screen-width"><code>width</code></dfn> attribute must return the width of the output device.</p>
704+
<p>The <dfn id="dom-screen-width" title="dom-Screen-width"><code>width</code></dfn> attribute must return the width of the output device. <!--fingerprint--></p>
705705

706-
<p>The <dfn id="dom-screen-height" title="dom-Screen-height"><code>height</code></dfn> attribute must return the height of the output device.</p>
706+
<p>The <dfn id="dom-screen-height" title="dom-Screen-height"><code>height</code></dfn> attribute must return the height of the output device. <!--fingerprint--></p>
707707

708708
<p>The <dfn id="dom-screen-colordepth" title="dom-Screen-colorDepth"><code>colorDepth</code></dfn> attribute must return 24.</p>
709709

cssom-view/Overview.src.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -510,25 +510,25 @@ <h2>Extensions to the <code title>Window</code> Interface</h2>
510510
results when the <code data-anolis-spec=dom>Document</code> is navigated.</p>
511511

512512
<p>The <dfn title=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>
514514
<div class='example'>
515515
<p>The following snippet shows how to obtain the width of the viewport:</p>
516516
<pre>var viewportWidth = innerWidth</pre>
517517
</div>
518518

519519

520520
<p>The <dfn title=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>
522522

523523

524524
<p>The <dfn title=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>
526526

527527
<p>The <dfn title=dom-Window-pageXOffset><code>pageXOffset</code></dfn> attribute must return the value returned by the
528528
<code title=dom-Window-scrollX>scrollX</code> attribute.</p>
529529

530530
<p>The <dfn title=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>
532532

533533
<p>The <dfn title=dom-Window-pageYOffset><code>pageYOffset</code></dfn> attribute must return the value returned by the
534534
<code title=dom-Window-scrollY>scrollY</code> attribute.</p>
@@ -586,20 +586,20 @@ <h2>Extensions to the <code title>Window</code> Interface</h2>
586586
<p>The <dfn title=dom-Window-screenX><code>screenX</code></dfn> attribute must return the x-coordinate,
587587
relative to the origin of the screen of the output device, of the left of
588588
the client window as number of pixels, or zero if there is no such
589-
thing.</p>
589+
thing. <!--fingerprint--></p>
590590

591591
<p>The <dfn title=dom-Window-screenY><code>screenY</code></dfn> attribute must return the y-coordinate,
592592
relative to the origin of the screen of the output device, of the top of
593593
the client window as number of pixels, or zero if there is no such
594-
thing.</p>
594+
thing. <!--fingerprint--></p>
595595

596596
<p>The <dfn title=dom-Window-outerWidth><code>outerWidth</code></dfn> attribute must return the width of the
597597
client window. If there is no client window this
598-
attribute must return zero.</p>
598+
attribute must return zero. <!--fingerprint--></p>
599599

600600
<p>The <dfn title=dom-Window-outerHeight><code>outerHeight</code></dfn> attribute must return the height of the
601601
client window. If there is no client window this
602-
attribute must return zero.</p>
602+
attribute must return zero. <!--fingerprint--></p>
603603

604604

605605
<h3>The <code title>MediaQueryList</code> Interface</h3>
@@ -635,7 +635,7 @@ <h3>The <code title>MediaQueryList</code> Interface</h3>
635635
<span title='serialize a media query list' data-anolis-spec=cssom>serialized</span> form of the associated media query list.</p>
636636

637637
<p>The <dfn title=dom-MediaQueryList-matches><code>matches</code></dfn> attribute must return true if the associated media query list
638-
matches the state of the rendered <code data-anolis-spec=dom>Document</code> and false if it does not.</p>
638+
matches the state of the rendered <code data-anolis-spec=dom>Document</code> and false if it does not. <!--fingerprint--></p>
639639

640640
<p>When the <dfn title=dom-MediaQueryList-addListener><code>addListener(<var>listener</var>)</code></dfn> method is invoked <var>listener</var> must
641641
be appended to the <span>list of media query list listeners</span>, unless
@@ -658,14 +658,14 @@ <h3>The <code title>Screen</code> Interface</h3>
658658
};</pre>
659659

660660
<p>The <dfn title=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>
662662

663663
<p>The <dfn title=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>
665665

666-
<p>The <dfn title=dom-Screen-width><code>width</code></dfn> attribute must return the width of the output device.</p>
666+
<p>The <dfn title=dom-Screen-width><code>width</code></dfn> attribute must return the width of the output device. <!--fingerprint--></p>
667667

668-
<p>The <dfn title=dom-Screen-height><code>height</code></dfn> attribute must return the height of the output device.</p>
668+
<p>The <dfn title=dom-Screen-height><code>height</code></dfn> attribute must return the height of the output device. <!--fingerprint--></p>
669669

670670
<p>The <dfn title=dom-Screen-colorDepth><code>colorDepth</code></dfn> attribute must return 24.</p>
671671

0 commit comments

Comments
 (0)