csswg/cssom-view Overview.html,1.108,1.109 Overview.src.html,1.109,1.110

Update of /sources/public/csswg/cssom-view
In directory hutz:/tmp/cvs-serv13050

Modified Files:
	Overview.html Overview.src.html 
Log Message:
typo

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/cssom-view/Overview.html,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -d -r1.108 -r1.109
--- Overview.html	6 Jul 2011 14:17:38 -0000	1.108
+++ Overview.html	6 Jul 2011 14:20:23 -0000	1.109
@@ -389,7 +389,7 @@
   the client window as number of pixels, or zero if there is no such
   thing.</p>
 
-  <p>The <dfn id="dom-window-screeny" title="dom-Window-screenY&quot;"><code>screenY</code></dfn>
+  <p>The <dfn id="dom-window-screeny" title="dom-Window-screenY"><code>screenY</code></dfn>
   attribute must return the y-coordinate,
   relative to the origin of the screen of the output device, of the left of
   the client window as number of pixels, or zero if there is no such
@@ -1250,7 +1250,7 @@
   the position where the event occurred relative to the origin of the
   <a href="#viewport">viewport</a>.</p>
 
-  <p>The <dfn id="dom-mouseevent-x" title="dom-MouseEvent-x&quot;"><code>x</code></dfn>
+  <p>The <dfn id="dom-mouseevent-x" title="dom-MouseEvent-x"><code>x</code></dfn>
   attribute must return the value of
   <code title="dom-MouseEvent-clientX"><a href="#dom-mouseevent-clientx">clientX</a></code>.</p>
 

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/cssom-view/Overview.src.html,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -d -r1.109 -r1.110
--- Overview.src.html	6 Jul 2011 14:17:38 -0000	1.109
+++ Overview.src.html	6 Jul 2011 14:20:23 -0000	1.110
@@ -360,7 +360,7 @@
   the client window as number of pixels, or zero if there is no such
   thing.</p>
 
-  <p>The <dfn title=dom-Window-screenY"><code>screenY</code></dfn>
+  <p>The <dfn title=dom-Window-screenY><code>screenY</code></dfn>
   attribute must return the y-coordinate,
   relative to the origin of the screen of the output device, of the left of
   the client window as number of pixels, or zero if there is no such
@@ -1179,8 +1179,8 @@
 
   readonly attribute long <span title=dom-MouseEvent-clientX>clientX</span>;
   readonly attribute long <span title=dom-MouseEvent-clientY>clientY</span>;
-  readonly attribute long <span title="dom-MouseEvent-x">x</span>;
-  readonly attribute long <span title="dom-MouseEvent-y">y</span>;
+  readonly attribute long <span title=dom-MouseEvent-x>x</span>;
+  readonly attribute long <span title=dom-MouseEvent-y>y</span>;
 
   readonly attribute long <span title=dom-MouseEvent-offsetX>offsetX</span>;
   readonly attribute long <span title=dom-MouseEvent-offsetY>offsetY</span>;
@@ -1221,11 +1221,11 @@
   the position where the event occurred relative to the origin of the
   <span>viewport</span>.</p>
 
-  <p>The <dfn title=dom-MouseEvent-x"><code>x</code></dfn>
+  <p>The <dfn title=dom-MouseEvent-x><code>x</code></dfn>
   attribute must return the value of
   <code title=dom-MouseEvent-clientX>clientX</code>.</p>
 
-  <p>The <dfn title="dom-MouseEvent-y"><code>y</code></dfn>
+  <p>The <dfn title=dom-MouseEvent-y><code>y</code></dfn>
   attribute must return the value of
   <code title=dom-MouseEvent-clientY>clientY</code>.</p>
 

Received on Wednesday, 6 July 2011 14:20:26 UTC