Skip to content

Commit

Permalink
[e] (0) Fix some typos or copypasta.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=16159
Affected topics: HTML Syntax and Parsing

git-svn-id: http://svn.whatwg.org/webapps@7134 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 14, 2012
1 parent 3e06e6c commit adf2308
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -88192,7 +88192,7 @@ <h5 id=comment-start-state><span class=secno>12.2.4.46 </span><dfn>Comment start
those characters and switch to the <a href=#after-doctype-system-keyword-state>after DOCTYPE system
keyword state</a>.</p>

<p>Otherwise, this is the <a href=#parse-error>parse error</a>. Set the
<p>Otherwise, this is a <a href=#parse-error>parse error</a>. Set the
DOCTYPE token's <i>force-quirks flag</i> to <i>on</i>. Switch to
the <a href=#bogus-doctype-state>bogus DOCTYPE state</a>.</p>

Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -88192,7 +88192,7 @@ dictionary <dfn id=storageeventinit>StorageEventInit</dfn> : <a href=#eventinit>
those characters and switch to the <a href=#after-doctype-system-keyword-state>after DOCTYPE system
keyword state</a>.</p>

<p>Otherwise, this is the <a href=#parse-error>parse error</a>. Set the
<p>Otherwise, this is a <a href=#parse-error>parse error</a>. Set the
DOCTYPE token's <i>force-quirks flag</i> to <i>on</i>. Switch to
the <a href=#bogus-doctype-state>bogus DOCTYPE state</a>.</p>

Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -102496,7 +102496,7 @@ dictionary <dfn>StorageEventInit</dfn> : <span>EventInit</span> {
those characters and switch to the <span>after DOCTYPE system
keyword state</span>.</p>

<p>Otherwise, this is the <span>parse error</span>. Set the
<p>Otherwise, this is a <span>parse error</span>. Set the
DOCTYPE token's <i>force-quirks flag</i> to <i>on</i>. Switch to
the <span>bogus DOCTYPE state</span>.</p>

Expand Down

0 comments on commit adf2308

Please sign in to comment.