- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 18 Sep 2009 09:09:48 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv5559 Modified Files: Overview.html Log Message: typo (whatwg r3903) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3064 retrieving revision 1.3065 diff -u -d -r1.3064 -r1.3065 --- Overview.html 18 Sep 2009 09:02:33 -0000 1.3064 +++ Overview.html 18 Sep 2009 09:09:43 -0000 1.3065 @@ -13200,7 +13200,7 @@ <dd><a href="#global-attributes">Global attributes</a></dd> <dt>DOM interface:</dt> <dd>Uses <code><a href="#htmlelement">HTMLElement</a></code>.</dd> - </dl><p>The <code><a href="#the-dt-element">dt</a></code> element <a href="#represents">represents</a> either: the + </dl><p>The <code><a href="#the-dd-element">dd</a></code> element <a href="#represents">represents</a> either: the description, definition, or value, part of a term-description group in a description list (<code><a href="#the-dl-element">dl</a></code> element); or, the data of a <code><a href="#the-figure-element">figure</a></code> element; or, the details of a
Received on Friday, 18 September 2009 09:09:56 UTC