@@ -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
0 commit comments