Skip to content

Commit a89c3f3

Browse files
committed
typo
1 parent 2592072 commit a89c3f3

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

cssom-view/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ <h2 id="extensions-to-the-window-interface"><span class="secno">4 </span>Extensi
389389
the client window as number of pixels, or zero if there is no such
390390
thing.</p>
391391

392-
<p>The <dfn id="dom-window-screeny" title="dom-Window-screenY&quot;"><code>screenY</code></dfn>
392+
<p>The <dfn id="dom-window-screeny" title="dom-Window-screenY"><code>screenY</code></dfn>
393393
attribute must return the y-coordinate,
394394
relative to the origin of the screen of the output device, of the left of
395395
the client window as number of pixels, or zero if there is no such
@@ -1250,7 +1250,7 @@ <h2 id="extensions-to-the-mouseevent-interface"><span class="secno">9 </span>Ext
12501250
the position where the event occurred relative to the origin of the
12511251
<a href="#viewport">viewport</a>.</p>
12521252

1253-
<p>The <dfn id="dom-mouseevent-x" title="dom-MouseEvent-x&quot;"><code>x</code></dfn>
1253+
<p>The <dfn id="dom-mouseevent-x" title="dom-MouseEvent-x"><code>x</code></dfn>
12541254
attribute must return the value of
12551255
<code title="dom-MouseEvent-clientX"><a href="#dom-mouseevent-clientx">clientX</a></code>.</p>
12561256

cssom-view/Overview.src.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ <h2 id="extensions-to-the-window-interface">Extensions to the <code title>Window
360360
the client window as number of pixels, or zero if there is no such
361361
thing.</p>
362362

363-
<p>The <dfn title=dom-Window-screenY"><code>screenY</code></dfn>
363+
<p>The <dfn title=dom-Window-screenY><code>screenY</code></dfn>
364364
attribute must return the y-coordinate,
365365
relative to the origin of the screen of the output device, of the left of
366366
the client window as number of pixels, or zero if there is no such
@@ -1179,8 +1179,8 @@ <h2 id="extensions-to-the-mouseevent-interface">Extensions to the <code title>Mo
11791179

11801180
readonly attribute long <span title=dom-MouseEvent-clientX>clientX</span>;
11811181
readonly attribute long <span title=dom-MouseEvent-clientY>clientY</span>;
1182-
readonly attribute long <span title="dom-MouseEvent-x">x</span>;
1183-
readonly attribute long <span title="dom-MouseEvent-y">y</span>;
1182+
readonly attribute long <span title=dom-MouseEvent-x>x</span>;
1183+
readonly attribute long <span title=dom-MouseEvent-y>y</span>;
11841184

11851185
readonly attribute long <span title=dom-MouseEvent-offsetX>offsetX</span>;
11861186
readonly attribute long <span title=dom-MouseEvent-offsetY>offsetY</span>;
@@ -1221,11 +1221,11 @@ <h2 id="extensions-to-the-mouseevent-interface">Extensions to the <code title>Mo
12211221
the position where the event occurred relative to the origin of the
12221222
<span>viewport</span>.</p>
12231223

1224-
<p>The <dfn title=dom-MouseEvent-x"><code>x</code></dfn>
1224+
<p>The <dfn title=dom-MouseEvent-x><code>x</code></dfn>
12251225
attribute must return the value of
12261226
<code title=dom-MouseEvent-clientX>clientX</code>.</p>
12271227

1228-
<p>The <dfn title="dom-MouseEvent-y"><code>y</code></dfn>
1228+
<p>The <dfn title=dom-MouseEvent-y><code>y</code></dfn>
12291229
attribute must return the value of
12301230
<code title=dom-MouseEvent-clientY>clientY</code>.</p>
12311231

0 commit comments

Comments
 (0)