Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[a] (0) Authoring-side change for the previous checkin.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7726

git-svn-id: http://svn.whatwg.org/webapps@4052 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 29, 2009
1 parent ab6732c commit 60a1c35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index
Expand Up @@ -61558,7 +61558,7 @@ interface <dfn id=messageport>MessagePort</dfn> {

<ol class=brief><li>One or more <a href=#space-character title="space character">space characters</a>.</li>
<li>A string that is an <a href=#ascii-case-insensitive>ASCII case-insensitive</a> match for the string "<code title="">SYSTEM</code>".</li>
<li>Zero or more <a href=#space-character title="space character">space characters</a>.</li>
<li>One or more <a href=#space-character title="space character">space characters</a>.</li>
<li>A U+0022 QUOTATION MARK or U+0027 APOSTROPHE character (the <i>quote mark</i>).</li>
<li>The literal string "<code title="">about:legacy-compat</code>".</li>
<li>A matching U+0022 QUOTATION MARK or U+0027 APOSTROPHE character (i.e. the same character as in the earlier step marked <i>quote mark</i>).</li>
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -76160,7 +76160,7 @@ interface <dfn>MessagePort</dfn> {
<ol class="brief">
<li>One or more <span title="space character">space characters</span>.</li>
<li>A string that is an <span>ASCII case-insensitive</span> match for the string "<code title="">SYSTEM</code>".</li>
<li>Zero or more <span title="space character">space characters</span>.</li>
<li>One or more <span title="space character">space characters</span>.</li>
<li>A U+0022 QUOTATION MARK or U+0027 APOSTROPHE character (the <i>quote mark</i>).</li>
<li>The literal string "<code title="">about:legacy-compat</code>".</li>
<li>A matching U+0022 QUOTATION MARK or U+0027 APOSTROPHE character (i.e. the same character as in the earlier step marked <i>quote mark</i>).</li>
Expand Down

0 comments on commit 60a1c35

Please sign in to comment.