- From: poot <cvsmail@w3.org>
- Date: Fri, 13 Apr 2012 18:56:23 -0400
- To: public-html-diffs@w3.org
hixie: Refactor the sandboxing flags to make it easier to hook into for CSP. (whatwg r7052) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5622&r2=1.5623&f=h http://html5.org/tools/web-apps-tracker?from=7051&to=7052 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.5622 retrieving revision 1.5623 diff -u -d -r1.5622 -r1.5623 --- Overview.html 11 Apr 2012 23:22:23 -0000 1.5622 +++ Overview.html 13 Apr 2012 22:55:52 -0000 1.5623 @@ -1124,50 +1124,51 @@ <li><a href="#origin-0"><span class="secno">5.3 </span>Origin</a> <ol> <li><a href="#relaxing-the-same-origin-restriction"><span class="secno">5.3.1 </span>Relaxing the same-origin restriction</a></ol></li> - <li><a href="#history"><span class="secno">5.4 </span>Session history and navigation</a> + <li><a href="#sandboxing"><span class="secno">5.4 </span>Sandboxing</a></li> + <li><a href="#history"><span class="secno">5.5 </span>Session history and navigation</a> <ol> - <li><a href="#the-session-history-of-browsing-contexts"><span class="secno">5.4.1 </span>The session history of browsing contexts</a></li> - <li><a href="#the-history-interface"><span class="secno">5.4.2 </span>The <code>History</code> interface</a></li> - <li><a href="#the-location-interface"><span class="secno">5.4.3 </span>The <code>Location</code> interface</a> + <li><a href="#the-session-history-of-browsing-contexts"><span class="secno">5.5.1 </span>The session history of browsing contexts</a></li> [...1023 lines suppressed...] + its <a href="#sandboxed-plugins-browsing-context-flag">sandboxed plugins browsing context flag</a> set, and + when the element has an ancestor <a href="#media-element">media element</a>, and + when the element has an ancestor <code><a href="#the-object-element">object</a></code> element that is + <em>not</em> showing its <a href="#fallback-content">fallback content</a>, and when no + Java Language runtime <a href="#plugin">plugin</a> is available, and when one + <em>is</em> available but it is disabled, the element + <a href="#represents">represents</a> its contents.</p> @@ -82158,6 +82236,9 @@ <dd><cite><a href="http://www.iana.org/assignments/charset-reg/CP51932">CP51932</a></cite>, Y. Naruse. IANA.</dd> + <dt id="refsCSP">[CSS]</dt> + <dd>(Non-normative) <cite><a href="http://dvcs.w3.org/hg/content-security-policy/raw-file/tip/csp-specification.dev.html">Content Security Policy</a></cite>, B. Sterne, A. Barth. W3C.</dd> + <dt id="refsCSS">[CSS]</dt> <dd><cite><a href="http://www.w3.org/TR/CSS/">Cascading Style Sheets Level 2 Revision 1</a></cite>, B. Bos, T. Çelik, I.
Received on Friday, 13 April 2012 22:56:25 UTC