- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 26 Aug 2010 02:57:06 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv22468 Modified Files: acknowledgements.html grouping-content.html spec.html text-level-semantics.html Log Message: mention that paragraph and line breaks can be marked up in different ways. (whatwg r5356) [updated by splitter] Index: text-level-semantics.html =================================================================== RCS file: /sources/public/html5/spec/text-level-semantics.html,v retrieving revision 1.1000 retrieving revision 1.1001 diff -u -d -r1.1000 -r1.1001 --- text-level-semantics.html 23 Aug 2010 22:46:48 -0000 1.1000 +++ text-level-semantics.html 26 Aug 2010 02:57:03 -0000 1.1001 @@ -1890,7 +1890,11 @@ <pre class="idl">interface <dfn id="htmlbrelement">HTMLBRElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> {};</pre> </dd> </dl><p>The <code><a href="#the-br-element">br</a></code> element <a href="rendering.html#represents">represents</a> a line - break.</p><p><code><a href="#the-br-element">br</a></code> elements must be used only for line breaks that + break.</p><p class="note">While line breaks are usually represented in visual + media by physically moving subsequent text to a new line, a style + sheet or user agent would be equally justified in causing line + breaks to be rendered in a different manner, for instance as green + dots, or as extra spacing.</p><p><code><a href="#the-br-element">br</a></code> elements must be used only for line breaks that are actually part of the content, as in poems or addresses.</p><div class="example"> <p>The following example is correct usage of the <code><a href="#the-br-element">br</a></code> Index: acknowledgements.html =================================================================== RCS file: /sources/public/html5/spec/acknowledgements.html,v retrieving revision 1.1032 retrieving revision 1.1033 diff -u -d -r1.1032 -r1.1033 --- acknowledgements.html 26 Aug 2010 00:56:42 -0000 1.1032 +++ acknowledgements.html 26 Aug 2010 02:57:03 -0000 1.1033 @@ -820,6 +820,7 @@ Ted Mielczarek, Terrence Wood, Thomas Broyer, + Thomas Koetter, Thomas O'Connor, Tim Altman, Tim Johansson, Index: grouping-content.html =================================================================== RCS file: /sources/public/html5/spec/grouping-content.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- grouping-content.html 24 Aug 2010 22:36:33 -0000 1.10 +++ grouping-content.html 26 Aug 2010 02:57:03 -0000 1.11 @@ -338,7 +338,11 @@ <pre class="idl">interface <dfn id="htmlparagraphelement">HTMLParagraphElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> {};</pre> </dd> </dl><p>The <code><a href="#the-p-element">p</a></code> element <a href="rendering.html#represents">represents</a> a - <a href="content-models.html#paragraph">paragraph</a>.</p><div class="example"> + <a href="content-models.html#paragraph">paragraph</a>.</p><p class="note">While paragraphs are usually represented in visual + media by blocks of text that are physically separated from adjacent + blocks through blank lines, a style sheet or user agent would be + equally justified in presenting paragraph breaks in a different + manner, for instance using inline pilcrows (¶).</p><div class="example"> <p>The following examples are conforming HTML fragments:</p> <pre><p>The little kitten gently seated himself on a piece of carpet. Later in his life, this would be referred to as the time the Index: spec.html =================================================================== RCS file: /sources/public/html5/spec/spec.html,v retrieving revision 1.1183 retrieving revision 1.1184 diff -u -d -r1.1183 -r1.1184 --- spec.html 26 Aug 2010 02:06:34 -0000 1.1183 +++ spec.html 26 Aug 2010 02:57:03 -0000 1.1184 @@ -336,7 +336,7 @@ <a href="Overview.html">single page HTML</a>, <a href="spec.html">multipage HTML</a>, <a href="author/">web developer edition</a>. -This is revision 1.4272. +This is revision 1.4273. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2010 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Thursday, 26 August 2010 02:57:07 UTC