[html5] r8324 - [e] (0) Make this example have longer more descriptive anchors Affected topics: HTML
whatwg at whatwg.org
whatwg at whatwg.org
Mon Dec 2 16:05:51 PST 2013
Author: ianh
Date: 2013-12-02 16:05:50 -0800 (Mon, 02 Dec 2013)
New Revision: 8324
Modified:
complete.html
index
source
Log:
[e] (0) Make this example have longer more descriptive anchors
Affected topics: HTML
Modified: complete.html
===================================================================
--- complete.html 2013-12-02 23:55:15 UTC (rev 8323)
+++ complete.html 2013-12-03 00:05:50 UTC (rev 8324)
@@ -298,7 +298,7 @@
<header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 2 December 2013</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 3 December 2013</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
@@ -32503,17 +32503,17 @@
<h1>Example of permalinks</h1>
<div id="a">
<h2>First example</h2>
- <p><a href="a.html" rel="bookmark">This</a> permalink applies to
- only the content from the first H2 to the second H2. The DIV isn't
+ <p><a href="a.html" rel="bookmark">This permalink applies to
+ only the content from the first H2 to the second H2</a>. The DIV isn't
exactly that section, but it roughly corresponds to it.</p>
</div>
<h2>Second example</h2>
<article id="b">
- <p><a href="b.html" rel="bookmark">This</a> permalink applies to
- the outer ARTICLE element (which could be, e.g., a blog post).</p>
+ <p><a href="b.html" rel="bookmark">This permalink applies to
+ the outer ARTICLE element</a> (which could be, e.g., a blog post).</p>
<article id="c">
- <p><a href="c.html" rel="bookmark">This</a> permalink applies to
- the inner ARTICLE element (which could be, e.g., a blog comment).</p>
+ <p><a href="c.html" rel="bookmark">This permalink applies to
+ the inner ARTICLE element</a> (which could be, e.g., a blog comment).</p>
</article>
</article>
</body>
Modified: index
===================================================================
--- index 2013-12-02 23:55:15 UTC (rev 8323)
+++ index 2013-12-03 00:05:50 UTC (rev 8324)
@@ -298,7 +298,7 @@
<header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 2 December 2013</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 3 December 2013</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
@@ -32503,17 +32503,17 @@
<h1>Example of permalinks</h1>
<div id="a">
<h2>First example</h2>
- <p><a href="a.html" rel="bookmark">This</a> permalink applies to
- only the content from the first H2 to the second H2. The DIV isn't
+ <p><a href="a.html" rel="bookmark">This permalink applies to
+ only the content from the first H2 to the second H2</a>. The DIV isn't
exactly that section, but it roughly corresponds to it.</p>
</div>
<h2>Second example</h2>
<article id="b">
- <p><a href="b.html" rel="bookmark">This</a> permalink applies to
- the outer ARTICLE element (which could be, e.g., a blog post).</p>
+ <p><a href="b.html" rel="bookmark">This permalink applies to
+ the outer ARTICLE element</a> (which could be, e.g., a blog post).</p>
<article id="c">
- <p><a href="c.html" rel="bookmark">This</a> permalink applies to
- the inner ARTICLE element (which could be, e.g., a blog comment).</p>
+ <p><a href="c.html" rel="bookmark">This permalink applies to
+ the inner ARTICLE element</a> (which could be, e.g., a blog comment).</p>
</article>
</article>
</body>
Modified: source
===================================================================
--- source 2013-12-02 23:55:15 UTC (rev 8323)
+++ source 2013-12-03 00:05:50 UTC (rev 8324)
@@ -35299,17 +35299,17 @@
<h1>Example of permalinks</h1>
<div id="a">
<h2>First example</h2>
- <p><a href="a.html" rel="bookmark">This</a> permalink applies to
- only the content from the first H2 to the second H2. The DIV isn't
+ <p><a href="a.html" rel="bookmark">This permalink applies to
+ only the content from the first H2 to the second H2</a>. The DIV isn't
exactly that section, but it roughly corresponds to it.</p>
</div>
<h2>Second example</h2>
<article id="b">
- <p><a href="b.html" rel="bookmark">This</a> permalink applies to
- the outer ARTICLE element (which could be, e.g., a blog post).</p>
+ <p><a href="b.html" rel="bookmark">This permalink applies to
+ the outer ARTICLE element</a> (which could be, e.g., a blog post).</p>
<article id="c">
- <p><a href="c.html" rel="bookmark">This</a> permalink applies to
- the inner ARTICLE element (which could be, e.g., a blog comment).</p>
+ <p><a href="c.html" rel="bookmark">This permalink applies to
+ the inner ARTICLE element</a> (which could be, e.g., a blog comment).</p>
</article>
</article>
</body>
More information about the Commit-Watchers
mailing list