[html5] r8591 - [giow] (0) dialog.close() shouldn't throw Fixing https://www.w3.org/Bugs/Public/ [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Apr 30 11:42:37 PDT 2014
Author: ianh
Date: 2014-04-30 11:41:06 -0700 (Wed, 30 Apr 2014)
New Revision: 8591
Modified:
complete.html
index
source
Log:
[giow] (0) dialog.close() shouldn't throw
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=25114
Affected topics: CSS, HTML
Modified: complete.html
===================================================================
--- complete.html 2014-04-30 00:13:56 UTC (rev 8590)
+++ complete.html 2014-04-30 18:41:06 UTC (rev 8591)
@@ -52596,7 +52596,7 @@
must run the following steps:</p>
<ol><li><p>If <var title="">subject</var> does not have an <code title=attr-dialog-open><a href=#attr-dialog-open>open</a></code>
- attribute, then throw an <code><a href=#invalidstateerror>InvalidStateError</a></code> exception and abort these steps.</li>
+ attribute, then abort these steps.</li>
<li><p>Remove <var title="">subject</var>'s <code title=attr-dialog-open><a href=#attr-dialog-open>open</a></code>
attribute.</li>
Modified: index
===================================================================
--- index 2014-04-30 00:13:56 UTC (rev 8590)
+++ index 2014-04-30 18:41:06 UTC (rev 8591)
@@ -52596,7 +52596,7 @@
must run the following steps:</p>
<ol><li><p>If <var title="">subject</var> does not have an <code title=attr-dialog-open><a href=#attr-dialog-open>open</a></code>
- attribute, then throw an <code><a href=#invalidstateerror>InvalidStateError</a></code> exception and abort these steps.</li>
+ attribute, then abort these steps.</li>
<li><p>Remove <var title="">subject</var>'s <code title=attr-dialog-open><a href=#attr-dialog-open>open</a></code>
attribute.</li>
Modified: source
===================================================================
--- source 2014-04-30 00:13:56 UTC (rev 8590)
+++ source 2014-04-30 18:41:06 UTC (rev 8591)
@@ -58192,7 +58192,7 @@
<ol>
<li><p>If <var data-x="">subject</var> does not have an <code data-x="attr-dialog-open">open</code>
- attribute, then throw an <code>InvalidStateError</code> exception and abort these steps.</p></li>
+ attribute, then abort these steps.</p></li>
<li><p>Remove <var data-x="">subject</var>'s <code data-x="attr-dialog-open">open</code>
attribute.</p></li>
More information about the Commit-Watchers
mailing list