html5lib / html5lib-tests

Testsuite data for html5lib, including the de-facto standard HTML parsing tests.
MIT License
188 stars 61 forks source link

Test HTML fragment parsing algorithm in annotate-xml context with HTML encoding #64

Open nox opened 9 years ago

nox commented 9 years ago

https://html.spec.whatwg.org/multipage/syntax.html#parsing-html-fragments https://html.spec.whatwg.org/multipage/syntax.html#html-integration-point

Note: If the node in question is the context element passed to the HTML fragment parsing algorithm, then the start tag token for that element is the "fake" token created during by that HTML fragment parsing algorithm.

gsnedders commented 8 years ago

Does the test format even handle this? hmmm