Joined: Dec 25, 2005 Posts: 364 Location: Vsetin, Czech Republic
Posted: Mon Oct 11, 2010 3:21 pm Post subject: WCAG AAA
I have been making a few tweaks to my nukeNAV in order to make it more accessible.
The biggest issue with validating it for WCAG AAA specification is with the links missing the TITLE attribute.
Specifically;
[E835] [WCAGv1 13.1 (AA)] Use the 'title' attribute to distinguish between different links that use the same link text
[E836] [WCAGv1 13.1 (AA)] Use different values for 'title' attributes with links that use the same link text
Something of a conundrum since to gain compliance you need to use the title attribute but at the same time, the value of the title attribute must be different each time if you have the same anchor text.
So far, to actually output the title attribute, I have modified the nukeNAV block file and the includes/jquery/nukeNAV.php file.
Thankfully we can just use $m_title2 in most places but I'm now wondering how I can 'alter' the attribute so that it is 'unique' whilst still being relevant.
Thoughts/feedback appreciated but so far I'm thinking I might append $m_title with the menu type i.e. 'main' for the header menu and 'side' for the block file.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum