2009/dap/calendar TimezonedDate.html,1.3,1.4

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, &quot;Europe/Oslo&quot;);
-</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>&nbsp;</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, &quot;Europe/Oslo&quot;);
+</pre></p>
+        
+        <p>&nbsp;</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