Fix bug 25582 Two short questions
authortravil@microsoft.com
Fri, 23 May 2014 09:41:38 -0700
changeset 66 8dbd8dbdefdc
parent 65 dc7083c47f77
child 67 8188d1e767f6
Fix bug 25582 Two short questions
https://www.w3.org/Bugs/Public/show_bug.cgi?id=25582
index.html
--- a/index.html	Fri May 23 08:34:47 2014 -0700
+++ b/index.html	Fri May 23 09:41:38 2014 -0700
@@ -1048,6 +1048,11 @@
                     <li>Parse <var>str</var> with a namespace-enabled
                     <code><a data-spec="HTML5" title="xml-parser" class="externalDFN">XML parser</a></code>.
 
+                    <p class="note">For all XHTML <code><a data-spec="HTML5" title="script" class="externalDFN">script</a></code>
+                        elements parsed using the <code><a data-spec="HTML5" title="xml-parser" class="externalDFN">XML parser</a></code>,
+                        the equivalent of the <a data-spec="HTML5" title="scripting-flag" class="externalDFN">scripting flag</a> must 
+                        be set to "disabled".</p>
+
                     <li>If the previous step didn't return an error, return the newly
                     created <a title="concept-document" data-spec="DOM4" class="externalDFN">document</a>.