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

LibWeb: Implement the labels attribute for all labelable elements #24359

Merged
merged 1 commit into from
May 18, 2024

Conversation

tcl3
Copy link
Member

@tcl3 tcl3 commented May 18, 2024

This returns a NodeList of all the labels associated with the given element.

With this change we now pass this WPT test: http://wpt.live/html/semantics/forms/the-label-element/labelable-elements.html

This returns a `NodeList` of all the labels associated with the given
element.
@github-actions github-actions bot added the 👀 pr-needs-review PR needs review from a maintainer or community member label May 18, 2024
@awesomekling awesomekling merged commit 2447a25 into SerenityOS:master May 18, 2024
11 checks passed
@github-actions github-actions bot removed the 👀 pr-needs-review PR needs review from a maintainer or community member label May 18, 2024
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.

None yet

2 participants