Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upImplement "Option" named constructor for HTMLOptionElement #25380
Labels
Projects
Comments
|
@highfive assign me |
|
Hey @teapotd! Thanks for your interest in working on this issue. It's now assigned to you! |
bors-servo
added a commit
that referenced
this issue
Jan 3, 2020
Implement HTMLOptionElement named constructor This change implements `Option` named constructor for `HTMLOptionElement`. --- - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #25380 - [X] There are tests for these changes
bors-servo
added a commit
that referenced
this issue
Jan 3, 2020
Implement HTMLOptionElement named constructor This change implements `Option` named constructor for `HTMLOptionElement`. --- - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #25380 - [X] There are tests for these changes
bors-servo
added a commit
that referenced
this issue
Jan 3, 2020
Implement HTMLOptionElement named constructor This change implements `Option` named constructor for `HTMLOptionElement`. --- - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #25380 - [X] There are tests for these changes
bors-servo
added a commit
that referenced
this issue
Jan 3, 2020
Implement HTMLOptionElement named constructor This change implements `Option` named constructor for `HTMLOptionElement`. --- - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #25380 - [X] There are tests for these changes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A constructor named Option is specified in https://html.spec.whatwg.org/#dom-option, expected in passing by various WPT tests, and specifically tested in html/semantics/forms/the-option-element/option-element-constructor.html. Servo has it commented out in HTMLOptionElement.webidl.