in reply to HTML::Tiny, null parameter tags contradicting documentation
As an aside, in SGML-based versions of HTML (i.e. before HTML5), <foo bar> is considered to be a shorthand for <foo bar="bar">. Most web browsers treated <foo bar> as being equivalent to <foo bar=""> though, which is why the HTML5 spec treats it that way.
|
|---|