Skip to content

Commit

Permalink
[e] (0) xref
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12883

git-svn-id: http://svn.whatwg.org/webapps@6261 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 21, 2011
1 parent afc37e1 commit fef4aa5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
5 changes: 3 additions & 2 deletions complete.html
Expand Up @@ -3528,6 +3528,7 @@ <h4 id=dependencies><span class=secno>2.2.2 </span>Dependencies</h4>

<li><dfn id=event><code>Event</code></dfn> interface</li>
<li><dfn id=eventtarget><code>EventTarget</code></dfn> interface</li>
<li>The <dfn id=concept-event-type title=concept-event-type>type</dfn> of an event

<li><dfn id=dom-event-target title=dom-Event-target><code>target</code></dfn> attribute</li>

Expand Down Expand Up @@ -79267,8 +79268,8 @@ <h4 id=event-stream-interpretation><span class=secno>11.2.5 </span>Interpreting
string</a> of the event source.</li>

<li><p>If the <var title="">event name</var> buffer has a value
other than the empty string, change the type of the newly created
event to equal the value of the <var title="">event name</var>
other than the empty string, change the <a href=#concept-event-type title=concept-event-type>type</a> of the newly created event
to equal the value of the <var title="">event name</var>
buffer.</li>

<li><p>Set the <var title="">data</var> buffer and the <var title="">event name</var> buffer to the empty string.</li>
Expand Down
1 change: 1 addition & 0 deletions index
Expand Up @@ -3430,6 +3430,7 @@ explained in the previous section, which talks about RFC 2119. -->

<li><dfn id=event><code>Event</code></dfn> interface</li>
<li><dfn id=eventtarget><code>EventTarget</code></dfn> interface</li>
<li>The <dfn id=concept-event-type title=concept-event-type>type</dfn> of an event

<li><dfn id=dom-event-target title=dom-Event-target><code>target</code></dfn> attribute</li>

Expand Down
6 changes: 4 additions & 2 deletions source
Expand Up @@ -2430,6 +2430,7 @@ explained in the previous section, which talks about RFC 2119. -->

<li><dfn><code>Event</code></dfn> interface</li>
<li><dfn><code>EventTarget</code></dfn> interface</li>
<li>The <dfn title="concept-event-type">type</dfn> of an event

<li><dfn title="dom-Event-target"><code>target</code></dfn> attribute</li>

Expand Down Expand Up @@ -89858,8 +89859,9 @@ any-char = %x0000-0009 / %x000B-000C / %x000E-10FFFF
string</span> of the event source.</p></li>

<li><p>If the <var title="">event name</var> buffer has a value
other than the empty string, change the type of the newly created
event to equal the value of the <var title="">event name</var>
other than the empty string, change the <span
title="concept-event-type">type</span> of the newly created event
to equal the value of the <var title="">event name</var>
buffer.</p></li>

<li><p>Set the <var title="">data</var> buffer and the <var
Expand Down

0 comments on commit fef4aa5

Please sign in to comment.