2727
2828 < h1 id =cssom-view-module > CSSOM View Module</ h1 >
2929
30- < h2 class ="no-num no-toc " id =w3c-doctype > Editor's Draft 26 February 2008</ h2 >
30+ < h2 class ="no-num no-toc " id =w3c-doctype > Editor's Draft 29 February 2008</ h2 >
3131
3232 < dl >
3333 < dt > This version:
3434
3535 < dd > < a
36- href ="http://www.w3.org/TR/2008/ED-cssom-view-20080226 / "> http://www.w3.org/TR/2008/ED-cssom-view-20080226 /</ a >
36+ href ="http://www.w3.org/TR/2008/ED-cssom-view-20080229 / "> http://www.w3.org/TR/2008/ED-cssom-view-20080229 /</ a >
3737
3838 < dt > Latest version:
3939
@@ -914,12 +914,12 @@ <h2 id=the-mouseeventview-interface><span class=secno>6. </span>The <code
914914 < p > The < dfn id =mouseeventview-pagex > < code > pageX</ code > </ dfn > attribute, on
915915 getting, < em class =ct > must</ em > return the horizontal coordinate, as
916916 number of CSS pixels, of the position where the event occurred relative to
917- the origin of the canvas .
917+ the origin of the initial containing block .
918918
919919 < p > The < dfn id =mouseeventview-pagey > < code > pageY</ code > </ dfn > attribute, on
920920 getting, < em class =ct > must</ em > return the y-coordinate, as number of CSS
921921 pixels, of the position where the event occurred relative to the origin of
922- the canvas .
922+ the initial containing block .
923923
924924 < p > The < dfn id =mouseeventview-clientx > < code > clientX</ code > </ dfn > attribute,
925925 on getting, < em class =ct > must</ em > return the x-coordinate, as number of
@@ -934,25 +934,20 @@ <h2 id=the-mouseeventview-interface><span class=secno>6. </span>The <code
934934 < p > The < dfn id =mouseeventview-offsetx > < code > offsetX</ code > </ dfn > attribute,
935935 on getting, < em class =ct > must</ em > return the x-coordinate, as number of
936936 CSS pixels, of the position where the event occurred relative to the
937- origin of the padding box of the target node.</ p >
938- <!-- this can cause negative values -->
937+ origin of the padding box of the target node.
939938
940939 < p > The < dfn id =mouseeventview-offsety > < code > offsetY</ code > </ dfn > attribute,
941940 on getting, < em class =ct > must</ em > return the y-coordinate, as number of
942941 CSS pixels, of the position where the event occurred relative to the
943- origin of the padding box of the target node.</ p >
944- <!-- this can cause negative values -->
942+ origin of the padding box of the target node.
945943
946944 < p > The < dfn id =mouseeventview-x title =mouseeventview-x > < code > x</ code > </ dfn >
947945 attribute, on getting, < em class =ct > must</ em > return the value of < code > < a
948- href ="#mouseeventview-pagex " > pageX </ a > </ code > .
946+ href ="#mouseeventview-clientx " > clientX </ a > </ code > .
949947
950948 < p > The < dfn id =mouseeventview-y title =mouseeventview-y > < code > y</ code > </ dfn >
951949 attribute, on getting, < em class =ct > must</ em > return the value of < code > < a
952- href ="#mouseeventview-pagey "> pageY</ a > </ code > .
953-
954- < p class =issue > Need to more carefully check the < code title =""> x</ code > and
955- < code title =""> y</ code > members and likely the others too.
950+ href ="#mouseeventview-clienty "> clientY</ a > </ code > .
956951
957952 < h2 id =rectangles > < span class =secno > 7. </ span > Rectangles</ h2 >
958953
@@ -1077,8 +1072,9 @@ <h2 class=no-num id=references>References</h2>
10771072 < h2 class =no-num id =acknowledgments > Acknowledgments</ h2 >
10781073
10791074 < p > The editor would like to thank Alexey Feldgendler, David Vest, Hallvord
1080- R. M. Steen, Morten Stenshorne, Robert O'Callahan, Simon Pieters, and
1081- Tarquin Wilton-Jones for their contributions to this document.
1075+ R. M. Steen, Morten Stenshorne, Peter-Paul Koch, Robert O'Callahan, Simon
1076+ Pieters, and Tarquin Wilton-Jones for their contributions to this
1077+ document.
10821078
10831079 < p > Special thanks to the Microsoft employees who first implemented many of
10841080 the features specified in this draft, which were first widely deployed by
0 commit comments