- From: poot <cvsmail@w3.org>
- Date: Tue, 22 Sep 2009 20:46:58 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Remove redundant text in document interfaces requirement. (whatwg r3975) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3136&r2=1.3137&f=h http://html5.org/tools/web-apps-tracker?from=3974&to=3975 =================================================================== 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:47:35 UTC