-
Notifications
You must be signed in to change notification settings - Fork 259
Relax <select> parser (WHATWG proposal)
#560
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
Conversation
Neither the proposal nor the test changes are merged yet. Also, the tests are still failing. html5lib/html5lib-tests#178 whatwg/html#10557
<select> parser (WHATWG proposal)
|
@untitaker I'm not sure if you still have time to work on this, but spec proposal has now been merged, and we'd love to get I also wanted to notify you that this crate has seen a revival in activity and maintainence in the last few months, and to invite you to collaborate with us if you are interested in doing so. |
|
i'm stumped on how to implement this part of the spec which seems to be part of handling to me this implies that the |
I haven't looked into this deeply, but we already keep track of the currently open
If it is a breaking change then that's probably not a big deal: html5ever makes breaking changes quite frequently |
|
Progress update. Indeed the conflict resolution was trivial, but since I opened the PR, the corresponding spec PR has significantly expanded in scope. So it's not all easy.
Am I missing something? |
|
in order to move forward with updating html5lib-tests i ignored the remaining two tests. they are testing full DOM behavior which html5ever does not care about. |
|
@nicoburns i think this can be reviewed/merged |
jdm
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great work. Thank you for doing it, and sorry for sitting on it for so long without feedback!
Neither the proposal nor the test changes are merged yet.
html5lib/html5lib-tests#178
whatwg/html#10557