html5lib / html5lib-tests

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

<command> element no longer exists. #15

Closed nolanw closed 11 years ago

nolanw commented 11 years ago

It once parsed as if its self-closing flag was always set. As it is no longer in the spec, it now parses as an ordinary element, and the text node becomes its child.

hoppipolla-critic-bot commented 11 years ago

Critic review: https://critic.hoppipolla.co.uk/r/215

This is an external review system which you may optionally use for the code review of your pull request.

gsnedders commented 11 years ago

https://github.com/html5lib/html5lib-tests/commit/a2879ebc99c65b2327be6fb5e09b062663431571 rebased