- From: <bugzilla@jessica.w3.org>
- Date: Mon, 10 Nov 2014 18:37:14 +0000
- To: public-html-admin@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=27294
Bug ID: 27294
Summary: DOM needs a way to get element's computed ARIA role
and computed label string
Product: HTML WG
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: HTML5 spec
Assignee: dave.null@w3.org
Reporter: jcraig@apple.com
QA Contact: public-html-bugzilla@w3.org
CC: mike@w3.org, public-html-admin@w3.org,
public-html-wg-issue-tracking@w3.org
DOM needs a way to get element's computed ARIA role and computed label string.
For example:
partial interface Element {
// These might not need to be an accessors methods.
// Could be string properties instead.
String computedRole();
String computedLabel();
};
--
You are receiving this mail because:
You are on the CC list for the bug.
Received on Monday, 10 November 2014 18:37:16 UTC