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

Fixup on construction active element algorithm #26

Closed
wants to merge 14 commits into from
Closed

Conversation

jaytaph
Copy link
Member

@jaytaph jaytaph commented Sep 24, 2023

This PR tries to get the active element reconstruction running properly. It still fails horribly on the <a><p>X<a>Y</a>Z</p></a> test from test1.dat in the html5lib-tests repo. There are still some function implementations missing in the parser (mod.rs).

@jaytaph jaytaph marked this pull request as draft September 24, 2023 16:30
src/bin/parser_test.rs Outdated Show resolved Hide resolved
@tamimbost500
Copy link

fg

@jaytaph jaytaph force-pushed the parser branch 2 times, most recently from 279c2c8 to 2cc9a30 Compare October 2, 2023 12:53
@jaytaph
Copy link
Member Author

jaytaph commented Oct 2, 2023

I've updated the parser so it's in line with the main branch. I think i'm going to get rid of all the test-code so the current state as-is, is mergeable, even though not completely functioning. This way I think more people can take a look at the code and try to get it right.

@jaytaph jaytaph requested a review from neuodev October 2, 2023 14:12
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.

3 participants