Content deleted Content added
Dinoguy1000 (talk | contribs) add navigation role attribute (this may have to be put somewhere else to apply in all cases where it should; I'm not sure) |
Dinoguy1000 (talk | contribs) move the role so it actually gets applied |
||
Line 334:
:css('background', 'transparent')
:css('color', 'inherit')
:attr('role', 'navigation') -- <http://www.w3.org/TR/wai-aria/roles#navigation>▼
end
tbl:cssText(args.innerstyle)
Line 381 ⟶ 380:
:cssText(args.bodystyle)
:cssText(args.style)
▲ :attr('role', 'navigation') -- <http://www.w3.org/TR/wai-aria/roles#navigation>
:tag('tr')
:tag('td')
|