- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 15 Nov 2010 22:16:41 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv17939 Modified Files: spec.html the-iframe-element.html Log Message: Allow seamless to apply to srcdoc pages. (whatwg r5681) [updated by splitter] Index: the-iframe-element.html =================================================================== RCS file: /sources/public/html5/spec/the-iframe-element.html,v retrieving revision 1.32 retrieving revision 1.33 diff -u -d -r1.32 -r1.33 --- the-iframe-element.html 13 Nov 2010 00:16:37 -0000 1.32 +++ the-iframe-element.html 15 Nov 2010 22:16:39 -0000 1.33 @@ -583,15 +583,15 @@ </footer> <article> <footer> At <time pubdate>2009-08-21T23:35Z</time>, <a href="/users/ch">ch</a> writes: </footer> - <iframe seamless sandbox="allow-same-origin" srcdoc="<p>did you get a cover picture yet?"></iframe> + <iframe seamless sandbox srcdoc="<p>did you get a cover picture yet?"></iframe> </article> <article> <footer> At <time pubdate>2009-08-21T23:44Z</time>, <a href="/users/cap">cap</a> writes: </footer> - <iframe seamless sandbox="allow-same-origin" srcdoc="<p>Yeah, you can see it <a href=&quot;/gallery?mode=cover&amp;amp;page=1&quot;>in my gallery</a>."></iframe> + <iframe seamless sandbox srcdoc="<p>Yeah, you can see it <a href=&quot;/gallery?mode=cover&amp;amp;page=1&quot;>in my gallery</a>."></iframe> </article> <article> <footer> At <time pubdate>2009-08-21T23:58Z</time>, <a href="/users/ch">ch</a> writes: </footer> - <iframe seamless sandbox="allow-same-origin" srcdoc="<p>hey that's earl's table. + <iframe seamless sandbox srcdoc="<p>hey that's earl's table. <p>you should get earl&amp;amp;me on the next cover."></iframe> </article></pre> @@ -972,8 +972,10 @@ document, or the <a href="browsers.html#browsing-context">browsing context</a>'s <a href="browsers.html#active-document">active document</a>'s <em><a href="dom.html#the-document-s-address" title="the document's address">address</a></em> has the <a href="origin-0.html#same-origin">same origin</a> as the - <code><a href="#the-iframe-element">iframe</a></code> element's document, the following requirements - apply:</span></p><div class="impl"> + <code><a href="#the-iframe-element">iframe</a></code> element's document, or the <a href="browsers.html#browsing-context">browsing + context</a>'s <a href="browsers.html#active-document">active document</a> is <a href="#an-iframe-srcdoc-document">an + <code>iframe</code> <code title="attr-iframe-srcdoc">srcdoc</code> + document</a>, the following requirements apply:</span></p><div class="impl"> <ul><li><p>The user agent must set the <dfn id="seamless-browsing-context-flag">seamless browsing context flag</dfn> to true for that <a href="browsers.html#browsing-context">browsing context</a>. This Index: spec.html =================================================================== RCS file: /sources/public/html5/spec/spec.html,v retrieving revision 1.1326 retrieving revision 1.1327 diff -u -d -r1.1326 -r1.1327 --- spec.html 13 Nov 2010 00:16:37 -0000 1.1326 +++ spec.html 15 Nov 2010 22:16:39 -0000 1.1327 @@ -385,7 +385,7 @@ <a href="Overview.html">single page HTML</a>, <a href="spec.html">multipage HTML</a>, <a href="author/">web developer edition</a>. -This is revision 1.4547. +This is revision 1.4548. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2010 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Monday, 15 November 2010 22:16:42 UTC