Bug 172589 - [ATK] Add support for aria-errormessage
Summary: [ATK] Add support for aria-errormessage
Status: RESOLVED DUPLICATE of bug 172588
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: WebKit Nightly Build
Hardware: All Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on: 172355
Blocks:
  Show dependency treegraph
 
Reported: 2017-05-25 07:24 PDT by Joanmarie Diggs
Modified: 2017-06-02 05:55 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joanmarie Diggs 2017-05-25 07:24:08 PDT
The aria-errormessage attribute was added in ARIA 1.1. According to the Core AAM [1]:

"If the referenced object is in the accessibility tree, expose a pointer to the accessible object using RELATION_ERROR_MESSAGE, and expose reverse relations as described in Relations."

The reverse relation type for RELATION_ERROR_MESSAGE is RELATION_ERROR_FOR.

Note that the relation types needed to implement this support will require we update the minimum versions of atk, at-spi2-core, and at-spi2-atk in jhbuild to at least 2.15.2. That also needs to be done in order to fix bug 172355, for which there is a proposed patch. Therefore making this bug depend on 172355.

[1] https://rawgit.com/w3c/aria/master/core-aam/core-aam.html#ariaErrorMessage
Comment 1 Radar WebKit Bug Importer 2017-05-25 07:24:30 PDT
<rdar://problem/32401234>
Comment 2 Joanmarie Diggs 2017-06-02 05:55:35 PDT

*** This bug has been marked as a duplicate of bug 172588 ***