Some steps for a better screen reader compatibility
This commit is contained in:
parent
7e14db5e0d
commit
a8a21da6f5
6 changed files with 64 additions and 51 deletions
|
@ -1,6 +1,6 @@
|
|||
|
||||
<ul class="tabs">
|
||||
<ul role="menubar" class="tabs">
|
||||
{{foreach $tabs as $tab}}
|
||||
<li id="{{$tab.id}}"><a href="{{$tab.url}}" class="tab button {{$tab.sel}}"{{if $tab.title}} title="{{$tab.title}}"{{/if}}>{{$tab.label}}</a></li>
|
||||
<li role="menuitem" id="{{$tab.id}}"><a href="{{$tab.url}}" class="tab button {{$tab.sel}}"{{if $tab.title}} title="{{$tab.title}}"{{/if}}>{{$tab.label}}</a></li>
|
||||
{{/foreach}}
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue