hixie: grammar (whatwg r6778)

hixie: grammar (whatwg r6778)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5426&r2=1.5427&f=h
http://html5.org/tools/web-apps-tracker?from=6777&to=6778

===================================================================
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:30:07 UTC