Skip to content

Commit 2592072

Browse files
committed
typo; more xref
1 parent cd4adb0 commit 2592072

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
@@ -473,30 +473,30 @@ <h3 id="the-screen-interface"><span class="secno">4.2 </span>The <code title="">
473473
information about the screen of the output device.</p>
474474

475475
<pre class="idl">interface <dfn id="screen">Screen</dfn> {
476-
readonly attribute unsigned long <a href="#dom-screen-availwidth">availWidth</a>;
477-
readonly attribute unsigned long <a href="#dom-screen-availheight">availHeight</a>;
478-
readonly attribute unsigned long <a href="#dom-screen-width">width</a>;
479-
readonly attribute unsigned long <a href="#dom-screen-height">height</a>;
480-
readonly attribute unsigned long <a href="#dom-screen-colordepth">colorDepth</a>;
481-
readonly attribute unsigned long <a href="#dom-screen-pixeldepth">pixelDepth</a>;
476+
readonly attribute unsigned long <a href="#dom-screen-availwidth" title="dom-Screen-availWidth">availWidth</a>;
477+
readonly attribute unsigned long <a href="#dom-screen-availheight" title="dom-Screen-availHeight">availHeight</a>;
478+
readonly attribute unsigned long <a href="#dom-screen-width" title="dom-Screen-width">width</a>;
479+
readonly attribute unsigned long <a href="#dom-screen-height" title="dom-Screen-height">height</a>;
480+
readonly attribute unsigned long <a href="#dom-screen-colordepth" title="dom-Screen-colorDepth">colorDepth</a>;
481+
readonly attribute unsigned long <a href="#dom-screen-pixeldepth" title="dom-Screen-pixelDepth">pixelDepth</a>;
482482
};</pre>
483483

484-
<p>The <dfn id="dom-screen-availwidth"><code>availWidth</code></dfn>
484+
<p>The <dfn id="dom-screen-availwidth" title="dom-Screen-availWidth"><code>availWidth</code></dfn>
485485
attribute must return the available width of the
486486
rendering surface of the output device.</p>
487487

488-
<p>The <dfn id="dom-screen-availheight"><code>availHeight</code></dfn>
488+
<p>The <dfn id="dom-screen-availheight" title="dom-Screen-availHeight"><code>availHeight</code></dfn>
489489
attribute must return the available height of the
490490
rendering surface of the output device.</p>
491491

492-
<p>The <dfn id="dom-screen-width"><code>width</code></dfn> attribute
492+
<p>The <dfn id="dom-screen-width" title="dom-Screen-width"><code>width</code></dfn> attribute
493493
must return the width of the output device.</p>
494494

495-
<p>The <dfn id="dom-screen-height"><code>height</code></dfn> attribute
495+
<p>The <dfn id="dom-screen-height" title="dom-Screen-height"><code>height</code></dfn> attribute
496496
must return the height of the output device.</p>
497497

498-
<p>The <dfn id="dom-screen-colordepth"><code>colorDepth</code></dfn> and
499-
<dfn id="dom-screen-pixeldepth"><code>pixelDepth</code></dfn> attributes
498+
<p>The <dfn id="dom-screen-colordepth" title="dom-Screen-colorDepth"><code>colorDepth</code></dfn> and
499+
<dfn id="dom-screen-pixeldepth" title="dom-Screen-pixelDepth"><code>pixelDepth</code></dfn> attributes
500500
must both return the number of bits allocated to
501501
colors (i.e. excluding the alpha channel) in the output device. If the
502502
output device does not support colors these attributes
@@ -517,7 +517,7 @@ <h2 id="extensions-to-the-document-interface"><span class="secno">5 </span>Exten
517517
the <a href="#viewport">viewport</a>. The element to be returned is determined
518518
through hit testing. If either argument is negative, <var title="">x</var> is
519519
greater than the <a href="#viewport">viewport</a> width excluding the size of a
520-
rendered scroll bar (if any), or <var title="">y</var> is greather than the
520+
rendered scroll bar (if any), or <var title="">y</var> is greater than the
521521
<a href="#viewport">viewport</a> height excluding the size of a rendered scroll bar
522522
(if any), the method must return null. If there is no element at the given
523523
position the method must return the root element, if any, or null

