On 07/06/2011 23:01, Alan wrote:
html5lib seems to be stripping attribute quotes, which can have some
undesirable effects.

Some example of the code you are using would be nice, but I assume you are using the HTMLSerializer, you should be able to use the quote_attr_values keyword argument:

s = HTMLSerializer(quote_attr_values=True)

--
You received this message because you are subscribed to the Google Groups 
"html5lib-discuss" group.
To post to this group, send an email to html5lib-discuss@googlegroups.com.
To unsubscribe from this group, send email to 
html5lib-discuss+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/html5lib-discuss?hl=en-GB.

Reply via email to