@@ -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