Skip to content

Commit

Permalink
[e] (0) Typo in DND section
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24954
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@8529 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 6, 2014
1 parent b1ec1c2 commit 7e2dba8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -298,7 +298,7 @@

<header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 5 March 2014</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 6 March 2014</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
Expand Down Expand Up @@ -79047,7 +79047,7 @@ <h4 id=the-dragevent-interface><span class=secno>8.7.4 </span>The <code><a href=
<p>When a user agent is required to <dfn id=fire-a-dnd-event>fire a DND event</dfn> named <var title="">e</var> at an
element, using a particular <a href=#drag-data-store>drag data store</a>, and optionally with a specific <var title="">related target</var>, the user agent must run the following steps:</p>

<ol><li><p>If not <var title="">related target</var> was provided, set <var title="">related
<ol><!--CLEANUP--><li><p>If no specific <var title="">related target</var> was provided, set <var title="">related
target</var> to null.</li>

<li>
Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -298,7 +298,7 @@

<header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 5 March 2014</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 6 March 2014</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
Expand Down Expand Up @@ -79047,7 +79047,7 @@ dictionary <dfn id=drageventinit>DragEventInit</dfn> : <a href=#mouseeventinit>M
<p>When a user agent is required to <dfn id=fire-a-dnd-event>fire a DND event</dfn> named <var title="">e</var> at an
element, using a particular <a href=#drag-data-store>drag data store</a>, and optionally with a specific <var title="">related target</var>, the user agent must run the following steps:</p>

<ol><li><p>If not <var title="">related target</var> was provided, set <var title="">related
<ol><!--CLEANUP--><li><p>If no specific <var title="">related target</var> was provided, set <var title="">related
target</var> to null.</li>

<li>
Expand Down
3 changes: 2 additions & 1 deletion source
Expand Up @@ -88501,7 +88501,8 @@ dictionary <dfn>DragEventInit</dfn> : <span>MouseEventInit</span> {

<ol>

<li><p>If not <var data-x="">related target</var> was provided, set <var data-x="">related
<!--CLEANUP-->
<li><p>If no specific <var data-x="">related target</var> was provided, set <var data-x="">related
target</var> to null.</p></li>

<li>
Expand Down

0 comments on commit 7e2dba8

Please sign in to comment.