Skip to content

Commit 2bc498f

Browse files
committed
Auto merge of #3267 - Turbo87:article, r=jtgeibel
crate.version: Use `<article>` instead of `<section>` for the rendered README according to https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Using_HTML_sections_and_outlines this appears to be a better fit for what we're doing here
2 parents a4aa630 + 5bedba7 commit 2bc498f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/templates/crate/version.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
</p>
1616
{{else}}
1717
{{#if this.readme}}
18-
<section aria-label="Readme">
18+
<article aria-label="Readme">
1919
<RenderedHtml @html={{this.readme}} local-class="readme" />
20-
</section>
20+
</article>
2121
{{else}}
2222
{{#if this.crate.description}}
2323
<div local-class='about'>

0 commit comments

Comments
 (0)