- From: Dominique Hazael-Massieux via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 16 Jul 2010 08:57:46 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/camera
In directory hutz:/tmp/cvs-serv28467
Modified Files:
Overview.html
Log Message:
added conformance section
Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/camera/Overview.html,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -d -r1.74 -r1.75
--- Overview.html 16 Jul 2010 08:36:24 -0000 1.74
+++ Overview.html 16 Jul 2010 08:57:44 -0000 1.75
@@ -11,7 +11,7 @@
editors: [{name: "Dzung D Tran", company: "Intel"},
{name: "Ilkka Oksanen", company: "Nokia"},
{name: "Ingmar Kliche", company: "Deutsche Telekom"},
- //{name: "Dominique Hazaël-Massieux", company: "W3C"}
+ {name: "Dominique Hazaël-Massieux", company: "W3C"}
],
//publishDate: "2010-04-01",
// previousPublishDate: "1977-03-15",
@@ -45,6 +45,21 @@
providing optimised access to the microphone and camera of a
hosting device.</p> </section>
+ <section id="conformance">
+ <h2>Conformance</h2>
+ <p>
+ This specification defines conformance criteria that apply to a single product: the <dfn>user agent</dfn> that implements the
+ interfaces that it contains.
+ </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 and
+ terminology.
+ </p>
+
+ </section>
+
<section id="security">
<h2>Security and Privacy Considerations</h2>
<!-- @@@ get inspiration from FileAPI spec -->
Received on Friday, 16 July 2010 08:57:47 UTC