Alexander Farkas

Results 176 comments of Alexander Farkas
trafficstars

In case you want to get the `$('form').is(':invalid')` feature into all browsers you can do this: ``` js //has to be run before calling webshim.polyfill try { webshim,bugs.bustedValidity = !$('').is(':valid');...

Thx, will look into this, this weekend.

While I can see some inconsistence between native error bubble and customized error bubble. I can't see any difference between with `callProp` and `setCustomValidity`. Could you create a testcase for...

This is a very specific feature request. That does not follow the spec, however you can built it your own. Here is how: https://github.com/aFarkas/webshim/issues/148

Yes, I often think about it. Give me some time to answer :-D

Unfortunatley, I have not so much time to answer it how I want. Here are some points: I'm not 100% sure, wether I will do an absolute new version with...

I will add some ideas including examples by time here. But to be clear here: Webshim 2.x is really something for 2015. Maybe I will start earlier, but this won't...

Something I can not resist: Although the current webshim-repo is treated as a monolithic package, the architecture isn't and webshim 1.x is developed with modules in mind. Webshim doesn't use...

@mreinstein Your image argument is indeed a strong one. Will come back to this later. ;-)