Subject: | HTML::Entities should quote all attributes to be valid HTML |
Current HTML::Element doesn't quote attribute values that are numbers, but this is required to valid HTML in some cases. (And acceptable in all).
Related, it should be possible for tags like <input> to be printed with a self-closing slash at the end to be valid XHTML.
Thanks!
Mark