Skip to content

Commit e9fae2b

Browse files
canslab1claude
andcommitted
Remove redundant role=contentinfo from footer (W3C warning fix)
The <footer> element already implies role="contentinfo" per HTML spec. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent b0af449 commit e9fae2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ <h2 id="license">License</h2>
580580
<!-- PRERENDER-END -->
581581
</article>
582582
</main>
583-
<footer class="site-footer" role="contentinfo">
583+
<footer class="site-footer">
584584
<nav class="footer-nav" aria-label="CANS Lab Software">
585585
<a href="https://canslab1.github.io/EpiRank/">EpiRank</a>
586586
<span class="footer-sep">&middot;</span>

0 commit comments

Comments
 (0)