- From: <bugzilla@jessica.w3.org>
- Date: Fri, 26 Oct 2012 10:04:11 +0000
- To: www-validator-cvs@w3.org
- Message-ID: <bug-19715-169@http.www.w3.org/Bugs/Public/>
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