Bug 245229 - Attribute reflection for aria-errormessage should use FrozenArray
Summary: Attribute reflection for aria-errormessage should use FrozenArray
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Manuel Rego Casasnovas
URL:
Keywords: InRadar
Depends on:
Blocks: 196843
  Show dependency treegraph
 
Reported: 2022-09-15 09:51 PDT by Manuel Rego Casasnovas
Modified: 2022-09-15 14:41 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Manuel Rego Casasnovas 2022-09-15 09:51:04 PDT
aria-errormessage attribute allows to refer to a list of elements in WebKit.

Other browsers only allow to reference one element, but there's an ARIA issue about changing that:
https://github.com/w3c/aria/issues/1730

Current implementation of IDREF attribute reflection in WebKit only allows to reference to one element, which is inconsistent with the attribute.
Comment 1 Radar WebKit Bug Importer 2022-09-15 09:51:18 PDT
<rdar://problem/99974391>
Comment 2 Manuel Rego Casasnovas 2022-09-15 09:56:28 PDT
Pull request: https://github.com/WebKit/WebKit/pull/4389
Comment 3 EWS 2022-09-15 14:41:12 PDT
Committed 254530@main (a4c2d5930246): <https://commits.webkit.org/254530@main>

Reviewed commits have been landed. Closing PR #4389 and removing active labels.