Skip to content

Commit

Permalink
Merge pull request #62 from hugovk/patch-2
Browse files Browse the repository at this point in the history
Mark added <header> element, just like changed <h1> element
  • Loading branch information
jonathantneal committed Dec 2, 2013
2 parents 3a33619 + cea9a86 commit e828b23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions semantics.html
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ <h2 id="article-element">Articles</h2>
<p>Ah, but it&rsquo;s not quite that simple. There is one more change you should make. I&rsquo;ll show it to you first, then explain it:

<pre><code>&lt;article&gt;
&lt;header&gt;
<mark>&lt;header&gt;</mark>
&lt;p class="post-date"&gt;October 22, 2009&lt;/p&gt;
<mark>&lt;h1&gt;</mark>
&lt;a href="#"
Expand All @@ -572,7 +572,7 @@ <h2 id="article-element">Articles</h2>
Travel day
&lt;/a&gt;
<mark>&lt;/h1&gt;</mark>
&lt;/header&gt;
<mark>&lt;/header&gt;</mark>
&hellip;
&lt;/article&gt;</code></pre>

Expand Down Expand Up @@ -873,4 +873,4 @@ <h4>Did You Know?</h4>

<form action="http://www.google.com/cse"><div><input type="hidden" name="cx" value="017884302975346027366:bgclqh8nvse"><input type="hidden" name="ie" value="UTF-8"><input type="search" name="q" size="25" placeholder="powered by Google&trade;">&nbsp;<input type="submit" name="sa" value="Search"></div></form>
<script src="j/jquery.js"></script>
<script src="j/dih5.js"></script>
<script src="j/dih5.js"></script>

0 comments on commit e828b23

Please sign in to comment.