Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) Clarify that other specs don't override DOM requirements.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8059

git-svn-id: http://svn.whatwg.org/webapps@4356 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 27, 2009
1 parent 4794d62 commit 723d767
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
7 changes: 7 additions & 0 deletions complete.html
Expand Up @@ -2151,6 +2151,13 @@ <h3 id=conformance-requirements><span class=secno>2.2 </span>Conformance require
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>
Expand Down
7 changes: 7 additions & 0 deletions index
Expand Up @@ -1969,6 +1969,13 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
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>
Expand Down
7 changes: 7 additions & 0 deletions source
Expand Up @@ -990,6 +990,13 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
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>
Expand Down

0 comments on commit 723d767

Please sign in to comment.