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

Add selectedoption element #566

Closed
wants to merge 1 commit into from

Conversation

josepharhar
Copy link

@josepharhar josepharhar commented Sep 27, 2024

Closes #????

The <selectedoption> element is part of the customizable select feature and is being added to HTML here.

Implementation


💥 Error: 500 Internal Server Error 💥

PR Preview failed to build. (Last tried on Sep 27, 2024, 5:00 PM UTC).

More

PR Preview relies on a number of web services to run. There seems to be an issue with the following one:

🚨 Spec Generator - Spec Generator is the web service used to build specs that rely on ReSpec.

🔗 [Related URL]([object Object])

🕵️‍♀️  That doesn't seem to be a ReSpec document. Please check manually: http://localhost:8082/uploads/tdr5I9/index.html?isPreview=true%3FisPreview%3Dtrue&publishDate=2024-09-27

If you don't have enough information above to solve the error by yourself (or to understand to which web service the error is related to, if any), please file an issue.

scottaohara added a commit to w3c/aria that referenced this pull request Sep 27, 2024
I recreated the [original PR](w3c/html-aam#566) by @josepharhar

The `<selectedoption>` element is part of the [customizable select feature](whatwg/html#9799) and is being added to HTML [here](whatwg/html#10633).

## Implementation

* WPT tests: web-platform-tests/wpt#45096
* Implementations (link to issue or when done, link to commit):
   * WebKit: TODO
   * Gecko: TODO
   * Blink: https://chromium.googlesource.com/chromium/src/+/18b5eac27b14b409503aa8047cf9358082a0e0df

Co-authored-by: Joey Arhar @josepharhar
@scottaohara
Copy link
Member

thanks for doing this @josepharhar

we moved the spec for HTML AAM over to the ARIA repo. so you didn't need to make the PR twice, I redid it for you over there.

i purposefully left out a hard decision about what role this element should be, as we generally moved away from 'not mapped' for html elements... they would at least have a platform computedrole mapping for testability.

let me know if you have any questions. thank you again.

@josepharhar
Copy link
Author

Replacement is here: w3c/aria@269f3e2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants