2009/dap/ReSpec.js/test-spec webidl.html,1.18,1.19

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

Modified Files:
	webidl.html 
Log Message:
change CSS to match Anssi's JS change

Index: webidl.html
===================================================================
RCS file: /sources/public/2009/dap/ReSpec.js/test-spec/webidl.html,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- webidl.html	13 Apr 2010 11:15:09 -0000	1.18
+++ webidl.html	13 Sep 2011 09:18:48 -0000	1.19
@@ -15,6 +15,8 @@
           // lcEnd: ...
           // extraCSS:             ["http://dev.w3.org/2009/dap/ReSpec.js/css/respec.css"],
           extraCSS:             ["../css/respec.css"],
+          
+          tocIntroductory:    true,
 
           // editors
           editors:  [
@@ -61,6 +63,10 @@
         <h2>Everything</h2>
         <dl title='[Constructor] interface Dahut5 : Cryptoid, Mammal' class='idl'></dl>
       </section>
+      <section>
+        <h2>Partial</h2>
+        <dl title='partial interface Dahut17' class='idl'></dl>
+      </section>
     </section>
     
     <section>
@@ -110,6 +116,41 @@
     </section>
     
     <section>
+      <h2>Dictionaries</h2>
+      <p></p>
+      <section>
+        <h2>Simplest</h2>
+        <dl title='dictionary Dico1' class='idl'></dl>
+      </section>
+      <section>
+        <h2>Inheritance</h2>
+        <dl title='dictionary Dico1 : Dico0' class='idl'></dl>
+      </section>
+      <section>
+        <h2>With members</h2>
+        <dl title='dictionary Dico2' class='idl'>
+          <dt>DOMString foo</dt>
+          <dd>
+            The foo member.
+          </dd>
+          <dt>unsigned short xxx</dt>
+          <dd>
+            The xxx member.
+          </dd>
+          <dt>DOMString? fillPattern = "black"</dt>
+          <dd>
+            The nullable and defaulted fillPattern member.
+          </dd>
+          <dt>DOMString? strokePattern = null</dt>
+          <dd>
+            The nullable and defaulted strokePattern member.
+          </dd>
+        </dl>
+      </section>
+    </section>
+    
+    
+    <section>
       <h2>Methods</h2>
       <p></p>
       <dl title='interface Dahut8' class='idl'>

Received on Tuesday, 13 September 2011 09:18:55 UTC