Dustin Diaz
Dustin Diaz
this should be easy to add in
i like the additions. could you please add tests for these?
correct. but you can't just do this: ``` emile('test', 'filter:alpha(opacity=0);') ``` the émile parser won't know what to do with the value alpha(opacity=0) since it's not an enumerable number like...
interesting. and you can confirm that there was no problems with V41
this looks great. I couldn't get buster running either and started to get annoyed by it. It would be good to have this run thru the test suite before moving...
`isNative` I'm sure is just referring to the `type` itself
@rvagg that doesn't work either.... mainly because i think buster changed. have a go at a fresh bean setup and you'll notice `buster is undefined` because `buster/resources/buster-test.js` does not exist...
Well, don't rip it yet. Let me have a look with fresh eyes in the morning
do this instead: ``` js $(el).trigger('focus') ```
interesting that this only comes up now. what would one do with an event object from a custom event?