- From: poot <cvsmail@w3.org>
- Date: Tue, 13 Jan 2009 18:09:16 +0900 (JST)
- To: public-html-diffs@w3.org
Plug in WebIDL boilerplate. (whatwg r2651) Non-interactive presentation user agents http://people.w3.org/mike/diffs/html5/spec/Overview.1.1821.html#non-interactive 2.2.1 Dependencies http://people.w3.org/mike/diffs/html5/spec/Overview.1.1821.html#dependencies Web browsers and other interactive user agents http://people.w3.org/mike/diffs/html5/spec/Overview.1.1821.html#interactive http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1820&r2=1.1821&f=h http://html5.org/tools/web-apps-tracker?from=2650&to=2651 =================================================================== 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:09:59 UTC