mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-02-10 08:30:54 +00:00
Fixed misuse of ARIA roles (see http://dev.opera.com/articles/view/introduction-to-wai-aria/)
This commit is contained in:
@ -10,7 +10,7 @@ layout: default
|
||||
{% include article.html %}
|
||||
</article>
|
||||
{% endfor %}
|
||||
<nav role="pagination">
|
||||
<nav class="pagination">
|
||||
<div>
|
||||
{% if paginator.next_page %}
|
||||
<a class="prev" href="{{paginator.next_page}}">← Older</a>
|
||||
@ -22,7 +22,7 @@ layout: default
|
||||
</div>
|
||||
</nav>
|
||||
</div>
|
||||
<aside role=sidebar>
|
||||
<aside class="sidebar">
|
||||
{% if site.blog_index_asides.size %}
|
||||
{% include_array blog_index_asides %}
|
||||
{% else %}
|
||||
|
||||
Reference in New Issue
Block a user