New issue 50 by in...@frontur.com: Parse attributes with :
http://code.google.com/p/fizzler/issues/detail?id=50
Be able to parse attributes in an element that contain : (colon) in it.
Example
document.QuerySelectorAll("meta[property=og:url]")
to find
<meta property="og:url" content="" />
Many website use this because of Facebook
To fix this, I added this patch
http://code.google.com/p/fizzler/issues/detail?id=44&colspec=ID%20Type%20Status%20Priority%20Milestone%20Component%20Owner%20Summary
And then in Tokener.cs I changed IsNmChar to IsNmHashChar in line 49, see
attachement
Attachments:
Tokener.cs 10.7 KB