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 HTMLOptionElement.form attribute #24340

Merged

Conversation

tcl3
Copy link
Member

@tcl3 tcl3 commented May 15, 2024

This returns the parent form of a HTMLOptionElement or null if the element has no parent form.

Fixes this WPT test: http://wpt.live/html/semantics/forms/the-option-element/option-form.html

This returns the parent form of a HTMLOptionElement or null if the
element has no parent form.
@github-actions github-actions bot added the 👀 pr-needs-review PR needs review from a maintainer or community member label May 15, 2024
@awesomekling awesomekling merged commit 763b7f0 into SerenityOS:master May 16, 2024
10 checks passed
@github-actions github-actions bot removed the 👀 pr-needs-review PR needs review from a maintainer or community member label May 16, 2024
@tcl3 tcl3 deleted the libweb_optionelement_form_attribute branch May 16, 2024 06:11
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