Skip to content

Commit

Permalink
Add more createEvent() names per https://www.w3.org/Bugs/Public/show_…
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed May 19, 2014
1 parent 967552c commit 333b03c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 12 deletions.
14 changes: 9 additions & 5 deletions Overview.src.html
Original file line number Diff line number Diff line change
Expand Up @@ -4784,9 +4784,13 @@ <h3>Interface <code>Document</code></h3>
<tr><td>"<code title>event</code>"<td rowspan=3><code>Event</code>
<tr><td>"<code title>events</code>"
<tr><td>"<code title>htmlevents</code>"
<tr><td>"<code title>mouseevent</code>"<td rowspan=2><code>MouseEvent</code><td rowspan=4><span data-anolis-ref>UIEVENTS</span>
<tr><td>"<code title>keyboardevent</code>"<td rowspan=2><code>KeyboardEvent</code><td rowspan=2><span data-anolis-ref>UIEVENTS</span>
<tr><td>"<code title>keyevents</code>"
<tr><td>"<code title>messageevent</code>"<td><code>MessageEvent</code><td><span data-anolis-ref>HTML</span>
<tr><td>"<code title>mouseevent</code>"<td rowspan=2><code>MouseEvent</code><td rowspan=2><span data-anolis-ref>UIEVENTS</span>
<tr><td>"<code title>mouseevents</code>"
<tr><td>"<code title>uievent</code>"<td rowspan=2><code>UIEvent</code>
<tr><td>"<code title>touchevent</code>"<td><code>TouchEvent</code><td class=XXX>
<tr><td>"<code title>uievent</code>"<td rowspan=2><code>UIEvent</code><td rowspan=2><span data-anolis-ref>UIEVENTS</span>
<tr><td>"<code title>uievents</code>"
</table>
<!-- XXX WebKit's architecture is broken here and both browsers support more than DOM.
Expand All @@ -4797,9 +4801,9 @@ <h3>Interface <code>Document</code></h3>
"<code>NotSupportedError</code>".

<li><p>Let <var title>event</var> be the result of
<span title=concept-event-constructor>invoking</span> <var title>constructor</var> with
the empty string as argument.
<!-- XXX need to make sure this is the original constructor, not whatever is on Window -->
<span title=concept-event-constructor>invoking</span> the initial value of
<var title>constructor</var> with the empty string as argument.
<!-- "initial value" as in before script could get to it -->

<li><p>Unset <var title>event</var>'s <span>initialized flag</span>.

Expand Down
18 changes: 11 additions & 7 deletions dom-core.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<hgroup>
<h1 class="allcaps">DOM</h1>
<h2>Living Standard — Last Updated 14 May 2014</h2>
<h2>Living Standard — Last Updated 19 May 2014</h2>
</hgroup>

<dl>
Expand Down Expand Up @@ -44,7 +44,7 @@ <h2>Living Standard — Last Updated 14 May 2014</h2>
<p class="copyright"><a href="http://creativecommons.org/publicdomain/zero/1.0/" rel="license"><img alt="CC0" src="http://i.creativecommons.org/p/zero/1.0/80x15.png"></a>
To the extent possible under law, the editors have waived all copyright and
related or neighboring rights to this work. In addition, as of
14 May 2014, the editors have made this specification available
19 May 2014, the editors have made this specification available
under the
<a href="http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0" rel="license">Open Web Foundation Agreement Version 1.0</a>,
which is available at
Expand Down Expand Up @@ -4860,9 +4860,13 @@ <h3 id="interface-document"><span class="secno">5.5 </span>Interface <code><a hr
<tr><td>"<code title="">event</code>"<td rowspan="3"><code><a href="#event">Event</a></code>
<tr><td>"<code title="">events</code>"
<tr><td>"<code title="">htmlevents</code>"
<tr><td>"<code title="">mouseevent</code>"<td rowspan="2"><code>MouseEvent</code><td rowspan="4"><a href="#refsUIEVENTS">[UIEVENTS]</a>
<tr><td>"<code title="">keyboardevent</code>"<td rowspan="2"><code>KeyboardEvent</code><td rowspan="2"><a href="#refsUIEVENTS">[UIEVENTS]</a>
<tr><td>"<code title="">keyevents</code>"
<tr><td>"<code title="">messageevent</code>"<td><code>MessageEvent</code><td><a href="#refsHTML">[HTML]</a>
<tr><td>"<code title="">mouseevent</code>"<td rowspan="2"><code>MouseEvent</code><td rowspan="2"><a href="#refsUIEVENTS">[UIEVENTS]</a>
<tr><td>"<code title="">mouseevents</code>"
<tr><td>"<code title="">uievent</code>"<td rowspan="2"><code>UIEvent</code>
<tr><td>"<code title="">touchevent</code>"<td><code>TouchEvent</code><td class="XXX">
<tr><td>"<code title="">uievent</code>"<td rowspan="2"><code>UIEvent</code><td rowspan="2"><a href="#refsUIEVENTS">[UIEVENTS]</a>
<tr><td>"<code title="">uievents</code>"
</table>
<!-- XXX WebKit's architecture is broken here and both browsers support more than DOM.
Expand All @@ -4873,9 +4877,9 @@ <h3 id="interface-document"><span class="secno">5.5 </span>Interface <code><a hr
"<code><a href="#notsupportederror">NotSupportedError</a></code>".

<li><p>Let <var title="">event</var> be the result of
<a href="#concept-event-constructor" title="concept-event-constructor">invoking</a> <var title="">constructor</var> with
the empty string as argument.
<!-- XXX need to make sure this is the original constructor, not whatever is on Window -->
<a href="#concept-event-constructor" title="concept-event-constructor">invoking</a> the initial value of
<var title="">constructor</var> with the empty string as argument.
<!-- "initial value" as in before script could get to it -->

<li><p>Unset <var title="">event</var>'s <a href="#initialized-flag">initialized flag</a>.

Expand Down

0 comments on commit 333b03c

Please sign in to comment.