- From: Eric Uhrhane via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 07 Mar 2012 22:47:00 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/file-system
In directory hutz:/tmp/cvs-serv22090
Modified Files:
file-writer.html
Log Message:
Tiny tweaks.
Index: file-writer.html
===================================================================
RCS file: /sources/public/2009/dap/file-system/file-writer.html,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- file-writer.html 7 Mar 2012 19:41:42 -0000 1.40
+++ file-writer.html 7 Mar 2012 22:46:58 -0000 1.41
@@ -145,7 +145,7 @@
<code>e.bubbles</code> MUST be false [[!DOM4]].</li>
<li>The progress event <code>e</code> is NOT cancelable.
<code>e.cancelable</code> MUST be false [[!DOM4]].</li>
- <li>The term "fire an event" is defined in DOM Core [[!DOM4]].
+ <li>The term "fire an event" is defined in DOM4 [[!DOM4]].
Progress events are defined in Progress Events
[[!PROGRESS-EVENTS]].</li>
</ul>
@@ -956,7 +956,7 @@
return a <code>DOMError</code> object [[!DOM4]] of the most appropriate
type from the table below. Otherwise it MUST return <code>null</code>.
</p>
- <dfn>Error Descriptions</dfn>
+ <h4>Error Descriptions</h4>
<table class='simple'>
<thead>
<tr><th>Name</th><th>Description</th></tr>
Received on Wednesday, 7 March 2012 22:47:02 UTC