[html5] r6500 - [e] (0) typo Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13037
whatwg at whatwg.org
whatwg at whatwg.org
Wed Aug 17 16:15:44 PDT 2011
Author: ianh
Date: 2011-08-17 16:15:42 -0700 (Wed, 17 Aug 2011)
New Revision: 6500
Modified:
complete.html
index
source
Log:
[e] (0) typo
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13037
Modified: complete.html
===================================================================
--- complete.html 2011-08-17 22:34:29 UTC (rev 6499)
+++ complete.html 2011-08-17 23:15:42 UTC (rev 6500)
@@ -24129,11 +24129,11 @@
</article></pre>
<p>Notice the way that quotes have to be escaped (otherwise the
- <code title=attr-iframe-sandbox><a href=#attr-iframe-sandbox>sandbox</a></code> attribute would
- end prematurely), and the way raw ampersands (e.g. in URLs or in
- prose) mentioned in the sandboxed content have to be
- <em>doubly</em> escaped — once so that the ampersand is
- preserved when originally parsing the <code title=attr-iframe-sandbox><a href=#attr-iframe-sandbox>sandbox</a></code> attribute, and once more
+ <code title=attr-iframe-srcdoc><a href=#attr-iframe-srcdoc>srcdoc</a></code> attribute would end
+ prematurely), and the way raw ampersands (e.g. in URLs or in prose)
+ mentioned in the sandboxed content have to be <em>doubly</em>
+ escaped — once so that the ampersand is preserved when
+ originally parsing the <code title=attr-iframe-srcdoc><a href=#attr-iframe-srcdoc>srcdoc</a></code> attribute, and once more
to prevent the ampersand from being misinterpreted when parsing the
sandboxed content.</p>
Modified: index
===================================================================
--- index 2011-08-17 22:34:29 UTC (rev 6499)
+++ index 2011-08-17 23:15:42 UTC (rev 6500)
@@ -23993,11 +23993,11 @@
</article></pre>
<p>Notice the way that quotes have to be escaped (otherwise the
- <code title=attr-iframe-sandbox><a href=#attr-iframe-sandbox>sandbox</a></code> attribute would
- end prematurely), and the way raw ampersands (e.g. in URLs or in
- prose) mentioned in the sandboxed content have to be
- <em>doubly</em> escaped — once so that the ampersand is
- preserved when originally parsing the <code title=attr-iframe-sandbox><a href=#attr-iframe-sandbox>sandbox</a></code> attribute, and once more
+ <code title=attr-iframe-srcdoc><a href=#attr-iframe-srcdoc>srcdoc</a></code> attribute would end
+ prematurely), and the way raw ampersands (e.g. in URLs or in prose)
+ mentioned in the sandboxed content have to be <em>doubly</em>
+ escaped — once so that the ampersand is preserved when
+ originally parsing the <code title=attr-iframe-srcdoc><a href=#attr-iframe-srcdoc>srcdoc</a></code> attribute, and once more
to prevent the ampersand from being misinterpreted when parsing the
sandboxed content.</p>
Modified: source
===================================================================
--- source 2011-08-17 22:34:29 UTC (rev 6499)
+++ source 2011-08-17 23:15:42 UTC (rev 6500)
@@ -25846,12 +25846,12 @@
</article></pre>
<p>Notice the way that quotes have to be escaped (otherwise the
- <code title="attr-iframe-sandbox">sandbox</code> attribute would
- end prematurely), and the way raw ampersands (e.g. in URLs or in
- prose) mentioned in the sandboxed content have to be
- <em>doubly</em> escaped — once so that the ampersand is
- preserved when originally parsing the <code
- title="attr-iframe-sandbox">sandbox</code> attribute, and once more
+ <code title="attr-iframe-srcdoc">srcdoc</code> attribute would end
+ prematurely), and the way raw ampersands (e.g. in URLs or in prose)
+ mentioned in the sandboxed content have to be <em>doubly</em>
+ escaped — once so that the ampersand is preserved when
+ originally parsing the <code
+ title="attr-iframe-srcdoc">srcdoc</code> attribute, and once more
to prevent the ampersand from being misinterpreted when parsing the
sandboxed content.</p>
More information about the Commit-Watchers
mailing list