- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 09 Sep 2009 08:00:49 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/elements In directory hutz:/tmp/cvs-serv7485/elements Modified Files: dialog.html Log Message: fixed typo Index: dialog.html =================================================================== RCS file: /sources/public/html5/markup/elements/dialog.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- dialog.html 9 Sep 2009 07:52:00 -0000 1.5 +++ dialog.html 9 Sep 2009 08:00:47 -0000 1.6 @@ -16,7 +16,7 @@ pairs; each pair associates a <a href="#dt-talker">talker/speaker</a> (represented by - a <a href="#dt" class="element">dt</a> element) with a span of + a <a href="#dt" class="element">dt</a> element) with a <a href="#dd-discourse">span of discourse/quote</a> (represented by a <a href="#dd" class="element">dd</a> element).</p> </div>
Received on Wednesday, 9 September 2009 08:00:59 UTC