Skip to content

Commit 83bc19d

Browse files
Revert markup change that added p element in hgroup
Changing the spec source markup to use a p element in hgroup will need to wait until after the spec change lands.
1 parent 317b41a commit 83bc19d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source

+4
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,11 @@
6060
</hgroup>
6161
<hgroup w-dev>
6262
<h1><a href="/dev/" rel=home>HTML: The Living Standard</a></h1>
63+
<h2 class="no-num no-toc" id="dev-edition-h2">Edition for Web Developers &mdash; Last Updated <span class="pubdate">[DATE: 01 Jan 1901]</span></h2>
64+
<!-- FIXME: once the spec is changed to allow p elements as in hgroup,
65+
the h2 above needs to be changed to a p element; like this:
6366
<p class="no-num no-toc" id="dev-edition-h2">Edition for Web Developers &mdash; Last Updated <span class="pubdate">[DATE: 01 Jan 1901]</span></p>
67+
-->
6468
</hgroup>
6569
<nav w-nosplit w-nodev w-noreview>
6670
<!-- Note: be sure to keep an even number of <a>s, for small screens where they appear in two columns. -->

0 commit comments

Comments
 (0)