- From: poot <cvsmail@w3.org>
- Date: Wed, 6 Jan 2010 14:35:13 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: typo (whatwg r4505) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3603&r2=1.3604&f=h http://html5.org/tools/web-apps-tracker?from=4504&to=4505 =================================================================== 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 — 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:41 UTC