2009/dap/file-system/pub/FileWriter Overview.html,1.8,1.9

Update of /sources/public/2009/dap/file-system/pub/FileWriter
In directory hutz:/tmp/cvs-serv14081/FileWriter

Modified Files:
	Overview.html 
Log Message:
Next batch of pub FileWriter changes for publication.


Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/file-system/pub/FileWriter/Overview.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Overview.html	15 Apr 2011 21:22:42 -0000	1.8
+++ Overview.html	15 Apr 2011 23:31:11 -0000	1.9
@@ -172,8 +172,6 @@
           <code>BlobBuilder</code>, writing it as UTF-8, converting newlines as
           specified in <code>endings</code>.
           </p>
-          <a>
-          </a>
         <table class="parameters"><tr><th>Parameter</th><th>Type</th><th>Nullable</th><th>Optional</th><th>Description</th></tr><tr><td class="prmName">text</td><td class="prmType"><code><a>in DOMString</a></code></td><td class="prmNullFalse">?</td><td class="prmOptFalse">?</td><td class="prmDesc">
               The data to write.
             </td></tr><tr><td class="prmName">endings</td><td class="prmType"><code><a>in DOMString</a></code></td><td class="prmNullFalse">?</td><td class="prmOptTrue">?</td><td class="prmDesc">
@@ -193,7 +191,7 @@
                 provides the <code>endings</code> parameter, </a><a href="#dfn-user-agents" class="internalDFN">user agents</a><a>
                 <em class="rfc2119" title="must">must</em> convert newlines as specified below.  The possible values
                 are:
-              </a></p><a>
+              </a></p>
               <table class="simple">
                 <tbody><tr><th>Value</th><th>Description</th></tr>
                 <tr>
@@ -213,7 +211,8 @@
                   </td>
                 </tr>
               </tbody></table>
-            </a></td></tr></table><table class="exceptions"><tr><th>Exception</th><th>Description</th></tr><tr><td class="excName"><a href="#idl-def-FileException" class="idlType"><code>FileException</code></a></td><td class="excDesc"><table class="exceptionCodes"></table></td></tr></table><div><em>Return type: </em><code><a>void</a></code></div></dd><dt id="widl-BlobBuilder-append"><code>append</code></dt><dd>
+            </td></tr></table>
+        <table class="exceptions"><tr><th>Exception</th><th>Description</th></tr><tr><td class="excName"><a href="#idl-def-FileException" class="idlType"><code>FileException</code></a></td><td class="excDesc"></table><div><em>Return type: </em><code><a>void</a></code></div></dd><code>append</code></dt><dd>
           <p>
           Appends the supplied <a href="#dfn-blob" class="internalDFN">Blob</a> to the current contents of the
           <code>BlobBuilder</code>.
@@ -221,7 +220,7 @@
           
         <table class="parameters"><tr><th>Parameter</th><th>Type</th><th>Nullable</th><th>Optional</th><th>Description</th></tr><tr><td class="prmName">data</td><td class="prmType"><code><a>in Blob</a></code></td><td class="prmNullFalse">?</td><td class="prmOptFalse">?</td><td class="prmDesc">
               The data to append.
-            </td></tr></table><div><em>No exceptions.</em></div><div><em>Return type: </em><code><a>void</a></code></div></dd><dt id="widl-BlobBuilder-append"><code>append</code></dt><dd>
+            </td></tr></table><div><em>No exceptions.</em></div><div><em>Return type: </em><code><a>void</a></code></div></dd><code>append</code></dt><dd>
           <p>
           Appends the supplied <a href="#dfn-arraybuffer" class="internalDFN">ArrayBuffer</a> to the current contents of the
           <code>BlobBuilder</code>.

Received on Friday, 15 April 2011 23:31:14 UTC