[html5] r4356 - [e] (0) Clarify that other specs don't override DOM requirements. Fixing http:// [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Oct 27 12:27:56 PDT 2009
Author: ianh
Date: 2009-10-27 12:27:52 -0700 (Tue, 27 Oct 2009)
New Revision: 4356
Modified:
complete.html
index
source
Log:
[e] (0) Clarify that other specs don't override DOM requirements.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8059
Modified: complete.html
===================================================================
--- complete.html 2009-10-27 19:19:40 UTC (rev 4355)
+++ complete.html 2009-10-27 19:27:52 UTC (rev 4356)
@@ -2151,6 +2151,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>
Modified: index
===================================================================
--- index 2009-10-27 19:19:40 UTC (rev 4355)
+++ index 2009-10-27 19:27:52 UTC (rev 4356)
@@ -1969,6 +1969,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>
Modified: source
===================================================================
--- source 2009-10-27 19:19:40 UTC (rev 4355)
+++ source 2009-10-27 19:27:52 UTC (rev 4356)
@@ -990,6 +990,13 @@
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>script</code> element in the example above
+ would still implement the <code>HTMLScriptElement</code>
+ interface.</p>
+
</dd>
<dt id="non-interactive">Non-interactive presentation user agents</dt>
More information about the Commit-Watchers
mailing list