- From: poot <cvsmail@w3.org>
- Date: Tue, 16 Nov 2010 06:47:46 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Allow seamless to apply to srcdoc pages. (whatwg r5681)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4547&r2=1.4548&f=h
http://html5.org/tools/web-apps-tracker?from=5680&to=5681
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4547
retrieving revision 1.4548
diff -u -d -r1.4547 -r1.4548
--- Overview.html 13 Nov 2010 00:03:27 -0000 1.4547
+++ Overview.html 15 Nov 2010 21:47:26 -0000 1.4548
@@ -19444,15 +19444,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>
@@ -19833,8 +19833,10 @@
document, or the <a href="#browsing-context">browsing context</a>'s <a href="#active-document">active
document</a>'s <em><a href="#the-document-s-address" title="the document's
address">address</a></em> has the <a href="#same-origin">same origin</a> as the
- <code><a href="#the-iframe-element">iframe</a></code> element's document, the following requirements
- apply:</span><div class="impl">
+ <code><a href="#the-iframe-element">iframe</a></code> element's document, or the <a href="#browsing-context">browsing
+ context</a>'s <a href="#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><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="#browsing-context">browsing context</a>. This
Received on Monday, 15 November 2010 21:48:18 UTC