Re: [webkit-dev] Importing W3C tests for editing

2014-02-05 Thread Robin Berjon
diting code out there branches off UA identification. As a result, fixing bugs that bring browsers more in line with one another breaks the Web. I'd love to hear indication that this is less of a SNAFU than previously reported. If not we might be stuck and in need of a more radical solutio

Re: [webkit-dev] Importing W3C tests for HTML template elements

2014-01-06 Thread Robin Berjon
No need to wait! -- Robin Berjon - http://berjon.com/ - @robinberjon ___ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

Re: [webkit-dev] Adding the Vibration API to WebCore

2012-02-01 Thread Robin Berjon
et your primary device to vibrate, but also gamepad.vibrate() with everything working the same as soon as you have a handle on a gamepad. -- Robin Berjon - http://berjon.com/ - @robinberjon ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] Adding the Vibration API to WebCore

2012-01-31 Thread Robin Berjon
advanced bidirectional ways of controlling a TV and reacting to its content, e.g. http://www.bbc.co.uk/blogs/researchanddevelopment/2011/02/universal-control.shtml -- Robin Berjon - http://berjon.com/ - @robinberjon ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] New feature flag proposal: Joystick API

2011-08-24 Thread Robin Berjon
it) from having their specificities exposed. I think that it makes sense to prototype as much as possible, and once prototypes are roughly usable look for areas of overlap with existing input methods. This isn't very different from a lot of what's been done with touch even

Re: [webkit-dev] Is vendor-prefixing JavaScript APIs a waste of time?

2011-07-09 Thread Robin Berjon
one in that IE blog is a common fixture and a quick search couldn't seem to unearth decent advice in this area. -- Robin Berjon - http://berjon.com/ - @robinberjon ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] Adding ENABLE_BATTERY_STATUS to WebCore

2011-07-05 Thread Robin Berjon
in competition with apps written by several million other developers, attention to small details like being power-conscious make a difference. Also, it would be rather trivial for jQuery/jQuery UI/jQuery mobile (and of course any other library) to keep track of the battery level and kill UI animations and other such things below a certain level. That would bring good practices to many, at little cost. I sure wish my phone did that. -- Robin Berjon - http://berjon.com/ - @robinberjon ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] Adding ENABLE_CONTACTS to WebCore

2011-07-04 Thread Robin Berjon
rm input type, then the code path to support the API on top of it should be as short as calling .click(). So, put another way, what the spec doesn't tell you is that it *is* , with the same security model and the same platform integration,