@@ -1817,8 +1817,8 @@ <h3 id=the-windowlayout><span class=secno>4.1. </span>The <code><a
18171817 readonly attribute float < a href ="#outerheight " title =windowlayout-outerheight > outerHeight</ a > ;
18181818 readonly attribute float < a href ="#pagexoffset " title =windowlayout-pagexoffset > pageXOffset</ a > ;
18191819 readonly attribute float < a href ="#pageyoffset " title =windowlayout-pageyoffset > pageYOffset</ a > ;
1820- readonly attribute float < a href ="#screeny " title =windowlayout-screenx > screenX</ a > ;
1821- readonly attribute float < span title =windowlayout-screeny > screenY</ span > ;
1820+ readonly attribute float < a href ="#screenx " title =windowlayout-screenx > screenX</ a > ;
1821+ readonly attribute float < a href =" #screeny " title =windowlayout-screeny > screenY</ a > ;
18221822 readonly attribute < a href ="#screen0 "> Screen</ a > < a href ="#screen " title =windowlayout-screen > screen</ a > ;
18231823};</ pre >
18241824 <!-- XXX float? -->
@@ -1867,14 +1867,14 @@ <h3 id=the-windowlayout><span class=secno>4.1. </span>The <code><a
18671867 < dd > This attribute < em class =ct > must</ em > be the number of pixels the user
18681868 has scrolled to the bottom.
18691869
1870- < dt > < dfn id =screenx title =windowlayout-screenx > < code > screenx </ code > </ dfn >
1870+ < dt > < dfn id =screenx title =windowlayout-screenx > < code > screenX </ code > </ dfn >
18711871
18721872 < dd > In web browsers, this attribute < em class =ct > must</ em > be the amount
18731873 of of pixels to the left of the browser window offsetted against the
18741874 screen of the output device. Otherwise, this < em class =ct > must</ em > be
18751875 < code > 0</ code > .
18761876
1877- < dt > < dfn id =screeny title =windowlayout-screenx > < code > screeny </ code > </ dfn >
1877+ < dt > < dfn id =screeny title =windowlayout-screeny > < code > screenY </ code > </ dfn >
18781878
18791879 < dd > In web browsers, this attribute < em class =ct > must</ em > be the amount
18801880 of of pixels to the top of the browser window offsetted against the
0 commit comments