- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 13 Jan 2009 09:06:36 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv6345
Modified Files:
Overview.html
Log Message:
Plug in WebIDL boilerplate. (whatwg r2651)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1820
retrieving revision 1.1821
diff -u -d -r1.1820 -r1.1821
--- Overview.html 13 Jan 2009 08:57:22 -0000 1.1820
+++ Overview.html 13 Jan 2009 09:06:34 -0000 1.1821
@@ -1305,6 +1305,10 @@
process documents labeled as <code>text/html</code> as described
in this specification, so that users can interact with them.</p>
+ <p>User agents that support scripting must also be conforming
+ implementations of the IDL fragments in this specification, as
+ described in the WebIDL specification. <a href=#references>[WebIDL]</a></p>
+
</dd>
<dt id=non-interactive>Non-interactive presentation user agents</dt>
@@ -1552,11 +1556,9 @@
<dd>
- <p>Implementations that use ECMAScript to implement the APIs
- defined in this specification must implement them in a manner
- consistent with the ECMAScript Bindings defined in the Web IDL
- specification, as this specification uses that specification's
- terminology. <a href=#references>[WebIDL]</a></p>
+ <p>The IDL fragments in this specification must be interpreted as
+ required for conforming IDL fragments, as described in the Web IDL
+ specification. <a href=#references>[WebIDL]</a></p>
</dd>
Received on Tuesday, 13 January 2009 09:06:45 UTC