Skip to content
This repository has been archived by the owner on Nov 11, 2019. It is now read-only.

several fixes #136

Merged
merged 6 commits into from Apr 12, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 3 additions & 4 deletions index.bs
Expand Up @@ -62,12 +62,11 @@ urlPrefix: https://www.w3.org/TR/html51/; spec: HTML51;
text: compound microtask; url: webappapis.html#compound-microtasks; type: dfn
text: HTML parser; url: syntax.html#html-parser; type: dfn
text: execute a compound microtask subtask; url: webappapis.html#wrap-callbacks; type: dfn
text: origin; url: browsers.html#origin; type: dfn
text: origin; url: browsers.html#concept-cross-origin; type: dfn
text: opaque origin; url:browsers.html#opaque-origin; type: dfn
text: browsing context; url: browsers.html#browsing-context; type: dfn
urlPrefix: https://www.w3.org/TR/html5/; spec: HTML5;
text: effective script origin; url: browsers.html#effective-script-origin; type: dfn
text: alias; url: browsers.html#concept-origin-alias; type: dfn
text: unit of related similar-origin browsing contexts; url: browsers.html#unit-of-related-similar-origin-browsing-contexts; type: dfn
text: Unicode serialization; url: browsers.html#unicode-serialization; type: dfn
url: https://heycam.github.io/webidl/#idl-enums; type: dfn;
text: unenumerable
urlPrefix: https://www.w3.org/TR/WebIDL-1/#; spec: WebIDL-1
Expand Down
2 changes: 1 addition & 1 deletion sections/events.include
Expand Up @@ -353,7 +353,7 @@ method must run these steps:
<dfn><code>dispatchEvent(<var>event</var>)</code></dfn>
method must run these steps:
<ol>
1. If <var>event</var>'s <a>dispatch flag</a> is set, or if its <a>initialized flag</a> is not set, <a>throw</a> an "<code>InvalidStateError</code>" exception.[[!WEBIDL]]
1. If <var>event</var>'s <a>dispatch flag</a> is set, or if its <a>initialized flag</a> is not set, <a>throw</a> an "<code>InvalidStateError</code>".[[!WEBIDL]]
2. Initialize <var>event</var>'s <code><a>isTrusted</a></code> attribute to false.
3. <a>Dispatch</a> the <var>event</var> and return the value that returns.

Expand Down