Re: [whatwg] Bicubic filtering on context.drawImage

2013-12-08 Thread Tab Atkins Jr.
On Mon, Dec 9, 2013 at 5:29 PM, Tingan Ho wrote: > Hi Whatwg, > > I'm a web developer in need of bicubic filtering on context.drawImage. I > use to crop and scale images on the web using canvas. And I noticed that > quality when you scale down very much is very bad on canvas. I scale down > images

Re: [whatwg] inputmode feedback

2013-12-08 Thread 河内 隆仁
Probably the reason some Japanese banks still use half-width kana is what Ryosuke said, but as Mike saw in Mizuho and Mitsui Sumitomo, they are moving away from forcing user to type in half-width kana directly, they convert on server side - I think this is a good trend. Aside from banking, I guess

[whatwg] Bicubic filtering on context.drawImage

2013-12-08 Thread Tingan Ho
Hi Whatwg, I'm a web developer in need of bicubic filtering on context.drawImage. I use to crop and scale images on the web using canvas. And I noticed that quality when you scale down very much is very bad on canvas. I scale down images using context.drawImage. There is no way for me to opt in fo

Re: [whatwg] onclose events for MessagePort

2013-12-08 Thread Ian Hickson
On Sat, 7 Dec 2013, Andrew Wilson wrote: > > Here's my point - let's say you have two UA implementations, one that > GCs aggressively when two ports are not reachable and are idle, and one > that never GCs entangled ports. > > Two documents (A and B) are connected via entangled ports, but the p