- From: poot <cvsmail@w3.org>
- Date: Wed, 23 Jul 2008 16:46:01 +0900 (JST)
- To: public-html-diffs@w3.org
Change how elements are treated in the after after frameset insertion mode. (Bug 5858) (credit: as) (whatwg r1909) (changed by: Ian Hickson) Diffs for this change per section: 8.2.6 The end http://people.w3.org/mike/diffs/html5/spec/Overview.1.1098.html#the-end 8.2.5.24. The "after after frameset" insertion mode http://people.w3.org/mike/diffs/html5/spec/Overview.1.1098.html#the-after1 Current content per affected section: http://dev.w3.org/html5/spec/Overview.html#the-end http://dev.w3.org/html5/spec/Overview.html#the-after1 Previously published WD content per affected section: http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#the-end http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#the-after1 Cumulative diff: http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1097&r2=1.1098&f=h http://html5.org/tools/web-apps-tracker?from=1908&to=1909 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1097 retrieving revision 1.1098 diff -u -d -r1.1097 -r1.1098 --- Overview.html 23 Jul 2008 02:28:06 -0000 1.1097 +++ Overview.html 23 Jul 2008 07:41:52 -0000 1.1098 @@ -50952,12 +50952,17 @@ <dd> <p><a href="#stops">Stop parsing</a>.</p> + <dt>A start tag whose tag name is "noframes" + + <dd> + <p>Process the token <a href="#using10">using the rules for</a> the "<a + href="#in-head" title="insertion mode: in head">in head</a>" + <span>insertion mode</span>.</p> + <dt>Anything else <dd> - <p><a href="#parse2">Parse error</a>. Switch the <span>insertion - mode</span> to "<a href="#in-frameset" title="insertion mode: in - frameset">in frameset</a>" and reprocess the token.</p> + <p><a href="#parse2">Parse error</a>. Ignore the token.</p> </dl> <h4 id=the-end><span class=secno>8.2.6 </span>The end</h4>
Received on Wednesday, 23 July 2008 07:46:42 UTC