• For accessibility, tables that are being used as layout structures should include a “role” attribute that equals to “presentation” to indicate to screen-readers that it is not really a table.

    So in line 101 of /templates/notification-bar-template.php, could you add the role parameter?

    <table border=”0″ cellspacing=”0″ cellpadding=”0″ role=”presentation”>

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Accessibility optimization’ is closed to new replies.