[webkit-dev] Changing two unit tests: 'alt' as accessible name instead of description

2009-07-23 Thread Mario Sanchez Prada
Hi, As the result of working in bug 25524 (see [1] for more details), we have reached the conclusion (and not only to fix that bug) that perhaps it would be good to change how the 'alt' attribute is exposed to ATs, switching from being the accessible description to be the accessible name. This

Re: [webkit-dev] Changing two unit tests: 'alt' as accessible name instead of description

2009-07-23 Thread Chris Fleizach
I don't think you want to return the altTag in stringValue(). That should only be for things that have actual strings (textfields, text rendered onto the screen) Right now titleAttr is exposed for all elements in the ::title() method. Perhaps that is incorrect, but its hard to get this