Re: Attribute quoting with backquotes in HTML::Parser

2007-02-06 Thread Gisle Aas
On 2/6/07, Alex Kapranoff [EMAIL PROTECTED] wrote: Good day! I searched the archives and didn't find anything. Were there discussions about supporting weird IE quoting with backquotes (img alt=`a b c`)? I never heared a request for that before so I don't think so. It seems that IE7

Re: Attribute quoting with backquotes in HTML::Parser

2007-02-06 Thread Alex Kapranoff
* Gisle Aas [EMAIL PROTECTED] [February 06 2007, 18:41]: On 2/6/07, Alex Kapranoff [EMAIL PROTECTED] wrote: Good day! I searched the archives and didn't find anything. Were there discussions about supporting weird IE quoting with backquotes (img alt=`a b c`)? I never heared a request for

Re: Attribute quoting with backquotes in HTML::Parser

2007-02-06 Thread Gisle Aas
This is a patch that implements this; enable by setting the $p-backquote() attribute method. Will show up in HTML-Parser 3.57. ? HTML-Parser-3.55-threads.diff ? HTML-Parser-3.55.tar.gz ? HTML-Parser-3.56.tar.gz ? HTML-Tagset-3.10 ? xxx Index: Parser.pm