@@ -318,17 +318,17 @@ <h2 id=extensions-to-the-window-interface><span class=secno>4.
318318 </ span > Extensions to the < code title =""> Window</ code > Interface</ h2 >
319319
320320 < pre class =idl > [Supplemental] interface < a href ="#window "> Window</ a > {
321- readonly attribute < a href ="#stylemedia "> StyleMedia</ a > < a href ="#dom-window-stylemedia " title =dom-window -styleMedia > styleMedia</ a > ;
322- readonly attribute < a href ="#screen "> Screen</ a > < a href ="#dom-window-screen " title =dom-window -screen > screen</ a > ;
321+ readonly attribute < a href ="#stylemedia "> StyleMedia</ a > < a href ="#dom-window-stylemedia " title =dom-Window -styleMedia > styleMedia</ a > ;
322+ readonly attribute < a href ="#screen "> Screen</ a > < a href ="#dom-window-screen " title =dom-Window -screen > screen</ a > ;
323323
324324 // viewport
325325 readonly attribute long < a href ="#dom-window-innerwidth "> innerWidth</ a > ;
326326 readonly attribute long < a href ="#dom-window-innerheight "> innerHeight</ a > ;
327327 readonly attribute long < a href ="#dom-window-pagexoffset "> pageXOffset</ a > ;
328328 readonly attribute long < a href ="#dom-window-pageyoffset "> pageYOffset</ a > ;
329- void < a href ="#dom-window-scroll " title =dom-window -scroll > scroll</ a > (long < var title =""> x</ var > , long < var title =""> y</ var > );
330- void < a href ="#dom-window-scrollto " title =dom-window -scrollto > scrollTo</ a > (long < var title =""> x</ var > , long < var title =""> y</ var > );
331- void < a href ="#dom-window-scrollby " title =dom-window -scrollby > scrollBy</ a > (long < var title =""> x</ var > , long < var title =""> y</ var > );
329+ void < a href ="#dom-window-scroll " title =dom-Window -scroll > scroll</ a > (long < var title =""> x</ var > , long < var title =""> y</ var > );
330+ void < a href ="#dom-window-scrollto " title =dom-Window -scrollto > scrollTo</ a > (long < var title =""> x</ var > , long < var title =""> y</ var > );
331+ void < a href ="#dom-window-scrollby " title =dom-Window -scrollby > scrollBy</ a > (long < var title =""> x</ var > , long < var title =""> y</ var > );
332332
333333 // client
334334 readonly attribute long < a href ="#dom-window-screenx "> screenX</ a > ;
@@ -338,14 +338,14 @@ <h2 id=extensions-to-the-window-interface><span class=secno>4.
338338};</ pre >
339339
340340 < p > The < dfn id =dom-window-stylemedia
341- title =dom-window -styleMedia > < code > styleMedia</ code > </ dfn > attribute < em
341+ title =dom-Window -styleMedia > < code > styleMedia</ code > </ dfn > attribute < em
342342 class =ct > must</ em > return the < a
343343 href ="#stylemedia "> < code > StyleMedia</ code > </ a > object associated with the
344344 < a href ="#window "> < code > Window</ code > </ a > object. It always returns the
345345 same object.
346346
347347 < p > The < dfn id =dom-window-screen
348- title =dom-window -screen > < code > screen</ code > </ dfn > attribute < em
348+ title =dom-Window -screen > < code > screen</ code > </ dfn > attribute < em
349349 class =ct > must</ em > return the < a href ="#screen "> < code > Screen</ code > </ a >
350350 object associated with the < a href ="#window "> < code > Window</ code > </ a >
351351 object. It always returns the same object.
@@ -377,7 +377,7 @@ <h2 id=extensions-to-the-window-interface><span class=secno>4.
377377 of the top of the < a href ="#viewport "> viewport</ a > .
378378
379379 < p > When the < dfn id =dom-window-scroll
380- title =dom-window -scroll > < code > scroll(< var title =""> x</ var > ,< var
380+ title =dom-Window -scroll > < code > scroll(< var title =""> x</ var > ,< var
381381 title =""> y</ var > )</ code > </ dfn > method is invoked these steps < em
382382 class =ct > must</ em > be run:
383383
@@ -435,17 +435,17 @@ <h2 id=extensions-to-the-window-interface><span class=secno>4.
435435 </ ol >
436436
437437 < p > When the < dfn id =dom-window-scrollto
438- title =dom-window -scrollto > < code > scrollTo(< var title =""> x</ var > ,< var
438+ title =dom-Window -scrollto > < code > scrollTo(< var title =""> x</ var > ,< var
439439 title =""> y</ var > )</ code > </ dfn > method is invoked, the user agent < em
440440 class =ct > must</ em > act as if the < a href ="#dom-window-scroll "> < code
441- title =dom-window -scroll > scroll()</ code > </ a > method was invoked with the
441+ title =dom-Window -scroll > scroll()</ code > </ a > method was invoked with the
442442 same arguments.
443443
444444 < p > When the < dfn id =dom-window-scrollby
445- title =dom-window -scrollby > < code > scrollBy(< var title =""> x</ var > ,< var
445+ title =dom-Window -scrollby > < code > scrollBy(< var title =""> x</ var > ,< var
446446 title =""> y</ var > )</ code > </ dfn > method is invoked, the user agent < em
447447 class =ct > must</ em > act as if the < a href ="#dom-window-scroll "> < code
448- title =dom-window -scroll > scroll()</ code > </ a > method was invoked with < var
448+ title =dom-Window -scroll > scroll()</ code > </ a > method was invoked with < var
449449 title =""> x</ var > plus < a
450450 href ="#dom-window-pagexoffset "> < code > pageXOffset</ code > </ a > as first
451451 argument and < var title =""> y</ var > plus < a
@@ -476,11 +476,11 @@ <h3 id=the-stylemedia-interface><span class=secno>4.1. </span>The <code
476476 title =""> StyleMedia</ code > Interface</ h3 >
477477
478478 < pre class =idl > interface < dfn id =stylemedia > StyleMedia</ dfn > {
479- readonly attribute DOMString < a href ="#dom-stylemedia-type "> type</ a > ;
479+ readonly attribute DOMString < a href ="#dom-stylemedia-type " title = dom-StyleMedia-type > type</ a > ;
480480 boolean < a href ="#dom-stylemedia-matchmedium " title =dom-StyleMedia-matchMedium > matchMedium</ a > (DOMString < var title =""> mediaquery</ var > );
481481
482- void < span title =dom-StyleMedia-addMediumListener > addMediumListener</ span > (DOMString < var title =""> mediaquery</ var > , < a href ="#mediaquerycallback "> MediaQueryCallback</ a > < var title =""> listener </ var > );
483- void < span title =dom-StyleMedia-removeMediumListener > removeMediumListener</ span > (DOMString < var title =""> mediaquery</ var > , < a href ="#mediaquerycallback "> MediaQueryCallback</ a > < var title =""> listener </ var > );
482+ void < span title =dom-StyleMedia-addMediumListener > addMediumListener</ span > (DOMString < var title =""> mediaquery</ var > , < a href ="#mediaquerycallback "> MediaQueryCallback</ a > < var title =""> mediaquerycallback </ var > );
483+ void < span title =dom-StyleMedia-removeMediumListener > removeMediumListener</ span > (DOMString < var title =""> mediaquery</ var > , < a href ="#mediaquerycallback "> MediaQueryCallback</ a > < var title =""> mediaquerycallback </ var > );
484484};
485485
486486[Callback=FunctionOnly, NoInterfaceObject]
@@ -495,7 +495,8 @@ <h3 id=the-stylemedia-interface><span class=secno>4.1. </span>The <code
495495};
496496</ pre >
497497
498- < p > The < dfn id =dom-stylemedia-type > < code > type</ code > </ dfn > attribute < em
498+ < p > The < dfn id =dom-stylemedia-type
499+ title =dom-StyleMedia-type > < code > type</ code > </ dfn > attribute < em
499500 class =ct > must</ em > return the string that represents the media type used
500501 for rendering the < a href ="#document "> < code > Document</ code > </ a > . The media
501502 types are defined by CSS 2.1 (< code title =""> screen</ code > ,
0 commit comments