- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 11 Aug 2008 22:55:14 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv16844
Modified Files:
Overview.html
Log Message:
Clarify what 'using the rules for' means. (whatwg r2047)
Index: Overview.html
===================================================================
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 22:55:54 UTC