Skip to content
This repository was archived by the owner on Jan 15, 2021. It is now read-only.

Commit bb0732f

Browse files
committed
Fix <main> description for HTML5. Fixes https://www.w3.org/Bugs/Public/show_bug.cgi?id=26616
1 parent 20e0cc5 commit bb0732f

File tree

4 files changed

+17
-15
lines changed

4 files changed

+17
-15
lines changed

Overview.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
<div class="not-whatwg">
3434
<h1>HTML5 Differences from HTML4</h1>
35-
<p id="w3c-doctype">Editor's Draft 20 August 2014</p>
35+
<p id="w3c-doctype">Editor's Draft 21 August 2014</p>
3636
</div>
3737

3838
<dl>
@@ -102,7 +102,7 @@ <h2 class="no-num no-toc" id="sotd">Status of This Document</h2>
102102
found in the <a href="http://www.w3.org/TR/">W3C technical reports index</a>
103103
at http://www.w3.org/TR/.</i></p>
104104

105-
<p>This is the 20 August 2014 Editor's Draft produced by the
105+
<p>This is the 21 August 2014 Editor's Draft produced by the
106106
<a href="http://www.w3.org/html/wg/">HTML Working Group</a>, part of the
107107
<a href="http://www.w3.org/MarkUp/Activity">HTML Activity</a>. The
108108
Working Group intends to publish this document as a
@@ -440,8 +440,8 @@ <h3 id="new-elements"><span class="secno">3.1 </span>New Elements</h3>
440440
blog entry or newspaper article.</li>
441441

442442
<li><p><code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-main-element">main</a></code>
443-
can be used as a container for the dominant contents of another element, such as
444-
the main content of the page.</li>
443+
444+
<span class="not-whatwg" title="">represents the main content of the body of a document or application.</span></li>
445445

446446
<li><p><code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-aside-element">aside</a></code>
447447
represents a piece of content that is only slightly related to the

Overview.src.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -440,8 +440,9 @@ <h3 id="new-elements">New Elements</h3>
440440
blog entry or newspaper article.</p></li>
441441

442442
<li><p><code data-anolis-spec=html>main</code>
443-
can be used as a container for the dominant contents of another element, such as
444-
the main content of the page.</p></li>
443+
<span title class=not-w3c>can be used as a container for the dominant contents of another element, such as
444+
the main content of the page.</span>
445+
<span title class=not-whatwg>represents the main content of the body of a document or application.</span></p></li>
445446

446447
<li><p><code data-anolis-spec=html>aside</code>
447448
represents a piece of content that is only slightly related to the

Overview.whatwg.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<hgroup class="not-w3c">
2323
<h1>Differences from HTML4</h1>
24-
<h2 class="no-num no-toc">Living Document — Last Updated 20 August 2014</h2>
24+
<h2 class="no-num no-toc">Living Document — Last Updated 21 August 2014</h2>
2525
</hgroup>
2626

2727

@@ -80,7 +80,7 @@ <h2 class="no-num no-toc">Living Document — Last Updated 20 August 2014</h2>
8080
<p class="copyright not-w3c"><a href="http://creativecommons.org/publicdomain/zero/1.0/" rel="license"><img alt="CC0" src="http://i.creativecommons.org/p/zero/1.0/80x15.png"></a>
8181
To the extent possible under law, the editors have waived all copyright and
8282
related or neighboring rights to this work. In addition, as of
83-
20 August 2014, the editors have made this specification available
83+
21 August 2014, the editors have made this specification available
8484
under the
8585
<a href="http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0" rel="license">Open Web Foundation Agreement Version 1.0</a>,
8686
which is available at
@@ -415,8 +415,9 @@ <h3 id="new-elements"><span class="secno">3.1 </span>New Elements</h3>
415415
blog entry or newspaper article.</li>
416416

417417
<li><p><code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-main-element">main</a></code>
418-
can be used as a container for the dominant contents of another element, such as
419-
the main content of the page.</li>
418+
<span class="not-w3c" title="">can be used as a container for the dominant contents of another element, such as
419+
the main content of the page.</span>
420+
</li>
420421

421422
<li><p><code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-aside-element">aside</a></code>
422423
represents a piece of content that is only slightly related to the

TR.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@
3232

3333
<div class="not-whatwg">
3434
<h1>HTML5 Differences from HTML4</h1>
35-
<p id="w3c-doctype">W3C Working Group Note 20 August 2014</p>
35+
<p id="w3c-doctype">W3C Working Group Note 21 August 2014</p>
3636
</div>
3737

3838
<dl>
3939
<dt>This Version:</dt>
40-
<dd class="not-draft not-whatwg"><a href="http://www.w3.org/TR/2014/NOTE-html5-diff-20140820/">http://www.w3.org/TR/2014/NOTE-html5-diff-20140820/</a></dd>
40+
<dd class="not-draft not-whatwg"><a href="http://www.w3.org/TR/2014/NOTE-html5-diff-20140821/">http://www.w3.org/TR/2014/NOTE-html5-diff-20140821/</a></dd>
4141
<dt class="not-draft">Latest Version:</dt>
4242
<dd class="not-draft"><a href="http://www.w3.org/TR/html5-diff/">http://www.w3.org/TR/html5-diff/</a></dd>
4343

@@ -101,7 +101,7 @@ <h2 class="no-num no-toc" id="sotd">Status of This Document</h2>
101101
found in the <a href="http://www.w3.org/TR/">W3C technical reports index</a>
102102
at http://www.w3.org/TR/.</i></p>
103103

104-
<p>This is the 20 August 2014 W3C Working Group Note produced by the
104+
<p>This is the 21 August 2014 W3C Working Group Note produced by the
105105
<a href="http://www.w3.org/html/wg/">HTML Working Group</a>, part of the
106106
<a href="http://www.w3.org/MarkUp/Activity">HTML Activity</a>. The
107107
Working Group intends to publish this document as a
@@ -439,8 +439,8 @@ <h3 id="new-elements"><span class="secno">3.1 </span>New Elements</h3>
439439
blog entry or newspaper article.</li>
440440

441441
<li><p><code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-main-element">main</a></code>
442-
can be used as a container for the dominant contents of another element, such as
443-
the main content of the page.</li>
442+
443+
<span class="not-whatwg" title="">represents the main content of the body of a document or application.</span></li>
444444

445445
<li><p><code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-aside-element">aside</a></code>
446446
represents a piece of content that is only slightly related to the

0 commit comments

Comments
 (0)