-
Notifications
You must be signed in to change notification settings - Fork 252
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
base: main
Are you sure you want to change the base?
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? |
Neither the proposal nor the test changes are merged yet.
html5lib/html5lib-tests#178
whatwg/html#10557