so how horrible would it be to change CSS attribute selectors to be case 
insensitive?

or, at least, case insensitive on HTML documents, as the CSS level 3 spec 
evidently requires
http://www.w3.org/TR/css3-selectors/#casesens

right now (5.70), I'm having to do
 
$dom->find('input[type=hidden],input[type=HIDDEN]')

and maybe other combinations, which seems kind of wrong.

-- 
You received this message because you are subscribed to the Google Groups 
"Mojolicious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/mojolicious.
For more options, visit https://groups.google.com/d/optout.

Reply via email to