cssom-view/Overview.src.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -444,30 +444,30 @@ <h3 id="the-screen-interface">The <code title>Screen</code> Interface</h3>
444444
information about the screen of the output device.</p>
445445

446446
<pre class="idl">interface <dfn id="screen">Screen</dfn> {
447-
readonly attribute unsigned long <span>availWidth</span>;
448-
readonly attribute unsigned long <span>availHeight</span>;
449-
readonly attribute unsigned long <span>width</span>;
450-
readonly attribute unsigned long <span>height</span>;
451-
readonly attribute unsigned long <span>colorDepth</span>;
452-
readonly attribute unsigned long <span>pixelDepth</span>;
447+
readonly attribute unsigned long <span title=dom-Screen-availWidth>availWidth</span>;
448+
readonly attribute unsigned long <span title=dom-Screen-availHeight>availHeight</span>;
449+
readonly attribute unsigned long <span title=dom-Screen-width>width</span>;
450+
readonly attribute unsigned long <span title=dom-Screen-height>height</span>;
451+
readonly attribute unsigned long <span title=dom-Screen-colorDepth>colorDepth</span>;
452+
readonly attribute unsigned long <span title=dom-Screen-pixelDepth>pixelDepth</span>;
453453
};</pre>
454454

455-
<p>The <dfn id="dom-screen-availwidth"><code>availWidth</code></dfn>
455+
<p>The <dfn title=dom-Screen-availWidth><code>availWidth</code></dfn>
456456
attribute must return the available width of the
457457
rendering surface of the output device.</p>
458458

459-
<p>The <dfn id="dom-screen-availheight"><code>availHeight</code></dfn>
459+
<p>The <dfn title=dom-Screen-availHeight><code>availHeight</code></dfn>
460460
attribute must return the available height of the
461461
rendering surface of the output device.</p>
462462

463-
<p>The <dfn id="dom-screen-width"><code>width</code></dfn> attribute
463+
<p>The <dfn title=dom-Screen-width><code>width</code></dfn> attribute
464464
must return the width of the output device.</p>
465465

466-
<p>The <dfn id="dom-screen-height"><code>height</code></dfn> attribute
466+
<p>The <dfn title=dom-Screen-height><code>height</code></dfn> attribute
467467
must return the height of the output device.</p>
468468

469-
<p>The <dfn id="dom-screen-colordepth"><code>colorDepth</code></dfn> and
470-
<dfn id="dom-screen-pixeldepth"><code>pixelDepth</code></dfn> attributes
469+
<p>The <dfn title=dom-Screen-colorDepth><code>colorDepth</code></dfn> and
470+
<dfn title=dom-Screen-pixelDepth><code>pixelDepth</code></dfn> attributes
471471
must both return the number of bits allocated to
472472
colors (i.e. excluding the alpha channel) in the output device. If the
473473
output device does not support colors these attributes
@@ -488,7 +488,7 @@ <h2 id="extensions-to-the-document-interface">Extensions to the <code title>Docu
488488
the <span>viewport</span>. The element to be returned is determined
489489
through hit testing. If either argument is negative, <var title>x</var> is
490490
greater than the <span>viewport</span> width excluding the size of a
491-
rendered scroll bar (if any), or <var title>y</var> is greather than the
491+
rendered scroll bar (if any), or <var title>y</var> is greater than the
492492
<span>viewport</span> height excluding the size of a rendered scroll bar
493493
(if any), the method must return null. If there is no element at the given
494494
position the method must return the root element, if any, or null

0 commit comments

Comments
 (0)