Re: [whatwg] The iframe element and sandboxing ideas

2008-07-03 Thread Kristof Zelechovski
For the record: Microsoft HTML engine supports the following syntax: IFRAME src=about:HTML ./HTML . Chris -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Ter Louw Sent: Wednesday, July 02, 2008 5:42 PM To: Ian Hickson Cc: [EMAIL PROTECTED]; whatwg;

[whatwg] HTMLMediaElement: more issues and ambiguities

2008-07-03 Thread Philip Jägenstedt
Today, another batch of HTMLMediaElement issues. Each issue begins with a link, so skip other those which seem uninteresting. http://www.whatwg.org/specs/web-apps/current-work/multipage/video.html#poster If the specified resource is to be used, it must be fetched when the element is created or

Re: [whatwg] on ImageData, putImageData() and drawImage()

2008-07-03 Thread Mathieu HENRI
Mathieu HENRI wrote: Hi, As of today the variants of the putImageData() method copy a region of an ImageData (in device pixels) straight to a Canvas (in intrinsic pixels) and do not allow to scale the region further than the obvious device to intrinsic scaling. This means that if a

[whatwg] Canvas tests that fail across the board

2008-07-03 Thread Simon Pieters
Sorting Philip's canvas results table by failure score: http://simon.html5.org/dump/canvas-results-sorted.html ...and quickly looking through the top ones, I make the following notes: 2d.transformation.scale.nonfinite

Re: [whatwg] The iframe element and sandboxing ideas

2008-07-03 Thread Collin Jackson
On Thu, Jul 3, 2008 at 12:59 AM, Kristof Zelechovski [EMAIL PROTECTED] wrote: Microsoft HTML engine supports the following syntax: IFRAME src=about:HTML ./HTML . I'd like to learn more about this. I wasn't able to reproduce it in IE. Is it documented somewhere? Collin Jackson