Re: [whatwg] HTML6 proposal for single-page apps without Javascript

2015-03-30 Thread Nathan White
oblem. Show a proof of concept. Make that polyfill. My suggestion would be to implement something like http://todomvc.com/ so others have a place to compare to what already exists. - Nathan White > > -bobby > > On Mar 28, 2015, at 1:19 PM, n...@nwhite.net wrote: > >

Re: [whatwg] Effect of image-orientation on naturalWidth/Height

2015-03-13 Thread Nathan White
Dragging & dropping an image to save locally, a common image UI interaction. Regardless of `image-orientation` the file saved isn't going to change, right? As a developer my intuition would assume that naturalWidth/Height are constrained to the physical media and not the EXIF meta data. If you wan