[html5] r7773 - [e] (0) Cleanup Affected topics: HTML
whatwg at whatwg.org
whatwg at whatwg.org
Mon Mar 25 16:51:16 PDT 2013
Author: ianh
Date: 2013-03-25 16:51:14 -0700 (Mon, 25 Mar 2013)
New Revision: 7773
Modified:
complete.html
index
source
Log:
[e] (0) Cleanup
Affected topics: HTML
Modified: complete.html
===================================================================
--- complete.html 2013-03-25 23:39:41 UTC (rev 7772)
+++ complete.html 2013-03-25 23:51:14 UTC (rev 7773)
@@ -17465,14 +17465,12 @@
// <a href="#HTMLParagraphElement-partial">also has obsolete members</a>
};</pre>
</dd>
- </dl><!--TOPIC:HTML--><p>The <code><a href=#the-p-element>p</a></code> element <a href=#represents>represents</a> a
- <a href=#paragraph>paragraph</a>.</p>
+ </dl><!--TOPIC:HTML--><p>The <code><a href=#the-p-element>p</a></code> element <a href=#represents>represents</a> a <a href=#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>
+ <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>
@@ -17494,8 +17492,8 @@
To move the error from the markup to the rhyming.</p></pre>
</div>
- <p>The <code><a href=#the-p-element>p</a></code> element should not be used when a more
- specific element is more appropriate.</p>
+ <p>The <code><a href=#the-p-element>p</a></code> element should not be used when a more specific element is more
+ appropriate.</p>
<div class=example>
@@ -17529,10 +17527,9 @@
<div class=note>
- <p>List elements (in particular, <code><a href=#the-ol-element>ol</a></code> and
- <code><a href=#the-ul-element>ul</a></code> elements) cannot be children of <code><a href=#the-p-element>p</a></code>
- elements. When a sentence contains a bulleted list, therefore, one
- might wonder how it should be marked up.</p>
+ <p>List elements (in particular, <code><a href=#the-ol-element>ol</a></code> and <code><a href=#the-ul-element>ul</a></code> elements) cannot be children
+ of <code><a href=#the-p-element>p</a></code> elements. When a sentence contains a bulleted list, therefore, one might wonder
+ how it should be marked up.</p>
<div class=example>
<p>For instance, this fantastic sentence has bullets relating to</p>
@@ -17542,11 +17539,9 @@
</ul><p>and is further discussed below.</p>
</div>
- <p>The solution is to realise that a <i><a href=#paragraph>paragraph</a></i>, in HTML
- terms, is not a logical concept, but a structural one. In the
- fantastic example above, there are actually <em>five</em> <a href=#paragraph title=paragraph>paragraphs</a> as defined by this
- specification: one before the list, one for each bullet, and one
- after the list.</p>
+ <p>The solution is to realise that a <i><a href=#paragraph>paragraph</a></i>, in HTML terms, is not a logical concept,
+ but a structural one. In the fantastic example above, there are actually <em>five</em> <a href=#paragraph title=paragraph>paragraphs</a> as defined by this specification: one before the list, one
+ for each bullet, and one after the list.</p>
<div class=example>
@@ -17562,9 +17557,9 @@
</div>
- <p>Authors wishing to conveniently style such "logical" paragraphs
- consisting of multiple "structural" paragraphs can use the
- <code><a href=#the-div-element>div</a></code> element instead of the <code><a href=#the-p-element>p</a></code> element.</p>
+ <p>Authors wishing to conveniently style such "logical" paragraphs consisting of multiple
+ "structural" paragraphs can use the <code><a href=#the-div-element>div</a></code> element instead of the <code><a href=#the-p-element>p</a></code>
+ element.</p>
<div class=example>
@@ -17578,9 +17573,8 @@
</ul>
and is further discussed below.</div></pre>
- <p>This example still has five structural paragraphs, but now the
- author can style just the <code><a href=#the-div-element>div</a></code> instead of having to
- consider each part of the example separately.</p>
+ <p>This example still has five structural paragraphs, but now the author can style just the
+ <code><a href=#the-div-element>div</a></code> instead of having to consider each part of the example separately.</p>
</div>
Modified: index
===================================================================
--- index 2013-03-25 23:39:41 UTC (rev 7772)
+++ index 2013-03-25 23:51:14 UTC (rev 7773)
@@ -17465,14 +17465,12 @@
// <a href="#HTMLParagraphElement-partial">also has obsolete members</a>
};</pre>
</dd>
- </dl><!--TOPIC:HTML--><p>The <code><a href=#the-p-element>p</a></code> element <a href=#represents>represents</a> a
- <a href=#paragraph>paragraph</a>.</p>
+ </dl><!--TOPIC:HTML--><p>The <code><a href=#the-p-element>p</a></code> element <a href=#represents>represents</a> a <a href=#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>
+ <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>
@@ -17494,8 +17492,8 @@
To move the error from the markup to the rhyming.</p></pre>
</div>
- <p>The <code><a href=#the-p-element>p</a></code> element should not be used when a more
- specific element is more appropriate.</p>
+ <p>The <code><a href=#the-p-element>p</a></code> element should not be used when a more specific element is more
+ appropriate.</p>
<div class=example>
@@ -17529,10 +17527,9 @@
<div class=note>
- <p>List elements (in particular, <code><a href=#the-ol-element>ol</a></code> and
- <code><a href=#the-ul-element>ul</a></code> elements) cannot be children of <code><a href=#the-p-element>p</a></code>
- elements. When a sentence contains a bulleted list, therefore, one
- might wonder how it should be marked up.</p>
+ <p>List elements (in particular, <code><a href=#the-ol-element>ol</a></code> and <code><a href=#the-ul-element>ul</a></code> elements) cannot be children
+ of <code><a href=#the-p-element>p</a></code> elements. When a sentence contains a bulleted list, therefore, one might wonder
+ how it should be marked up.</p>
<div class=example>
<p>For instance, this fantastic sentence has bullets relating to</p>
@@ -17542,11 +17539,9 @@
</ul><p>and is further discussed below.</p>
</div>
- <p>The solution is to realise that a <i><a href=#paragraph>paragraph</a></i>, in HTML
- terms, is not a logical concept, but a structural one. In the
- fantastic example above, there are actually <em>five</em> <a href=#paragraph title=paragraph>paragraphs</a> as defined by this
- specification: one before the list, one for each bullet, and one
- after the list.</p>
+ <p>The solution is to realise that a <i><a href=#paragraph>paragraph</a></i>, in HTML terms, is not a logical concept,
+ but a structural one. In the fantastic example above, there are actually <em>five</em> <a href=#paragraph title=paragraph>paragraphs</a> as defined by this specification: one before the list, one
+ for each bullet, and one after the list.</p>
<div class=example>
@@ -17562,9 +17557,9 @@
</div>
- <p>Authors wishing to conveniently style such "logical" paragraphs
- consisting of multiple "structural" paragraphs can use the
- <code><a href=#the-div-element>div</a></code> element instead of the <code><a href=#the-p-element>p</a></code> element.</p>
+ <p>Authors wishing to conveniently style such "logical" paragraphs consisting of multiple
+ "structural" paragraphs can use the <code><a href=#the-div-element>div</a></code> element instead of the <code><a href=#the-p-element>p</a></code>
+ element.</p>
<div class=example>
@@ -17578,9 +17573,8 @@
</ul>
and is further discussed below.</div></pre>
- <p>This example still has five structural paragraphs, but now the
- author can style just the <code><a href=#the-div-element>div</a></code> instead of having to
- consider each part of the example separately.</p>
+ <p>This example still has five structural paragraphs, but now the author can style just the
+ <code><a href=#the-div-element>div</a></code> instead of having to consider each part of the example separately.</p>
</div>
Modified: source
===================================================================
--- source 2013-03-25 23:39:41 UTC (rev 7772)
+++ source 2013-03-25 23:51:14 UTC (rev 7773)
@@ -18312,14 +18312,12 @@
</dd>
</dl><!--TOPIC:HTML-->
- <p>The <code>p</code> element <span>represents</span> a
- <span>paragraph</span>.</p>
+ <p>The <code>p</code> element <span>represents</span> a <span>paragraph</span>.</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>
+ <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>
@@ -18341,8 +18339,8 @@
To move the error from the markup to the rhyming.</p></pre>
</div>
- <p>The <code>p</code> element should not be used when a more
- specific element is more appropriate.</p>
+ <p>The <code>p</code> element should not be used when a more specific element is more
+ appropriate.</p>
<div class="example">
@@ -18376,10 +18374,9 @@
<div class="note">
- <p>List elements (in particular, <code>ol</code> and
- <code>ul</code> elements) cannot be children of <code>p</code>
- elements. When a sentence contains a bulleted list, therefore, one
- might wonder how it should be marked up.</p>
+ <p>List elements (in particular, <code>ol</code> and <code>ul</code> elements) cannot be children
+ of <code>p</code> elements. When a sentence contains a bulleted list, therefore, one might wonder
+ how it should be marked up.</p>
<div class="example">
<p>For instance, this fantastic sentence has bullets relating to</p>
@@ -18391,12 +18388,10 @@
<p>and is further discussed below.</p>
</div>
- <p>The solution is to realise that a <i>paragraph</i>, in HTML
- terms, is not a logical concept, but a structural one. In the
- fantastic example above, there are actually <em>five</em> <span
- title="paragraph">paragraphs</span> as defined by this
- specification: one before the list, one for each bullet, and one
- after the list.</p>
+ <p>The solution is to realise that a <i>paragraph</i>, in HTML terms, is not a logical concept,
+ but a structural one. In the fantastic example above, there are actually <em>five</em> <span
+ title="paragraph">paragraphs</span> as defined by this specification: one before the list, one
+ for each bullet, and one after the list.</p>
<div class="example">
@@ -18412,9 +18407,9 @@
</div>
- <p>Authors wishing to conveniently style such "logical" paragraphs
- consisting of multiple "structural" paragraphs can use the
- <code>div</code> element instead of the <code>p</code> element.</p>
+ <p>Authors wishing to conveniently style such "logical" paragraphs consisting of multiple
+ "structural" paragraphs can use the <code>div</code> element instead of the <code>p</code>
+ element.</p>
<div class="example">
@@ -18428,9 +18423,8 @@
</ul>
and is further discussed below.</div></pre>
- <p>This example still has five structural paragraphs, but now the
- author can style just the <code>div</code> instead of having to
- consider each part of the example separately.</p>
+ <p>This example still has five structural paragraphs, but now the author can style just the
+ <code>div</code> instead of having to consider each part of the example separately.</p>
</div>
More information about the Commit-Watchers
mailing list