- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 16 Jun 2009 01:00:28 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv32537
Modified Files:
Overview.html
Log Message:
xref fixup (whatwg r3270)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2417
retrieving revision 1.2418
diff -u -d -r1.2417 -r1.2418
--- Overview.html 16 Jun 2009 00:56:10 -0000 1.2417
+++ Overview.html 16 Jun 2009 01:00:25 -0000 1.2418
@@ -11178,10 +11178,9 @@
<dd>Uses <code><a href="#htmlelement">HTMLElement</a></code>.</dd>
</dl><p>The <code><a href="#the-pre-element">pre</a></code> element <a href="#represents">represents</a> a block of
preformatted text, in which structure is represented by typographic
- conventions rather than by elements.<p class="note"><strong>In the <span title="">HTML
- serialization</span><!-- XXX xref -->, a leading newline character
- immediately following the <code><a href="#the-pre-element">pre</a></code> element start tag is
- stripped.</strong><p>Some examples of cases where the <code><a href="#the-pre-element">pre</a></code> element could
+ conventions rather than by elements.<p class="note">In the <a href="#syntax">the HTML syntax</a>, a leading
+ newline character immediately following the <code><a href="#the-pre-element">pre</a></code> element
+ start tag is stripped.<p>Some examples of cases where the <code><a href="#the-pre-element">pre</a></code> element could
be used:<ul><li>Including an e-mail, with paragraphs indicated by blank lines,
lists indicated by lines prefixed with a bullet, and so on.</li>
Received on Tuesday, 16 June 2009 01:00:35 UTC