[Bug 19715] incorrect ARIA errors reported

https://www.w3.org/Bugs/Public/show_bug.cgi?id=19715

Michael[tm] Smith <mike@w3.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mike@w3.org

--- Comment #1 from Michael[tm] Smith <mike@w3.org> ---
(In reply to comment #0)
> when checking this page: http://juicystudio.com/tpg/rbc/combo.html
> 
> none of the ARIA errors appear to be correct.
> <li> allows role="option" and any of the aria-* attributes used.

Fixed now, I think. You can test at http://validator.w3.org/nu/

> aria-activedescendent does not have have to be a desccednent element as
> reported;
> "Error: The aria-activedescendant attribute must refer to a descendant
> element."
> if the aria-owns property is used to point to a non DOM descendent (which it
> is)

Fixed now, I think. See http://validator.w3.org/nu/

> Also on the qa-dev the follwoing error (incorrectly)on the input type=text
> element:
> "Error: Attribute readonly not allowed on element input at this point."

Fixed now. But not yet pushed to qa-dev. Please test at
http://validator.w3.org/nu/ instead.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Saturday, 20 April 2013 07:09:02 UTC