Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Align ARIAMixin with changes in HTML #1876

Merged
merged 3 commits into from
Feb 15, 2024
Merged

Conversation

annevk
Copy link
Member

@annevk annevk commented Feb 20, 2023

This does not address most of the issues described in #1110, but does provide a better base for ElementInternals support and tackling the issues in #1110.

Corresponding HTML change: whatwg/html#8496.


This is meant to be editorial when combined with the HTML PR landing around the same time, leaving existing spec-UB as spec-UB. Please do not merge this before the HTML PR is merged.

cc @domenic


Preview | Diff

This does not address most of the issues described in w3c#1110, but does provide a better base for ElementInternals support and tackling the issues in w3c#1110.

Corresponding HTML change: whatwg/html#8496.
@pkra
Copy link
Member

pkra commented Feb 21, 2023

Converting to draft until upstream PR is resolved.

Copy link
Contributor

@domenic domenic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, I guess this did dramatically simplify things.

@annevk
Copy link
Member Author

annevk commented Feb 22, 2023

I think it might have to get more complicated as we address the remaining issues around DOMString? and such, but for now it's indeed a simplification.

@pkra pkra added this to the ARIA 1.3 milestone Feb 22, 2023
annevk added a commit to whatwg/html that referenced this pull request Feb 22, 2023
Other changes:

* Remove reflection of unrestricted double as it is buggy and unused.
* The DOMString getter steps did not account for a missing attribute.
* The native accessibility semantics map was renamed to the internal content attribute map as it's now a more general reflection concept.

Corresponding ARIA PR: w3c/aria#1876.

Fixes #8442.

Follow-up:

* w3c/core-aam#152
* w3c/aria#1110
* #3238
* #8544
* #8545
* #8926
* #8927
* #8928
* #8930
@spectranaut spectranaut marked this pull request as ready for review February 23, 2023 18:11
@domenic
Copy link
Contributor

domenic commented Jan 5, 2024

Can anyone work on merging this? I got very confused implementing the current spec in jsdom.

index.html Outdated Show resolved Hide resolved
Copy link
Member

@keithamus keithamus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks like a straightforward and worthwhile change to me, once the above comment is resolved.

Copy link
Contributor

@cookiecrook cookiecrook left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approve with included edits.

index.html Outdated Show resolved Hide resolved
index.html Outdated Show resolved Hide resolved
Copy link
Contributor

@spectranaut spectranaut left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Applied edits on @cookiecrook's edits.

index.html Outdated Show resolved Hide resolved
index.html Outdated Show resolved Hide resolved
@spectranaut
Copy link
Contributor

spectranaut commented Feb 15, 2024

This looks ready to merge per today's meeting (https://www.w3.org/2024/02/15-aria-minutes#t08) - I'll resolve merge conflicts and land.

@spectranaut spectranaut merged commit d2c9883 into w3c:main Feb 15, 2024
2 checks passed
github-actions bot added a commit that referenced this pull request Feb 15, 2024
SHA: d2c9883
Reason: push, by spectranaut

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants