- From: Dominique Hazael-Massieux via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 27 Jan 2010 10:45:13 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/messaging
In directory hutz:/tmp/cvs-serv14521
Modified Files:
Overview.html
Log Message:
WebIDL in conformance
Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/messaging/Overview.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Overview.html 22 Jan 2010 14:29:58 -0000 1.3
+++ Overview.html 27 Jan 2010 10:45:11 -0000 1.4
@@ -39,9 +39,14 @@
</dfn>
that implement the interfaces that it contains.
</p>
+
<p class='note'>
Since not all devices will have all messaging functionality (e.g. a phone may have only SMS and MMS while a PC may have only email) there is a need to indicate that conformant implementations need only expose available functionality.
</p>
+
+ <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 [[!WEBIDL]], as this specification uses that
+ specification’s terminology.</p>
<section id='informative'>
@@ -416,4 +421,4 @@
</p>
</section>
</body>
-</html>
\ No newline at end of file
+</html>
Received on Wednesday, 27 January 2010 10:45:14 UTC