Module:Navbox/sandbox: Difference between revisions

Content deleted Content added
add navigation role attribute (this may have to be put somewhere else to apply in all cases where it should; I'm not sure)
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')