Bug 283578
| Summary: | AX: REGRESSION(286869@main): AXPropertyName::IsExpanded becomes stale for details and summary elements, causing accessibility/mac/details-summary.html to fail in ITM | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Tyler Wilcock <tyler_w> |
| Component: | Accessibility | Assignee: | Tyler Wilcock <tyler_w> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | andresg_22, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Safari 18 | ||
| Hardware: | All | ||
| OS: | All | ||
Tyler Wilcock
Prior to https://commits.webkit.org/286869@main, we used to get away with not updating this property because every time the details were expanded, we would throw away the entire details, summary, and other descendant objects and create new ones (because the DOM implementation destroyed and recreated the DOM elements each time). After https://commits.webkit.org/286869@main, the DOM implementation no longer destroys and recreates brand new DOM elements, instead managing the visibility via CSS content-visibility. This a good change, since we now do significantly less work, but need to make sure this property stays up-to-date.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/140428627>
Tyler Wilcock
Pull request: https://github.com/WebKit/WebKit/pull/37036
EWS
Committed 287009@main (9da9cefb7d6d): <https://commits.webkit.org/287009@main>
Reviewed commits have been landed. Closing PR #37036 and removing active labels.