[Bug 19715] New: incorrect ARIA errors reported

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

          Priority: P2
            Bug ID: 19715
          Assignee: mike+validator@w3.org
           Summary: incorrect ARIA errors reported
        QA Contact: www-validator-cvs@w3.org
          Severity: normal
    Classification: Unclassified
                OS: Windows NT
          Reporter: faulkner.steve@gmail.com
          Hardware: PC
            Status: NEW
           Version: unspecified
         Component: General
           Product: Validator (Nu)

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.

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)

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."

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

Received on Friday, 26 October 2012 10:16:59 UTC