@@ -1446,7 +1446,10 @@ <h3>The <code>WindowLayout</code> Interface</h3>
14461446 [Window]</ p >
14471447
14481448 < p > The term < dfn > browsing context</ dfn > is used as defined by the Window
1449- Object 1.0 specification. [Window]
1449+ Object 1.0 specification. [Window]</ p >
1450+
1451+ < p > Some of the terminology used in this section and its subsection is that of
1452+ Media Queries. [MQ]</ p >
14501453
14511454 < p > This interface represents rendering information about the current browsing
14521455 context.</ p >
@@ -1456,44 +1459,68 @@ <h3>The <code>WindowLayout</code> Interface</h3>
14561459 readonly attribute float < span title ="windowlayout-innerheight "> innerHeight</ span > ;
14571460 readonly attribute float < span title ="windowlayout-outerheight "> outerWidth</ span > ;
14581461 readonly attribute float < span title ="windowlayout-outerheight "> outerHeight</ span > ;
1459- readonly attribute float pageXOffset;
1460- readonly attribute float pageYOffset;
1461- readonly attribute float screenX;
1462- readonly attribute float screenY;
1462+ readonly attribute float < span title =" windowlayout-pagexoffset " > pageXOffset</ span > ;
1463+ readonly attribute float < span title =" windowlayout-pageyoffset " > pageYOffset</ span > ;
1464+ readonly attribute float < span title =" windowlayout-screenx " > screenX</ span > ;
1465+ readonly attribute float < span title =" windowlayout-screeny " > screenY</ span > ;
14631466 readonly attribute < span > Screen</ span > < span title ="windowlayout-screen "> screen</ span > ;
14641467};</ pre >
14651468 <!-- XXX float? -->
14661469
14671470 < dl >
14681471 < dt > < dfn title ="windowlayout-innerwidth "> < code > innerWidth</ code > </ dfn > </ dt >
1469-
1472+
14701473 < dd >
14711474 < p > This attribute < em class ="ct "> must</ em > be the viewport width in
14721475 pixels.</ p >
14731476
14741477 < p class ="note "> This is including, if rendered, the vertical scrollbar.</ p >
14751478 </ dd >
1476-
1479+
14771480 < dt > < dfn title ="windowlayout-innerheight "> < code > innerHeight</ code > </ dfn > </ dt >
1478-
1481+
14791482 < dd >
14801483 < p > This attribute < em class ="ct "> must</ em > be the viewport height in
14811484 pixels.</ p >
1482-
1485+
14831486 < p class ="note "> This is including, if rendered, the horizontal
14841487 scrollbar.</ p >
14851488 </ dd >
1486-
1489+
14871490 < dt > < dfn title ="windowlayout-outerwidth "> < code > outerWidth</ code > </ dfn > </ dt >
1488-
1491+
14891492 < dd > In web browsers, this attribute < em class ="ct "> must</ em > be the width of
1490- the browser window. Otherwise, this < em class ="ct "> must</ em > be
1493+ the browser window in pixels . Otherwise, this < em class ="ct "> must</ em > be
14911494 < code > 0</ code > .</ dd >
1492-
1495+
14931496 < dt > < dfn title ="windowlayout-outerheight "> < code > outerHeight</ code > </ dfn > </ dt >
14941497
14951498 < dd > In web browsers, this attribute < em class ="ct "> must</ em > be the height of
1496- the browser window. Otherwise, this < em class ="ct "> must</ em > be
1499+ the browser window in pixels. Otherwise, this < em class ="ct "> must</ em > be
1500+ < code > 0</ code > .</ dd >
1501+
1502+ < dt > < dfn title ="windowlayout-pagexoffset "> < code > pageXOffset</ code > </ dfn > </ dt >
1503+
1504+ < dd > This attribute < em class ="ct "> must</ em > be the number of pixels the user
1505+ has scrolled to the right.</ dd >
1506+
1507+ < dt > < dfn title ="windowlayout-pageyoffset "> < code > pageYOffset</ code > </ dfn > </ dt >
1508+
1509+ < dd > This attribute < em class ="ct "> must</ em > be the number of pixels the user
1510+ has scrolled to the bottom.</ dd >
1511+
1512+ < dt > < dfn title ="windowlayout-screenx "> < code > screenx</ code > </ dfn > </ dt >
1513+
1514+ < dd > In web browsers, this attribute < em class ="ct "> must</ em > be the amount of
1515+ of pixels to the left of the browser window offsetted against the screen of
1516+ the output device. Otherwise, this < em class ="ct "> must</ em > be
1517+ < code > 0</ code > .</ dd >
1518+
1519+ < dt > < dfn title ="windowlayout-screenx "> < code > screeny</ code > </ dfn > </ dt >
1520+
1521+ < dd > In web browsers, this attribute < em class ="ct "> must</ em > be the amount of
1522+ of pixels to the top of the browser window offsetted against the screen of
1523+ the output device. Otherwise, this < em class ="ct "> must</ em > be
14971524 < code > 0</ code > .</ dd >
14981525
14991526 < dt > < dfn title ="windowlayout-screen "> < code > screen</ code > </ dfn > </ dt >
@@ -1512,8 +1539,6 @@ <h4>The <code>Screen</code> Interface</h4>
15121539 < p > This interface represents information about the screen of the output
15131540 device.</ p >
15141541
1515- < p > The terminology used in this subsection is that of Media Queries. [MQ]</ p >
1516-
15171542 < pre class ="idl "> interface < dfn > Screen</ dfn > {
15181543 readonly attribute float < span title ="screen-availwidth "> availWidth</ span > ;
15191544 readonly attribute float < span title ="screen-height "> availHeight</ span > ;
0 commit comments