Skip to content

Commit 669d486

Browse files
committed
HTML5 obsoletes DOM Level 2 Views now
1 parent 58e9ef9 commit 669d486

2 files changed

Lines changed: 4 additions & 38 deletions

File tree

cssom-view/Overview.html

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
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 2 February 2010</h2>
30+
<h2 class="no-num no-toc" id=w3c-doctype>Editor's Draft 8 April 2010</h2>
3131

3232
<dl>
3333
<dt>This Version:
3434

3535
<dd><a
36-
href="http://www.w3.org/TR/2010/ED-cssom-view-20100202/">http://www.w3.org/TR/2010/ED-cssom-view-20100202/</a>
36+
href="http://www.w3.org/TR/2010/ED-cssom-view-20100408/">http://www.w3.org/TR/2010/ED-cssom-view-20100408/</a>
3737

3838
<dt>Latest Version:
3939

@@ -53,9 +53,6 @@ <h2 class="no-num no-toc" id=w3c-doctype>Editor's Draft 2 February 2010</h2>
5353
<dd><a
5454
href="http://www.w3.org/TR/2008/WD-cssom-view-20080222/">http://www.w3.org/TR/2008/WD-cssom-view-20080222/</a>
5555

56-
<dd><a
57-
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>
58-
5956
<dt>Editor:
6057

6158
<dd><a href="http://annevankesteren.nl/">Anne van Kesteren</a> (<a
@@ -90,9 +87,6 @@ <h2 class="no-num no-toc" id=abstract>Abstract</h2>
9087
getting the position of element layout boxes, obtaining the width of the
9188
viewport through script, and also scrolling an element.
9289

93-
<p>The CSSOM View Module also supersedes DOM Level 2 Views and removes the
94-
view concept defined therein.
95-
9690
<h2 class="no-num no-toc" id=sotd>Status of this Document</h2>
9791
<!--begin-status-->
9892

@@ -324,7 +318,6 @@ <h2 id=extensions-to-the-window-interface><span class=secno>4.
324318
</span>Extensions to the <code title="">Window</code> Interface</h2>
325319

326320
<pre class=idl>[Supplemental] interface <a href="#window">Window</a> {
327-
readonly attribute <a href="#document">Document</a> <a href="#dom-window-document" title=dom-window-document>document</a>;
328321
readonly attribute <a href="#stylemedia">StyleMedia</a> <a href="#dom-window-stylemedia" title=dom-window-stylemedia>styleMedia</a>;
329322
readonly attribute <a href="#screen">Screen</a> <a href="#dom-window-screen" title=dom-window-screen>screen</a>;
330323

@@ -344,12 +337,6 @@ <h2 id=extensions-to-the-window-interface><span class=secno>4.
344337
readonly attribute long <a href="#dom-window-outerheight">outerHeight</a>;
345338
};</pre>
346339

347-
<p>The <dfn id=dom-window-document
348-
title=dom-window-document><code>document</code></dfn> attribute <em
349-
class=ct>must</em> return the <code><a
350-
href="#document">Document</a></code> object associated with the <code><a
351-
href="#window">Window</a></code> object.
352-
353340
<p>The <dfn id=dom-window-stylemedia
354341
title=dom-window-stylemedia><code>styleMedia</code></dfn> attribute <em
355342
class=ct>must</em> return the <code><a
@@ -572,16 +559,10 @@ <h2 id=extensions-to-the-document-interface><span class=secno>5.
572559
</span>Extensions to the <code title="">Document</code> Interface</h2>
573560

574561
<pre class=idl>[Supplemental] interface <a href="#document">Document</a> {
575-
readonly attribute <a href="#window">Window</a> <a href="#dom-document-defaultview">defaultView</a>;
576562
Element <a href="#dom-document-elementfrompoint">elementFromPoint</a>(float <var title="">x</var>, float <var title="">y</var>);
577563
<a href="#caretposition">CaretPosition</a> <a href="#dom-document-caretpositionfrompoint">caretPositionFromPoint</a>(float <var title="">x</var>, float <var title="">y</var>);
578564
};</pre>
579565

580-
<p>The <dfn id=dom-document-defaultview><code>defaultView</code></dfn>
581-
attribute <em class=ct>must</em> return the <code><a
582-
href="#window">Window</a></code> object associated with the <code><a
583-
href="#document">Document</a></code> object.
584-
585566
<p>The <dfn id=dom-document-elementfrompoint
586567
title=elementfrompoint><code>elementFromPoint(<var title="">x</var>, <var
587568
title="">y</var>)</code></dfn> method, when invoked, <em

cssom-view/Overview.src.html

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)