File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -443,9 +443,9 @@ <h3 id=the-screen-interface><span class=secno>4.1 </span>The <code
443443 readonly attribute unsigned long < a href ="#screen-availwidth "> availWidth</ a > ;
444444 readonly attribute unsigned long < a href ="#screen-availheight "> availHeight</ a > ;
445445 readonly attribute unsigned long < a href ="#screen-width "> width</ a > ;
446- readonly attribute unsigned float < a href ="#screen-height "> height</ a > ;
447- readonly attribute unsigned float < a href ="#screen-colordepth "> colorDepth</ a > ;
448- readonly attribute unsigned float < a href ="#screen-pixeldepth "> pixelDepth</ a > ;
446+ readonly attribute unsigned long < a href ="#screen-height "> height</ a > ;
447+ readonly attribute unsigned long < a href ="#screen-colordepth "> colorDepth</ a > ;
448+ readonly attribute unsigned long < a href ="#screen-pixeldepth "> pixelDepth</ a > ;
449449};</ pre >
450450
451451 < p > All coordinates and dimensions on the < a href ="#screen "> Screen</ a >
Original file line number Diff line number Diff line change @@ -333,9 +333,9 @@ <h3 id="the-screen-interface">The <code title="">Screen</code> Interface</h3>
333333 readonly attribute unsigned long < span > availWidth</ span > ;
334334 readonly attribute unsigned long < span > availHeight</ span > ;
335335 readonly attribute unsigned long < span > width</ span > ;
336- readonly attribute unsigned float < span > height</ span > ;
337- readonly attribute unsigned float < span > colorDepth</ span > ;
338- readonly attribute unsigned float < span > pixelDepth</ span > ;
336+ readonly attribute unsigned long < span > height</ span > ;
337+ readonly attribute unsigned long < span > colorDepth</ span > ;
338+ readonly attribute unsigned long < span > pixelDepth</ span > ;
339339};</ pre >
340340
341341 < p > All coordinates and dimensions on the < span > Screen</ span > interface are
You can’t perform that action at this time.
0 commit comments