- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 22 Sep 2009 11:46:36 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv4290 Modified Files: Overview.html Log Message: Remove redundant text in document interfaces requirement. (whatwg r3975) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3136 retrieving revision 1.3137 diff -u -d -r1.3136 -r1.3137 --- Overview.html 22 Sep 2009 11:44:42 -0000 1.3136 +++ Overview.html 22 Sep 2009 11:46:33 -0000 1.3137 @@ -5969,8 +5969,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 class="example">For example, if an HTML implementation also + of any other namespaces that the UA supports.<p class="example">For example, if an HTML implementation also supports SVG, then the <code>Document</code> object implements both <code><a href="#htmldocument">HTMLDocument</a></code> and <code>SVGDocument</code>.<p class="note">Because the <code><a href="#htmldocument">HTMLDocument</a></code> interface is now obtained using binding-specific casting methods instead of
Received on Tuesday, 22 September 2009 11:46:51 UTC