html5/spec Overview.html,1.3603,1.3604

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv6105

Modified Files:
	Overview.html 
Log Message:
typo (whatwg r4505)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3603
retrieving revision 1.3604
diff -u -d -r1.3603 -r1.3604
--- Overview.html	6 Jan 2010 05:26:33 -0000	1.3603
+++ Overview.html	6 Jan 2010 05:35:03 -0000	1.3604
@@ -14083,9 +14083,7 @@
    <dd><a href="#global-attributes">Global attributes</a></dd>
    <dd><code title="attr-q-cite"><a href="#attr-q-cite">cite</a></code></dd>
    <dt>DOM interface:</dt>
-   <dd>
-    The <code><a href="#the-q-element">q</a></code> element uses the <code><a href="#htmlquoteelement">HTMLQuoteElement</a></code> interface.
-   </dd>
+   <dd>Uses <code><a href="#htmlquoteelement">HTMLQuoteElement</a></code>.</dd>
   </dl><p>The <code><a href="#the-q-element">q</a></code> element <a href="#represents">represents</a> some <a href="#phrasing-content" title="phrasing content">phrasing content</a> quoted from another
   source.<p>Quotation punctuation (such as quotation marks) that is quoting
   the contents of the element must not appear immediately before,
@@ -49478,7 +49476,7 @@
   because the tabbed interface is merely a kind of overflow
   presentation &mdash; showing all the form controls in one big page
   with a scrollbar would be equivalent, and no less correct.<p>Elements in a section hidden by the <code title="attr-hidden"><a href="#the-hidden-attribute">hidden</a></code> attribute are still active,
-  e.g. scripts and form controls in such sections still render execute
+  e.g. scripts and form controls in such sections still execute
   and submit respectively. Only their presentation to the user
   changes.<div class="impl">
 

Received on Wednesday, 6 January 2010 05:35:07 UTC