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 upProperly implement step 3 of the inner text collection steps algorithm #20159
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Spec: https://html.spec.whatwg.org/multipage/dom.html#inner-text-collection-steps
The code is currently ignoring the select/optgroup/option exceptions.
This makes a test like
<div>a<select><option></select>bcgiveainstead ofa\nbcas it should.