thetooi / zen-coding

Automatically exported from code.google.com/p/zen-coding
0 stars 0 forks source link

Parenthesis in attribute values #184

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Zen Coding can expand an abbreviation with '+', '<' and '>' in value
attributes but fails with parenthesis:
- a[href="this+will+works+fine.html"] works
- a[onclick="that<will?work>fine?too:x:y"] works
- a[href="this_(will_not)_work.html"] fails

Original issue reported on code.google.com by franck.marcia@gmail.com on 26 May 2010 at 6:57

GoogleCodeExporter commented 9 years ago
Fixed in github repo

Original comment by serge....@gmail.com on 5 Dec 2010 at 4:22