2009/dap/ReSpec.js documentation.html,1.53,1.54

Update of /sources/public/2009/dap/ReSpec.js
In directory hutz:/tmp/cvs-serv10318

Modified Files:
	documentation.html 
Log Message:
add a note about the dictionary-interface merge feature

Index: documentation.html
===================================================================
RCS file: /sources/public/2009/dap/ReSpec.js/documentation.html,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- documentation.html	14 Jul 2011 15:56:41 -0000	1.53
+++ documentation.html	13 Sep 2011 11:31:20 -0000	1.54
@@ -846,6 +846,9 @@
         The <a href='test-spec/webidl.html'>WebIDL testing document</a> provides a number of additional
         examples.
       </p>
+      <div class="note">
+        The <code>data-merge</code> attribute on the interface <code>dl</code> element instructs the preprocessor to merge the dictionary WebIDL definition(s) with the interface WebIDL definition. The value of the <code>data-merge</code> attribute is a whitespace delimited list of dictionary names to be merged with the interface.
+      </div>
     </section>
     
     <section>

Received on Tuesday, 13 September 2011 11:31:27 UTC