- From: <bugzilla@jessica.w3.org>
- Date: Tue, 11 Nov 2014 10:38:11 +0000
- To: public-html-admin@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=27297 Bug ID: 27297 Summary: DOM needs a way to get element's computed ARIA role and computed label string Product: WHATWG Version: unspecified Hardware: PC OS: All Status: NEW Severity: normal Priority: P2 Component: HTML Assignee: ian@hixie.ch Reporter: simonp@opera.com QA Contact: contributor@whatwg.org CC: jcraig@apple.com, mike@w3.org, public-html-admin@w3.org, public-html-wg-issue-tracking@w3.org Depends on: 27294 +++ This bug was initially created as a clone of Bug #27294 +++ 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 Tuesday, 11 November 2014 10:38:21 UTC