- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 23 Jul 2008 09:47:17 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/pubnotes In directory hutz:/tmp/cvs-serv24838 Modified Files: Overview.html Overview.src.html Log Message: 1.1098 Change how elements are treated in the after after frameset insertion mode. Index: Overview.html =================================================================== RCS file: /sources/public/html5/pubnotes/Overview.html,v retrieving revision 1.330 retrieving revision 1.331 diff -u -d -r1.330 -r1.331 --- Overview.html 23 Jul 2008 09:10:41 -0000 1.330 +++ Overview.html 23 Jul 2008 09:47:14 -0000 1.331 @@ -36,7 +36,7 @@ of the changes without necessarily needing to read the specification itself.</p> <div class="ednote"><h4 class="ednoteHeader">Editorial note</h4><p>This document was generated on - <b>2008-07-23T18:09:24+09:00</b>.</p></div></div> + <b>2008-07-23T18:45:55+09:00</b>.</p></div></div> <div id="status"> <h2>Status of this Document</h2> <p><em> @@ -2821,6 +2821,12 @@ algorithm” and “RCDATA parsing algorithm” were changed to <q>CDATA element parsing algorithm</q> and <q>RCDATA element parsing algorithm</q>.</li> + <li>In the subsection for the “after after + frameset” insertion mode, a final step was added + for handling of the case a of a start tag whose + tag name is “noframes”, and the algorithm was changed + to specify that tokens other than those that it + explicitly enumerates must be ignored.</li> </ul> </li> <li>The Index: Overview.src.html =================================================================== RCS file: /sources/public/html5/pubnotes/Overview.src.html,v retrieving revision 1.322 retrieving revision 1.323 diff -u -d -r1.322 -r1.323 --- Overview.src.html 23 Jul 2008 09:10:41 -0000 1.322 +++ Overview.src.html 23 Jul 2008 09:47:14 -0000 1.323 @@ -1750,6 +1750,12 @@ algorithm” and “RCDATA parsing algorithm” were changed to <q>CDATA element parsing algorithm</q> and <q>RCDATA element parsing algorithm</q>.</li> + <li>In the subsection for the “after after + frameset” insertion mode, a final step was added + for handling of the case a of a start tag whose + tag name is “noframes”, and the algorithm was changed + to specify that tokens other than those that it + explicitly enumerates must be ignored.</li> </ul> </li> <li>The
Received on Wednesday, 23 July 2008 09:47:55 UTC