Open
Description
A nice feature to improve minification would to let emit_attributes()
choose to use either a single or double quoted form for attribute values depending on the presence of double or single quotes in the attribute value to be escaped. This obviously has a performance hit, so it should be an option in EmitterConfig
.