[whatwg] Bicubic filtering on context.drawImage

2013-12-08 Thread Tingan Ho
in for which filter method to use. I thought it was a bug first, because I thought context.webkitImageSmoothingEnabled did the job. But it didn't. So I filed a bug for chrome. But they suggested me to email you guys. https://code.google.com/p/chromium/issues/detail?id=326640 -- Sincerely, Tingan Ho

Re: [whatwg] Bicubic filtering on context.drawImage

2013-12-09 Thread Tingan Ho
'drawImage'. The spec currently doesn't enforce what resampling algorithm to use; it just allows you to turn it off. Tingan, would it be acceptable for you to do the resampling in JavaScript? -- Sincerely, Tingan Ho tin...@p1.cn

Re: [whatwg] Bicubic filtering on context.drawImage

2013-12-09 Thread Tingan Ho
it also breaks consistency that drawImage doesn't behave the same way as you would scale up and down an ordinary HTML Image object. On Mon, Dec 9, 2013 at 10:15 PM, Oliver Hunt oli...@apple.com wrote: On Dec 9, 2013, at 2:29 PM, Tingan Ho tin...@p1.cn wrote: Tingan, would it be acceptable

[whatwg] Orientation fixing for mobile devices

2013-12-17 Thread Tingan Ho
*For portrait only:* html orientation=portrait -- Sincerely, Tingan Ho

Re: [whatwg] Orientation fixing for mobile devices

2013-12-18 Thread Tingan Ho
OH never mind found the spec for it https://dvcs.w3.org/hg/screen-orientation/raw-file/tip/Overview.html. On Wed, Dec 18, 2013 at 3:29 PM, Tingan Ho tinga...@gmail.com wrote: It would be great if there was some kind of orientation fixing for the mobile web. Developers might develop portrait

[whatwg] Form data append behavior on null type

2013-12-30 Thread Tingan Ho
/XMLHttpRequest2/#the-append-method -- Sincerely, Tingan Ho tin...@p1.cn

Re: [whatwg] Form data append behavior on null type

2013-12-30 Thread Tingan Ho
Date: Tue, 31 Dec 2013 16:17:54 +1100 From: Cameron McCormack c...@mcc.id.au To: Tingan Ho tin...@p1.cn CC: WHATWG whatwg@lists.whatwg.org Tingan Ho wrote: Wouldn't it be good to specify the behavior of type null in *append* method of Form data? Right now Safari sends string* null.* Chrome

Re: [whatwg] Form data append behavior on null type

2013-12-30 Thread Tingan Ho
/13 1:44 AM, Tingan Ho wrote: Right now, Chrome, Firefox, Opera uses emtpy strings **. Safari and IE uses null string *null.* May I ask which Firefox version you tested? I would think that Firefox 20 and newer would be sending null here, and testing on http://jsfiddle.net/fbgLg

[whatwg] More effective model for handling resources

2014-03-13 Thread Tingan Ho
and feedback is welcomed -- Sincerely, Tingan Ho

Re: [whatwg] More effective model for handling resources

2014-03-13 Thread Tingan Ho
the expires, which the suggested solution does. On Fri, Mar 14, 2014 at 3:39 AM, Qebui Nehebkau qebui.nehebkau+wha...@gmail.com wrote: On Thu, Mar 13, 2014 at 6:57 AM, Tingan Ho tinga...@gmail.com wrote: Thought and feedback is welcomed Surely it would be better to send an archive file

Re: [whatwg] More effective model for handling resources

2014-04-02 Thread Tingan Ho
mentioned caching. Cookies will take care of information providing. And the server just uses Server Push to push content. On Thu, Apr 3, 2014 at 1:57 AM, Ian Hickson i...@hixie.ch wrote: On Thu, 13 Mar 2014, Tingan Ho wrote: Almost all web developer I know use externally linked CSS resource