Skip to content

Commit

Permalink
[e] (0) markup error in example
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8465

git-svn-id: http://svn.whatwg.org/webapps@4506 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 6, 2010
1 parent 40e83db commit 5d6b88c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -17112,7 +17112,7 @@ <h4 id=the-mark-element><span class=secno>4.6.17 </span>The <dfn><code>mark</cod
quotes to render in italics.</p>

<pre>&lt;article&gt;
&lt;style&gt;
&lt;style scoped&gt;
blockquote mark, q mark {
font: inherit; font-style: italic;
text-decoration: none;
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -16947,7 +16947,7 @@ end.&lt;/code&gt;&lt;/pre&gt;</pre>
quotes to render in italics.</p>

<pre>&lt;article&gt;
&lt;style&gt;
&lt;style scoped&gt;
blockquote mark, q mark {
font: inherit; font-style: italic;
text-decoration: none;
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -18072,7 +18072,7 @@ end.&lt;/code>&lt;/pre></pre>
quotes to render in italics.</p>

<pre>&lt;article>
&lt;style>
&lt;style scoped>
blockquote mark, q mark {
font: inherit; font-style: italic;
text-decoration: none;
Expand Down

0 comments on commit 5d6b88c

Please sign in to comment.