Skip to content

Commit

Permalink
[e] (0) Fixed a dangling clause. No idea what I meant by it originally.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3617 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 14, 2009
1 parent 3d0d12c commit 2021d26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -59620,8 +59620,7 @@ interface <dfn id=messageport>MessagePort</dfn> {
<p>An <dfn id=syntax-escape-end title=syntax-escape-end>escaping text span end</dfn> is
a part of <a href=#syntax-text title=syntax-text>text</a> that consists of the
three character sequence "<code title="">--&gt;</code>" (U+002D
HYPHEN-MINUS, U+002D HYPHEN-MINUS, U+003E GREATER-THAN SIGN) whose
U+003E GREATER-THAN SIGN (&gt;).</p>
HYPHEN-MINUS, U+002D HYPHEN-MINUS, U+003E GREATER-THAN SIGN).</p>

<p>An <a href=#syntax-escape-start title=syntax-escape-start>escaping text span
start</a> may share its U+002D HYPHEN-MINUS characters with its
Expand Down Expand Up @@ -73902,6 +73901,7 @@ interface <a href=#htmldocument>HTMLDocument</a> {
Kai Hendry,
Kartikaya Gupta,
Kelly Norton,
Kevin Benson,
Korn&eacute;l P&aacute;l,
Kristof Zelechovski,
&#40658;&#28580;&#21083;&#24535; (KUROSAWA Takeshi),
Expand Down
4 changes: 2 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -73558,8 +73558,7 @@ interface <dfn>MessagePort</dfn> {
<p>An <dfn title="syntax-escape-end">escaping text span end</dfn> is
a part of <span title="syntax-text">text</span> that consists of the
three character sequence "<code title="">--&gt;</code>" (U+002D
HYPHEN-MINUS, U+002D HYPHEN-MINUS, U+003E GREATER-THAN SIGN) whose
U+003E GREATER-THAN SIGN (&gt;).</p>
HYPHEN-MINUS, U+002D HYPHEN-MINUS, U+003E GREATER-THAN SIGN).</p>

<p>An <span title="syntax-escape-start">escaping text span
start</span> may share its U+002D HYPHEN-MINUS characters with its
Expand Down Expand Up @@ -87416,6 +87415,7 @@ interface <span>HTMLDocument</span> {
Kai Hendry,
Kartikaya Gupta,
Kelly Norton,
Kevin Benson,
Korn&eacute;l P&aacute;l,
Kristof Zelechovski,
&#x9ed2;&#x6fa4;&#x525b;&#x5fd7; (KUROSAWA Takeshi),
Expand Down

0 comments on commit 2021d26

Please sign in to comment.