Open ObserverOfTime opened 8 months ago
See https://developer.mozilla.org/en-US/docs/Glossary/Void_element
Example:
<!DOCTYPE html> <html lang="en"> <head><title>foo</title></head> <body><input>bar</input></body>
The parser should produce an error on </input> like the W3C validator does.
</input>
See https://developer.mozilla.org/en-US/docs/Glossary/Void_element
Example:
The parser should produce an error on
</input>
like the W3C validator does.