Skip to content

Commit

Permalink
[e] (0) Clarify what 'using the rules for' means.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@2047 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 11, 2008
1 parent 6251e0e commit d9c323f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
9 changes: 5 additions & 4 deletions index
Expand Up @@ -46043,10 +46043,11 @@ interface <dfn id=messagechannel>MessageChannel</dfn> {
at various times. When the algorithm below says that the user agent is to
do something "<dfn id=using10>using the rules for</dfn> the <var
title="">m</var> insertion mode", where <var title="">m</var> is one of
these modes, the user agent must use the rules described under that
<span>insertion mode</span>'s section, but must leave the <span>insertion
mode</span> unchanged (unless the rules in that section themselves switch
the <span>insertion mode</span>).
these modes, the user agent must use the rules described under the <var
title="">m</var> <span>insertion mode</span>'s section, but must leave the
<span>insertion mode</span> unchanged unless the rules in <var
title="">m</var> themselves switch the <span>insertion mode</span> to a
new value.

<p>When the insertion mode is switched to "<a href="#in-foreign"
title="insertion mode: in foreign content">in foreign content</a>", the
Expand Down
9 changes: 5 additions & 4 deletions source
Expand Up @@ -43460,10 +43460,11 @@ interface <dfn>MessageChannel</dfn> {
algorithm below says that the user agent is to do something
"<dfn>using the rules for</dfn> the <var title="">m</var> insertion
mode", where <var title="">m</var> is one of these modes, the user
agent must use the rules described under that <span>insertion
mode</span>'s section, but must leave the <span>insertion
mode</span> unchanged (unless the rules in that section themselves
switch the <span>insertion mode</span>).</p>
agent must use the rules described under the <var title="">m</var>
<span>insertion mode</span>'s section, but must leave the
<span>insertion mode</span> unchanged unless the rules in <var
title="">m</var> themselves switch the <span>insertion mode</span>
to a new value.</p>

<p>When the insertion mode is switched to "<span title="insertion
mode: in foreign content">in foreign content</span>", the
Expand Down

0 comments on commit d9c323f

Please sign in to comment.