Skip to content

Commit 8089148

Browse files
committed
Use consistent ordering (W0013 then W0014), and fix heading text content
1 parent a975b54 commit 8089148

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

test/index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -391,13 +391,7 @@ <h2>This is a heading element.</h1>
391391
</section>
392392
</section>
393393
<section>
394-
<h2>A <code>&lt;a&gt;</code> has an <code>href</code> linking to a content site (Youtube, etc)</h2>
395-
<ul>
396-
<li><a href="https://youtube.com/foo">YouTube Link</a></li>
397-
<li><a href="https://youtu.be/bar">YouTube Link</a></li>
398-
<li><a href="https://spotify.com/en/">Spotify Link</a></li>
399-
</ul>
400-
<h2>A <code>&lt;a&gt;</code> has an <code>href</code> linking to a content site (Youtube, etc)</h2>
394+
<h2>A <code>&lt;a&gt;</code> has an <code>href</code> linking to a PDF, Word, Excel, or PowerPoint document.</h2>
401395
<ul>
402396
<li><a href="/static/foo.pdf">.pdf (PDF)</a></li>
403397
<li><a href="/static/foo.docx">.docx (Word)</a></li>
@@ -409,6 +403,12 @@ <h2>A <code>&lt;a&gt;</code> has an <code>href</code> linking to a content site
409403
<li><a href="/static/foo.ppt">.ppt (PowerPoint)</a></li>
410404
<li><a href="/static/foo.txt">.txt (Text)</a></li>
411405
</ul>
406+
<h2>A <code>&lt;a&gt;</code> has an <code>href</code> linking to a content site (Youtube, etc)</h2>
407+
<ul>
408+
<li><a href="https://youtube.com/foo">YouTube Link</a></li>
409+
<li><a href="https://youtu.be/bar">YouTube Link</a></li>
410+
<li><a href="https://spotify.com/en/">Spotify Link</a></li>
411+
</ul>
412412
</section>
413413
</body>
414414
</html>

0 commit comments

Comments
 (0)