Prevents a superfluous end tag of a self-closing HTML tag from closing its parent element prematurely, for example: ```html <object><param></param><param></param></object> ``` (note <param> is self closing) being turned into: ```html <object><param/></object><param/> ``` |
||
|---|---|---|
| .. | ||
| lexer | ||
| parser | ||
| entities_spec.rb | ||
| sax_parser_spec.rb | ||