Skip to content

Commit

Permalink
[e] (0) Remove redundant text in document interfaces requirement.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7619

git-svn-id: http://svn.whatwg.org/webapps@3975 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 22, 2009
1 parent 5a31f40 commit 3301c81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions index
Expand Up @@ -6607,8 +6607,7 @@ interface <dfn id=propertynodelist>PropertyNodeList</dfn> : <span>NodeList</span
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
Expand Down
3 changes: 1 addition & 2 deletions source
Expand Up @@ -6519,8 +6519,7 @@ interface <dfn>PropertyNodeList</dfn> : <span>NodeList</span> {
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
Expand Down

0 comments on commit 3301c81

Please sign in to comment.