Skip to content

Commit

Permalink
document.open() 4+ arg work
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@183 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 24, 2006
1 parent 9583caa commit a309fad
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 13 deletions.
19 changes: 11 additions & 8 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -2660,17 +2660,17 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20html%3E..
<p>When called with three or more arguments, the <code
title=dom-document-open><a href="#open">open()</a></code> method on the
<code><a href="#htmldocument">HTMLDocument</a></code> object must call the
<code>open()</code> method on the <code><a
<code title=dom-open>open()</code> method on the <code><a
href="#windowhtml">WindowHTML</a></code> interface of the object returned
by the <code title="">defaultView</code> attribute of the
<code>DocumentView</code> interface of the <code><a
by the <code title=dom-document-defaultView>defaultView</code> attribute
of the <code>DocumentView</code> interface of the <code><a
href="#htmldocument">HTMLDocument</a></code> object, with the same
arguments as the call to the <code title=dom-document-open><a
arguments as the original call to the <code title=dom-document-open><a
href="#open">open()</a></code> method. If the <code
title="">defaultView</code> attribute of the <code>DocumentView</code>
interface of the <code><a href="#htmldocument">HTMLDocument</a></code>
object is null, then the method must raise an
<code>INVALID_ACCESS_ERR</code> exception.
title=dom-document-defaultView>defaultView</code> attribute of the
<code>DocumentView</code> interface of the <code><a
href="#htmldocument">HTMLDocument</a></code> object is null, then the
method must raise an <code>INVALID_ACCESS_ERR</code> exception.

<h5 id=dynamic0><span class=secno>2.4.3.2. </span>Dynamic markup insertion
in HTML</h5>
Expand Down Expand Up @@ -26999,4 +26999,7 @@ Items have:
offline storage / caching pining:
http://groups.google.com/group/mozilla.dev.platform/browse_frm/thread/bf866101aa238773/a298294c27b9380a?lnk=gst&q=offline&rnum=1#a298294c27b9380a


DOM0 quirks that Mozilla knows about:
http://lxr.mozilla.org/seamonkey/source/dom/src/base/nsDOMClassInfo.cpp
-->
14 changes: 9 additions & 5 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -1690,13 +1690,14 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20html%3E..

<p>When called with three or more arguments, the <code
title="dom-document-open">open()</code> method on the
<code>HTMLDocument</code> object must call the <code>open()</code>
method on the <code>WindowHTML</code> interface of the object
returned by the <code title="">defaultView</code> attribute of the
<code>HTMLDocument</code> object must call the <code
title="dom-open">open()</code> method on the <code>WindowHTML</code>
interface of the object returned by the <code
title="dom-document-defaultView">defaultView</code> attribute of the
<code>DocumentView</code> interface of the <code>HTMLDocument</code>
object, with the same arguments as the call to the <code
object, with the same arguments as the original call to the <code
title="dom-document-open">open()</code> method. If the <code
title="">defaultView</code> attribute of the
title="dom-document-defaultView">defaultView</code> attribute of the
<code>DocumentView</code> interface of the <code>HTMLDocument</code>
object is null, then the method must raise an
<code>INVALID_ACCESS_ERR</code> exception.</p>
Expand Down Expand Up @@ -24646,6 +24647,9 @@ Items have:
offline storage / caching pining:
http://groups.google.com/group/mozilla.dev.platform/browse_frm/thread/bf866101aa238773/a298294c27b9380a?lnk=gst&q=offline&rnum=1#a298294c27b9380a


DOM0 quirks that Mozilla knows about:
http://lxr.mozilla.org/seamonkey/source/dom/src/base/nsDOMClassInfo.cpp
-->


Expand Down

0 comments on commit a309fad

Please sign in to comment.