Re: [whatwg] Why can't ImageBitmap objects have width and height attributes? (and other e-mails)

2013-07-17 Thread Rik Cabanier
On Wed, Jul 17, 2013 at 5:17 PM, Ian Hickson wrote: > On Tue, 18 Dec 2012, Kevin Gadd wrote: > > > > Is it possible to expose the width/height of an ImageBitmap, or even > > expose all the rectangle coordinates? Exposing width/height would be > > nice for parity with Image and Canvas when writing

Re: [whatwg] Why can't ImageBitmap objects have width and height attributes? (and other e-mails)

2013-07-17 Thread Justin Novosad
On Wed, Jul 17, 2013 at 8:17 PM, Ian Hickson wrote: > > On Tue, 18 Dec 2012, Kevin Gadd wrote: > > > > Sorry, upon reading over the ImageBitmap part of the spec again I'm > > confused: Why is constructing an ImageBitmap asynchronous? > > Because it might involve network I/O. > Just to be clear:

Re: [whatwg] Why can't ImageBitmap objects have width and height attributes? (and other e-mails)

2013-07-17 Thread Ian Hickson
On Tue, 18 Dec 2012, Kevin Gadd wrote: > > Is it possible to expose the width/height of an ImageBitmap, or even > expose all the rectangle coordinates? Exposing width/height would be > nice for parity with Image and Canvas when writing functions that accept > any drawable image source. > > Than