Fixed pid element s/<pid/<p id/
authorplehegar
Wed, 06 Oct 2010 06:28:22 +0900
changeset 271 bd2480cfb782
parent 270 ef3141436795
child 272 2834177fdcdd
Fixed pid element s/<pid/<p id/
html/DOM3-Events.html
--- a/html/DOM3-Events.html	Fri Sep 17 00:21:23 2010 +0900
+++ b/html/DOM3-Events.html	Wed Oct 06 06:28:22 2010 +0900
@@ -2198,7 +2198,7 @@
 
               <p>A <a class="def" href="#glossary-user-agent">user agent</a> must dispatch this event when a document view or an element has been scrolled.  This event type is dispatched after the scroll has occurred.</p>
               
-              <pid="scroll-document">When dispatched on the <code>Document</code> element, this event type must bubble to the <a class="def" href="#glossary-defaultView"><code>defaultView</code></a> object.</p>
+              <p id="scroll-document">When dispatched on the <code>Document</code> element, this event type must bubble to the <a class="def" href="#glossary-defaultView"><code>defaultView</code></a> object.</p>
             </dd>
           </dl>
         </div>