Skip to content

Commit ec2194b

Browse files
committed
fix typos
1 parent 1b9156d commit ec2194b

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

cssom/Overview.html

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

cssom/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1509,14 +1509,14 @@ <h3>The <code>WindowLayout</code> Interface</h3>
15091509
<dd>This attribute <em class="ct">must</em> be the number of pixels the user
15101510
has scrolled to the bottom.</dd>
15111511

1512-
<dt><dfn title="windowlayout-screenx"><code>screenx</code></dfn></dt>
1512+
<dt><dfn title="windowlayout-screenx"><code>screenX</code></dfn></dt>
15131513

15141514
<dd>In web browsers, this attribute <em class="ct">must</em> be the amount of
15151515
of pixels to the left of the browser window offsetted against the screen of
15161516
the output device. Otherwise, this <em class="ct">must</em> be
15171517
<code>0</code>.</dd>
15181518

1519-
<dt><dfn title="windowlayout-screenx"><code>screeny</code></dfn></dt>
1519+
<dt><dfn title="windowlayout-screeny"><code>screenY</code></dfn></dt>
15201520

15211521
<dd>In web browsers, this attribute <em class="ct">must</em> be the amount of
15221522
of pixels to the top of the browser window offsetted against the screen of

0 commit comments

Comments
 (0)