- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 28 Oct 2011 20:29:57 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv30011
Modified Files:
Overview.html
Log Message:
grammar (whatwg r6778)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5426
retrieving revision 1.5427
diff -u -d -r1.5426 -r1.5427
--- Overview.html 28 Oct 2011 20:24:35 -0000 1.5426
+++ Overview.html 28 Oct 2011 20:29:53 -0000 1.5427
@@ -20212,10 +20212,11 @@
have the <code title="attr-iframe-sandbox-allow-forms"><a href="#attr-iframe-sandbox-allow-forms">allow-forms</a></code> keyword
set.</p>
- <p>Suppose now that a script in A removes all the <code title="attr-iframe-sandbox"><a href="#attr-iframe-sandbox">sandbox</a></code> attributes in A and
- B. This would change nothing immediately. If the user clicked the
- link in C, loading page D into the <code><a href="#the-iframe-element">iframe</a></code> in B, page D
- would now act as if the <code><a href="#the-iframe-element">iframe</a></code> in B had the <code title="attr-iframe-sandbox-allow-same-origin"><a href="#attr-iframe-sandbox-allow-same-origin">allow-same-origin</a></code>
+ <p>Suppose now that a script in A removes all the <code title="attr-iframe-sandbox"><a href="#attr-iframe-sandbox">sandbox</a></code> attributes in A
+ and B. This would change nothing
+ immediately. If the user clicked the link in C, loading page D into
+ the <code><a href="#the-iframe-element">iframe</a></code> in B, page D would now act as if the
+ <code><a href="#the-iframe-element">iframe</a></code> in B had the <code title="attr-iframe-sandbox-allow-same-origin"><a href="#attr-iframe-sandbox-allow-same-origin">allow-same-origin</a></code>
and <code title="attr-iframe-sandbox-allow-forms"><a href="#attr-iframe-sandbox-allow-forms">allow-forms</a></code> keywords
set, because that was the state of the <a href="#nested-browsing-context">nested browsing
context</a> in the <code><a href="#the-iframe-element">iframe</a></code> in A when page B was
@@ -37821,7 +37822,7 @@
attribute's behavior depends on whether the <code><a href="#the-option-element">option</a></code>
element is in a <code><a href="#the-select-element">select</a></code> element or not. If the
<code><a href="#the-option-element">option</a></code> has a <code><a href="#the-select-element">select</a></code> element as its parent,
- or has a <code><a href="#the-optgroup-element">optgroup</a></code> element as its parent and that
+ or has an <code><a href="#the-optgroup-element">optgroup</a></code> element as its parent and that
<code><a href="#the-optgroup-element">optgroup</a></code> element has a <code><a href="#the-select-element">select</a></code> element as
its parent, then the <code title="dom-option-form"><a href="#dom-option-form">form</a></code> IDL
attribute must return the same value as the <code title="dom-fae-form"><a href="#dom-fae-form">form</a></code> IDL attribute on that
Received on Friday, 28 October 2011 20:29:59 UTC