Skip to content

Commit

Permalink
[e] (0) Remove unused label to reduce confusion.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=20517
Affected topics: HTML Syntax and Parsing

git-svn-id: http://svn.whatwg.org/webapps@7619 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Dec 30, 2012
1 parent 66fcb23 commit 379926b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -87889,7 +87889,7 @@ <h5 id=determining-the-character-encoding><span class=secno>12.2.2.1 </span>Dete
and <var title="">attribute value</var> be the empty
string.</li>

<li><p><i>Attribute name</i>: Process the byte at <var title="">position</var> as follows:</p>
<li><p>Process the byte at <var title="">position</var> as follows:</p>

<dl class=switch><dt>If it is 0x3D (ASCII =), and the <var title="">attribute
name</var> is longer than the empty string</dt>
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -87889,7 +87889,7 @@ dictionary <dfn id=storageeventinit>StorageEventInit</dfn> : <a href=#eventinit>
and <var title="">attribute value</var> be the empty
string.</li>

<li><p><i>Attribute name</i>: Process the byte at <var title="">position</var> as follows:</p>
<li><p>Process the byte at <var title="">position</var> as follows:</p>

<dl class=switch><dt>If it is 0x3D (ASCII =), and the <var title="">attribute
name</var> is longer than the empty string</dt>
Expand Down
3 changes: 1 addition & 2 deletions source
Expand Up @@ -101996,8 +101996,7 @@ dictionary <dfn>StorageEventInit</dfn> : <span>EventInit</span> {
and <var title="">attribute value</var> be the empty
string.</p></li>

<li><p><i>Attribute name</i>: Process the byte at <var
title="">position</var> as follows:</p>
<li><p>Process the byte at <var title="">position</var> as follows:</p>

<dl class="switch">

Expand Down

0 comments on commit 379926b

Please sign in to comment.