[html5] r8773 - [e] (0) document.open() is always called with two arguments given WebIDL argumen [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Sep 15 15:46:39 PDT 2014


Author: ianh
Date: 2014-09-15 15:46:34 -0700 (Mon, 15 Sep 2014)
New Revision: 8773

Modified:
   complete.html
   index
   source
Log:
[e] (0) document.open() is always called with two arguments given WebIDL argument defaulting, but add a parenthetical 'or fewer' so we don't have to explain that.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=26564
Affected topics: HTML Syntax and Parsing

Modified: complete.html
===================================================================
--- complete.html	2014-09-15 22:36:45 UTC (rev 8772)
+++ complete.html	2014-09-15 22:46:34 UTC (rev 8773)
@@ -63760,7 +63760,7 @@
   method (directly or indirectly) while the document is <a href=#unload-a-document id=opening-the-input-stream:unload-a-document>being
   unloaded</a>. Initially, the counter must be set to zero.</p> 
 
-  <p>When called with two arguments, the <code id=opening-the-input-stream:dom-document-open-4><a href=#dom-document-open>document.open()</a></code>
+  <p>When called with two arguments (or fewer), the <code id=opening-the-input-stream:dom-document-open-4><a href=#dom-document-open>document.open()</a></code>
   method must act as follows:</p>
 
   <ol><li><p>If the <code id=opening-the-input-stream:document-8><a href=#document>Document</a></code> object is not flagged as an <a href=#html-documents id=opening-the-input-stream:html-documents>HTML

Modified: index
===================================================================
--- index	2014-09-15 22:36:45 UTC (rev 8772)
+++ index	2014-09-15 22:46:34 UTC (rev 8773)
@@ -63760,7 +63760,7 @@
   method (directly or indirectly) while the document is <a href=#unload-a-document id=opening-the-input-stream:unload-a-document>being
   unloaded</a>. Initially, the counter must be set to zero.</p> 
 
-  <p>When called with two arguments, the <code id=opening-the-input-stream:dom-document-open-4><a href=#dom-document-open>document.open()</a></code>
+  <p>When called with two arguments (or fewer), the <code id=opening-the-input-stream:dom-document-open-4><a href=#dom-document-open>document.open()</a></code>
   method must act as follows:</p>
 
   <ol><li><p>If the <code id=opening-the-input-stream:document-8><a href=#document>Document</a></code> object is not flagged as an <a href=#html-documents id=opening-the-input-stream:html-documents>HTML

Modified: source
===================================================================
--- source	2014-09-15 22:36:45 UTC (rev 8772)
+++ source	2014-09-15 22:46:34 UTC (rev 8773)
@@ -86208,7 +86208,7 @@
   unloaded</span>. Initially, the counter must be set to zero.</p> <!--
   http://www.hixie.ch/tests/adhoc/dom/level0/document/open/unload/ -->
 
-  <p>When called with two arguments, the <code data-x="dom-document-open">document.open()</code>
+  <p>When called with two arguments (or fewer), the <code data-x="dom-document-open">document.open()</code>
   method must act as follows:</p>
 
   <ol>



More information about the Commit-Watchers mailing list