Re: Parsing: Equals sign in unquoted attributes

Simon Pieters wrote:
> 
>    http://philip.html5.org/data/some-unquoted-attributes-with-equals.txt
> 
> foo=="bar" didn't show up at all.

That's because I was grepping in a way that expected at least one 
character between the =s, and wouldn't match foo=="bar". If I look 
specifically for foo=="bar" (and foo==bar etc) then I find it on a few 
dozen of around 130K pages.

-- 
Philip Taylor
pjt47@cam.ac.uk

Received on Friday, 30 May 2008 13:25:44 UTC