Skip to content

Commit

Permalink
[e] (0) More updates to cross-references.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=14896
Affected topics: DOM APIs

git-svn-id: http://svn.whatwg.org/webapps@6948 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 31, 2012
1 parent 8270df8 commit fe753db
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
7 changes: 4 additions & 3 deletions complete.html
Expand Up @@ -3884,10 +3884,11 @@ <h4 id=dependencies><span class=secno>2.2.2 </span>Dependencies</h4>
<p>The following features are defined in the DOM Events
specification: <a href=#refsDOMEVENTS>[DOMEVENTS]</a></p>

<ul class=brief><li><dfn id=uievent><code>UIEvent</code></dfn> interface</li>
<li><dfn id=mouseevent><code>MouseEvent</code></dfn> interface</li>
<ul class=brief><li><dfn id=mouseevent><code>MouseEvent</code></dfn> interface</li>
<li><dfn id=mouseeventinit><code>MouseEventInit</code></dfn> dictionary type</li>

<li>The <dfn id=uievent><code>UIEvent</code></dfn> interface's <dfn id=dom-uievent-detail title=dom-UIEvent-detail><code>detail</code></dfn> attribute</li>

<li><dfn id=event-click title=event-click><code>click</code></dfn> event</li>

</ul><p>In addition, user agents must implement the features defined in
Expand Down Expand Up @@ -72964,7 +72965,7 @@ <h4 id=the-dragevent-interface><span class=secno>8.6.4 </span>The <code><a href=

<p>Create a <code><a href=#dragevent>DragEvent</a></code> object and initialize it to
have the given name <var title="">e</var>, to bubble, to be
cancelable unless <var title="">e</var> is <code title=event-dragleave><a href=#event-dragleave>dragleave</a></code> or <code title=event-dragend><a href=#event-dragend>dragend</a></code>, and to have the <code title=dom-UIEvent-detail>detail</code> attribute initialized to
cancelable unless <var title="">e</var> is <code title=event-dragleave><a href=#event-dragleave>dragleave</a></code> or <code title=event-dragend><a href=#event-dragend>dragend</a></code>, and to have the <code title=dom-UIEvent-detail><a href=#dom-uievent-detail>detail</a></code> attribute initialized to
zero, the mouse and key attributes initialized according to the
state of the input devices as they would be for user interaction
events, the <code title="">relatedTarget</code> attribute
Expand Down
7 changes: 4 additions & 3 deletions index
Expand Up @@ -3884,10 +3884,11 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
<p>The following features are defined in the DOM Events
specification: <a href=#refsDOMEVENTS>[DOMEVENTS]</a></p>

<ul class=brief><li><dfn id=uievent><code>UIEvent</code></dfn> interface</li>
<li><dfn id=mouseevent><code>MouseEvent</code></dfn> interface</li>
<ul class=brief><li><dfn id=mouseevent><code>MouseEvent</code></dfn> interface</li>
<li><dfn id=mouseeventinit><code>MouseEventInit</code></dfn> dictionary type</li>

<li>The <dfn id=uievent><code>UIEvent</code></dfn> interface's <dfn id=dom-uievent-detail title=dom-UIEvent-detail><code>detail</code></dfn> attribute</li>

<li><dfn id=event-click title=event-click><code>click</code></dfn> event</li>

</ul><p>In addition, user agents must implement the features defined in
Expand Down Expand Up @@ -72964,7 +72965,7 @@ dictionary <dfn id=drageventinit>DragEventInit</dfn> : <a href=#mouseeventinit>M

<p>Create a <code><a href=#dragevent>DragEvent</a></code> object and initialize it to
have the given name <var title="">e</var>, to bubble, to be
cancelable unless <var title="">e</var> is <code title=event-dragleave><a href=#event-dragleave>dragleave</a></code> or <code title=event-dragend><a href=#event-dragend>dragend</a></code>, and to have the <code title=dom-UIEvent-detail>detail</code> attribute initialized to
cancelable unless <var title="">e</var> is <code title=event-dragleave><a href=#event-dragleave>dragleave</a></code> or <code title=event-dragend><a href=#event-dragend>dragend</a></code>, and to have the <code title=dom-UIEvent-detail><a href=#dom-uievent-detail>detail</a></code> attribute initialized to
zero, the mouse and key attributes initialized according to the
state of the input devices as they would be for user interaction
events, the <code title="">relatedTarget</code> attribute
Expand Down
3 changes: 2 additions & 1 deletion source
Expand Up @@ -2836,10 +2836,11 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d

<ul class="brief">

<li><dfn><code>UIEvent</code></dfn> interface</li>
<li><dfn><code>MouseEvent</code></dfn> interface</li>
<li><dfn><code>MouseEventInit</code></dfn> dictionary type</li>

<li>The <dfn><code>UIEvent</code></dfn> interface's <dfn title="dom-UIEvent-detail"><code>detail</code></dfn> attribute</li>

<li><dfn title="event-click"><code>click</code></dfn> event</li>

</ul>
Expand Down

0 comments on commit fe753db

Please sign in to comment.