- From: poot <cvsmail@w3.org>
- Date: Tue, 12 Aug 2008 07:59:25 +0900 (JST)
- To: public-html-diffs@w3.org
Clarify what 'using the rules for' means. (whatwg r2047)
8.2.3.1. The insertion mode
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1232.html#the-insertion
using the rules for
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1232.html#using10
http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1231&r2=1.1232&f=h
http://html5.org/tools/web-apps-tracker?from=2046&to=2047
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1231
retrieving revision 1.1232
diff -u -d -r1.1231 -r1.1232
--- Overview.html 11 Aug 2008 10:14:40 -0000 1.1231
+++ Overview.html 11 Aug 2008 22:55:11 -0000 1.1232
@@ -46051,10 +46051,11 @@
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
Received on Monday, 11 August 2008 23:00:01 UTC