Re: [whatwg] Test suite: Embedded content

2005-11-29 Thread Ian Hickson
On Tue, 29 Nov 2005, Christian Biesinger wrote: Ian Hickson wrote: Yeah, what's a plugin and what isn't is a UA thing, so if the UA decides that its PNG and SVG plugins happen to be native support, well, that's what it is. (Both PNG and SVG are recognised by Mozilla's embed because at

Re: [whatwg] Test suite: Embedded content

2005-11-29 Thread Jasper Bryant-Greene
Christian Biesinger wrote: How can you drop applet if you want to be compatible with the current web? We're writing a specification here, not an implementation. Implementations will likely continue to be backwards compatible with applet, just as they are with font etc. -- Jasper

Re: [whatwg] Menus, fallback, and backwards compatibility: ideas wanted

2005-11-29 Thread Lachlan Hunt
Matthew Raymond wrote: Lachlan Hunt wrote: I don't believe my suggestion was altering the semantics of any element. The intention was the use the semantics of existing controls in a way that can rendered as a single widget that performs the functions of both (selection and submission) to

[whatwg] XMLHttpRequest.status on connection timeout

2005-11-29 Thread Boris Zbarsky
What should XMLHttpRequest.status return on connection timeout? Ian and I were talking about this, and it seems like 502 is a good response code here... See https://bugzilla.mozilla.org/show_bug.cgi?id=304980 -Boris