Skip to content

Commit bde986f

Browse files
committed
float -> long
1 parent 8920cb3 commit bde986f

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

cssom-view/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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>

cssom-view/Overview.src.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)