- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 29 Jan 2010 05:06:49 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/elements In directory hutz:/tmp/cvs-serv30915/elements Modified Files: hgroup.html iframe.html Log Message: prose model Index: iframe.html =================================================================== RCS file: /sources/public/html5/markup/elements/iframe.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- iframe.html 21 Jul 2009 07:45:08 -0000 1.5 +++ iframe.html 29 Jan 2010 05:06:46 -0000 1.6 @@ -5,6 +5,14 @@ <p>The <a href="#iframe" class="element">iframe</a> element introduces a new nested browsing context.</p> </div> + <div id="prose-model"> + <p>In + <a href="#syntax-document-html">documents in the HTML syntax</a>, + <a href="#normal-character-data">normal character data</a>.</p> + <p>In + <a href="#syntax-document-xml">documents in the XML syntax</a>, + empty.</p> + </div> <div id="attributes"> <dl> <dt id="iframe.attrs.src">src</dt> Index: hgroup.html =================================================================== RCS file: /sources/public/html5/markup/elements/hgroup.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- hgroup.html 29 Jan 2010 04:31:09 -0000 1.3 +++ hgroup.html 29 Jan 2010 05:06:46 -0000 1.4 @@ -15,6 +15,7 @@ and/or <a href="#h6" class="element">h6</a> elements.</p> + </div> <div id="details"> <p>The hgroup element is typically used to group a set of one or more <a href="#h1" class="element">h1</a>-<a
Received on Friday, 29 January 2010 05:06:50 UTC