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

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

Modified Files:
	webidl.html 
Log Message:
fixing the handling of exception fields

Index: webidl.html
===================================================================
RCS file: /sources/public/2009/dap/ReSpec.js/test-spec/webidl.html,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- webidl.html	3 Dec 2009 13:50:06 -0000	1.17
+++ webidl.html	13 Apr 2010 11:15:09 -0000	1.18
@@ -179,17 +179,17 @@
         <dd>
           Or not.
         </dd>
-        <dt>attribute unsigned short xxx</dt>
+        <dt>unsigned short xxx</dt>
         <dd>
-          The xxx attribute.
+          The xxx field.
         </dd>
-        <dt>readonly attribute unsigned short yyy</dt>
+        <dt>unsigned short yyy</dt>
         <dd>
-          The yyy attribute.
+          The yyy field.
         </dd>
-        <dt>[Ook, Oook] readonly attribute unsigned short ook</dt>
+        <dt>[Ook, Oook] unsigned short ook</dt>
         <dd>
-          The ook attribute.
+          The ook field.
         </dd>
       </dl>
     </section>

Received on Tuesday, 13 April 2010 11:15:16 UTC