Redundant attributes: irrelevant and aria-hidden

'irrelevant' and 'aria-hidden' seem to have exactly the same meaning.  
The only difference is that HTML5 'irrelevant' is an HTML boolean  
attribute (attribute present / attribute absent) and aria-hidden takes  
"true" and "false" as values (aria-hidden='true' / absent or other  
value).

-- 
Henri Sivonen
hsivonen@iki.fi
http://hsivonen.iki.fi/

Received on Wednesday, 26 March 2008 17:25:23 UTC