- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 27 Oct 2009 19:27:59 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv17979
Modified Files:
Overview.html
Log Message:
Clarify that other specs don't override DOM requirements. (whatwg r4356)
Index: Overview.html
===================================================================
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:10:01 UTC