Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[giow] (0) dialog.close() shouldn't throw
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=25114
Affected topics: CSS, HTML

git-svn-id: http://svn.whatwg.org/webapps@8591 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Apr 30, 2014
1 parent d017866 commit 98556c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -52596,7 +52596,7 @@ <h4 id=the-dialog-element><span class=secno>4.11.7 </span>The <dfn><code>dialog<
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>
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -52596,7 +52596,7 @@ dictionary <dfn id=relatedeventinit>RelatedEventInit</dfn> : <a href=#eventinit>
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>
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -58192,7 +58192,7 @@ dictionary <dfn>RelatedEventInit</dfn> : <span>EventInit</span> {
<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>
Expand Down

0 comments on commit 98556c0

Please sign in to comment.