@@ -43,7 +43,6 @@ <h2 class="no-num no-toc" id="w3c-doctype">[LONGSTATUS] [DATE: 3 August 2002]</h
4343 < dt > Previous Versions:</ dt >
4444 < dd > < a href ="http://www.w3.org/TR/2009/WD-cssom-view-20090804/ "> http://www.w3.org/TR/2009/WD-cssom-view-20090804/</ a > </ dd >
4545 < dd > < a href ="http://www.w3.org/TR/2008/WD-cssom-view-20080222/ "> http://www.w3.org/TR/2008/WD-cssom-view-20080222/</ a > </ dd >
46- < dd > < a href ="http://www.w3.org/TR/2000/REC-DOM-Level-2-Views-20001113/ "> http://www.w3.org/TR/2000/REC-DOM-Level-2-Views-20001113/</ a > </ dd >
4746
4847 < dt > Editor:</ dt >
4948 < dd > < a href ="http://annevankesteren.nl/ "> Anne van Kesteren</ a >
@@ -63,9 +62,6 @@ <h2 id="abstract" class="no-num no-toc">Abstract</h2>
6362 getting the position of element layout boxes, obtaining the width
6463 of the viewport through script, and also scrolling an element.</ p >
6564
66- < p > The CSSOM View Module also supersedes DOM Level 2 Views and removes the
67- view concept defined therein.</ p >
68-
6965
7066
7167 < h2 id ="sotd " class ="no-num no-toc "> Status of this Document</ h2 >
@@ -80,7 +76,7 @@ <h2 id="toc" class="no-num no-toc">Table of Contents</h2>
8076
8177
8278 < h2 id ="background "> Background</ h2 >
83-
79+
8480 < p > Many of the features defined in this specification have been supported
8581 by browsers for a long period of time. The goal of this specification is
8682 to define these features in such a way that they can be implemented by all
@@ -92,7 +88,7 @@ <h2 id="background">Background</h2>
9288 specification also obsoletes DOM Level 2 Views by removing the views
9389 concept and the interfaces defined by that specification and relocating
9490 the members of those interfaces to more appropriate places.</ p >
95-
91+
9692 < p > Finally, the specification defines a couple of new features that will
9793 hopefully be useful to Web authors. (If they are not you can bug us!)</ p >
9894
@@ -193,7 +189,6 @@ <h2 id="dom-features">DOM Features</h2>
193189 < h2 id ="extensions-to-the-window-interface "> Extensions to the < code title =""> Window</ code > Interface</ h2 >
194190
195191 < pre class ="idl "> [Supplemental] interface < span > Window</ span > {
196- readonly attribute < span > Document</ span > < span title ="dom-window-document "> document</ span > ;
197192 readonly attribute < span > StyleMedia</ span > < span title ="dom-window-stylemedia "> styleMedia</ span > ;
198193 readonly attribute < span > Screen</ span > < span title ="dom-window-screen "> screen</ span > ;
199194
@@ -214,11 +209,6 @@ <h2 id="extensions-to-the-window-interface">Extensions to the <code title="">Win
214209};</ pre >
215210
216211
217- < p > The
218- < dfn id ="dom-window-document " title ="dom-window-document "> < code > document</ code > </ dfn >
219- attribute < em class ="ct "> must</ em > return the < code > Document</ code > object
220- associated with the < code > Window</ code > object.</ p >
221-
222212 < p > The
223213 < dfn id ="dom-window-stylemedia " title ="dom-window-stylemedia "> < code > styleMedia</ code > </ dfn >
224214 attribute < em class ="ct "> must</ em > return the < code > StyleMedia</ code >
@@ -430,15 +420,10 @@ <h3 id="the-screen-interface">The <code title="">Screen</code> Interface</h3>
430420 < h2 id ="extensions-to-the-document-interface "> Extensions to the < code title =""> Document</ code > Interface</ h2 >
431421
432422 < pre class ="idl "> [Supplemental] interface < span > Document</ span > {
433- readonly attribute < span > Window</ span > < span > defaultView</ span > ;
434423 Element < span > elementFromPoint</ span > (float < var title =""> x</ var > , float < var title =""> y</ var > );
435424 < span > CaretPosition</ span > < span > caretPositionFromPoint</ span > (float < var title =""> x</ var > , float < var title =""> y</ var > );
436425};</ pre >
437426
438- < p > The < dfn id ="dom-document-defaultview "> < code > defaultView</ code > </ dfn >
439- attribute < em class ="ct "> must</ em > return the < code > Window</ code > object
440- associated with the < code > Document</ code > object.</ p >
441-
442427 < p > The
443428 < dfn id ="dom-document-elementfrompoint " title ="elementfrompoint "> < code > elementFromPoint(< var title =""> x</ var > ,
444429 < var title =""> y</ var > )</ code > </ dfn > method, when invoked,
0 commit comments