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

Test tag omission in conformant HTML #868

Merged
merged 1 commit into from
May 23, 2020
Merged

Conversation

JakeQZ
Copy link
Contributor

@JakeQZ JakeQZ commented May 21, 2020

Verify that optional implicit tags can be omitted from the input HTML (body) in
accordance with the specification.

Although this, in reality, is testing the 3rd party DOM parser used, rather than
our code base, having these tests would allow us to choose to use a different
DOM parser with greater confidence.

Relates to #831.

Verify that optional implicit tags can be omitted from the input HTML (body) in
accordance with the specification.

Although this, in reality, is testing the 3rd party DOM parser used, rather than
our code base, having these tests would allow us to choose to use a different
DOM parser with greater confidence.

Relates to #831.
@JakeQZ JakeQZ requested review from oliverklee and zoliszabo May 21, 2020 22:42
@JakeQZ JakeQZ self-assigned this May 21, 2020
@JakeQZ JakeQZ mentioned this pull request May 22, 2020
@oliverklee oliverklee merged commit 6baf0c1 into master May 23, 2020
@oliverklee oliverklee deleted the test/tag-omission branch May 23, 2020 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants