[html5] r3975 - [e] (0) Remove redundant text in document interfaces requirement. Fixing http:// [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Sep 22 04:53:29 PDT 2009


Author: ianh
Date: 2009-09-22 04:53:29 -0700 (Tue, 22 Sep 2009)
New Revision: 3975

Modified:
   index
   source
Log:
[e] (0) Remove redundant text in document interfaces requirement.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7619

Modified: index
===================================================================
--- index	2009-09-22 11:51:37 UTC (rev 3974)
+++ index	2009-09-22 11:53:29 UTC (rev 3975)
@@ -6607,8 +6607,7 @@
   document in question is an <a href=#html-documents title="HTML documents">HTML
   document</a> or indeed whether it contains any <a href=#html-elements>HTML
   elements</a> at all.) <code>Document</code> objects <span class=impl>must</span> also implement the document-level interface
-  of any other namespaces found in the document that the UA
-  supports.</p>
+  of any other namespaces that the UA supports.</p>
 
   <p class=example>For example, if an HTML implementation also
   supports SVG, then the <code>Document</code> object implements both

Modified: source
===================================================================
--- source	2009-09-22 11:51:37 UTC (rev 3974)
+++ source	2009-09-22 11:53:29 UTC (rev 3975)
@@ -6519,8 +6519,7 @@
   document</span> or indeed whether it contains any <span>HTML
   elements</span> at all.) <code>Document</code> objects <span
   class="impl">must</span> also implement the document-level interface
-  of any other namespaces found in the document that the UA
-  supports.</p>
+  of any other namespaces that the UA supports.</p>
 
   <p class="example">For example, if an HTML implementation also
   supports SVG, then the <code>Document</code> object implements both




More information about the Commit-Watchers mailing list