Dotclear


Ignore:
Timestamp:
12/21/14 08:54:14 (11 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
2.7
Message:

role="navigation" cannot be put on <ul> tag, so we should enclosed <ul>…</ul> with <nav role="navigation">, thanks pierrevg for reporting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/simpleMenu/_public.php

    r2778 r2866  
    139139               // Final rendering 
    140140               if ($ret) { 
    141                     $ret = '<ul '.($id ? 'id="'.$id.'"' : '').' class="simple-menu'.($class ? ' '.$class : '').'" role="navigation">'."\n".$ret."\n".'</ul>'; 
     141                    $ret = '<nav role="navigation"><ul '.($id ? 'id="'.$id.'"' : '').' class="simple-menu'.($class ? ' '.$class : '').'>'."\n".$ret."\n".'</ul></nav>'; 
    142142               } 
    143143          } 
Note: See TracChangeset for help on using the changeset viewer.

Sites map