hixie: Clarify that other specs don't override DOM requirements. (whatwg r4356)

hixie: Clarify that other specs don't override DOM requirements. (whatwg
r4356)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3488&r2=1.3489&f=h
http://html5.org/tools/web-apps-tracker?from=4355&to=4356

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3488
retrieving revision 1.3489
diff -u -d -r1.3488 -r1.3489
--- Overview.html 27 Oct 2009 19:19:44 -0000 1.3488
+++ Overview.html 27 Oct 2009 19:27:56 -0000 1.3489
@@ -1783,6 +1783,13 @@
     implementations of the IDL fragments in this specification, as
     described in the Web IDL specification. <a href="#refsWEBIDL">[WEBIDL]</a></p>
 
+    <p class="note">Unless explicitly stated, specifications that
+    override the semantics of HTML elements do not override the
+    requirements on DOM objects representing those elements. For
+    example, the <code><a href="#script">script</a></code> element in the example above
+    would still implement the <code><a href="#htmlscriptelement">HTMLScriptElement</a></code>
+    interface.</p>
+
    </dd>
 
    <dt id="non-interactive">Non-interactive presentation user agents</dt>

Received on Tuesday, 27 October 2009 20:12:16 UTC