[html5] r2651 - [e] (0) Plug in WebIDL boilerplate.

whatwg at whatwg.org whatwg at whatwg.org
Tue Jan 13 01:06:29 PST 2009


Author: ianh
Date: 2009-01-13 01:06:28 -0800 (Tue, 13 Jan 2009)
New Revision: 2651

Modified:
   index
   source
Log:
[e] (0) Plug in WebIDL boilerplate.

Modified: index
===================================================================
--- index	2009-01-13 08:57:17 UTC (rev 2650)
+++ index	2009-01-13 09:06:28 UTC (rev 2651)
@@ -1618,6 +1618,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=#refsWebIDL>[WebIDL]</a></p>
+
    </dd>
 
    <dt id=non-interactive>Non-interactive presentation user agents</dt>
@@ -1888,11 +1892,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=#refsWebIDL>[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=#refsWebIDL>[WebIDL]</a></p>
 
    </dd>
 

Modified: source
===================================================================
--- source	2009-01-13 08:57:17 UTC (rev 2650)
+++ source	2009-01-13 09:06:28 UTC (rev 2651)
@@ -642,6 +642,11 @@
     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="#refsWebIDL">[WebIDL]</a></p>
+
    </dd>
 
    <dt id="non-interactive">Non-interactive presentation user agents</dt>
@@ -929,11 +934,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="#refsWebIDL">[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="#refsWebIDL">[WebIDL]</a></p>
 
    </dd>
 




More information about the Commit-Watchers mailing list