Skip to content

Commit db0bb26

Browse files
committed
[mediaqueries-3] fixing example with twice a rel attribute on same element
1 parent b10dfea commit db0bb26

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

mediaqueries-3/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,8 +339,8 @@ <h2 id="media0">Media Queries</h2>
339339
<div class="example">
340340
<p>Here is the same example written in HTML, XHTML, XML, @import and @media:</p>
341341

342-
<pre><code>&lt;link rel="stylesheet" media="<em>screen and (color), projection and (color)</em>" rel="stylesheet" href="example.css"></code></pre>
343-
<pre><code>&lt;link rel="stylesheet" media="<em>screen and (color), projection and (color)</em>" rel="stylesheet" href="example.css" /></code></pre>
342+
<pre><code>&lt;link media="<em>screen and (color), projection and (color)</em>" rel="stylesheet" href="example.css"></code></pre>
343+
<pre><code>&lt;link media="<em>screen and (color), projection and (color)</em>" rel="stylesheet" href="example.css" /></code></pre>
344344
<pre><code>&lt;?xml-stylesheet media="<em>screen and (color), projection and (color)</em>" rel="stylesheet" href="example.css" ?></code></pre>
345345
<pre><code>@import url(example.css) <em>screen and (color), projection and (color)</em>;</code></pre>
346346
<pre><code>@media <em>screen and (color), projection and (color)</em> { &hellip; }</code></pre>

0 commit comments

Comments
 (0)