- From: poot <cvsmail@w3.org>
- Date: Tue, 16 Jun 2009 10:00:42 +0900 (JST)
- To: public-html-diffs@w3.org
xref fixup (whatwg r3270)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2417&r2=1.2418&f=h
http://html5.org/tools/web-apps-tracker?from=3269&to=3270
===================================================================
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:01:22 UTC