- From: Richard Tibbett via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 11 Aug 2010 11:55:09 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/calendar
In directory hutz:/tmp/cvs-serv7161/calendar
Modified Files:
TimezonedDate.html
Log Message:
minor structural update
Index: TimezonedDate.html
===================================================================
RCS file: /sources/public/2009/dap/calendar/TimezonedDate.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- TimezonedDate.html 11 Aug 2010 11:52:42 -0000 1.3
+++ TimezonedDate.html 11 Aug 2010 11:55:07 -0000 1.4
@@ -122,21 +122,7 @@
<p>
...
</p>
-<pre
- class='example sh_javascript_dom'>
-new TimezonedDate();
-</pre>
-<pre
- class='example sh_javascript_dom'>
-new TimezonedDate(2010, 09, 05, 15, 30, 0, "Europe/Oslo");
-</pre>
- <section>
- <h3>
- TimezonedDate Interface
- </h3>
- <p>
- ...
- </p>
+
<p
class="issue">
Formatting WebIDL extended attributes (such as the Constructors) needs to be presented on separate lines in ReSpec.js (otherwise
@@ -179,6 +165,21 @@
</p>
</dd>
</dl>
+
+ <p> </p>
+
+ <p>
+ <pre
+ class='example sh_javascript_dom'>
+new TimezonedDate();
+</pre></p>
+<p><pre
+ class='example sh_javascript_dom'>
+new TimezonedDate(2010, 09, 05, 15, 30, 0, "Europe/Oslo");
+</pre></p>
+
+ <p> </p>
+
<p>
Objects that implement the <code>TimezonedDate</code> interface MUST stringify as follows:
</p>
Received on Wednesday, 11 August 2010 11:55:11 UTC