[whatwg] keygen element

2005-11-13 Thread Hallvord Reiar Michaelsen Steen
I'd like the keygen DOM object to have a .value property, or something like that, so that the value can be read and set from JS. Also, AFAIK keygen isn't in any standard but implemented in both Gecko and Opera. Something for WHATWG to standardise? -- Hallvord Reiar Michaelsen Steen http

Re: [whatwg] keygen element

2005-11-26 Thread Hallvord Reiar Michaelsen Steen
/security/comm4-keygen.html -- Hallvord Reiar Michaelsen Steen http://www.hallvord.com/

Re: [whatwg] [wf2] maxlength attribute on file causes problems

2005-12-16 Thread Hallvord Reiar Michaelsen Steen
the attribute filesize instead. [1] Opera's site patching documented: http://www.opera.com/docs/browserjs/ -- Hallvord Reiar Michaelsen Steen http://www.hallvord.com/

Re: [whatwg] [wf2] maxlength attribute on file causes problems

2005-12-27 Thread Hallvord Reiar Michaelsen Steen
problems :-) -- Hallvord Reiar Michaelsen Steen http://www.hallvord.com/

[whatwg] embedded content: OBJECT

2006-01-24 Thread Hallvord Reiar Michaelsen Steen
doesn't know the specified type attribute IMO. Another issue is of course if and how one should map classid to plugins. -- Hallvord Reiar Michaelsen Steen http://www.hallvord.com/

Re: [whatwg] headers for XMLHttpRequests

2006-01-25 Thread Hallvord Reiar Michaelsen Steen
processed by the UA may or may not be sent to the server:/p ul liIf-Modified-Since/li liIf-None-Match/li liIf-Range/li liRange /li /ul -- Hallvord Reiar Michaelsen Steen http://www.hallvord.com/

Re: [whatwg] XMLHttpRequest.responseXML and invalid XML documents

2006-01-25 Thread Hallvord Reiar Michaelsen Steen
browsers return an empty document instead under most of these conditions. If the document was not an XML document, or if the document could not be parsed (due to an XML well-formedness error or unsupported character encoding, for instance), returns an empty document. -- Hallvord Reiar

Re: [whatwg] Content Restrictions

2006-01-30 Thread Hallvord Reiar Michaelsen Steen
sandbox or contentrestriction or something like that. That way the parent page could explicitly allow or prevent interaction with the IFRAME. Just a loose idea for now.. -- Hallvord Reiar Michaelsen Steen http://www.hallvord.com/

Re: [whatwg] Content Restrictions

2006-02-20 Thread Hallvord Reiar Michaelsen Steen
markup or the end of the SANDBOX in that page? Perhaps only the first and the last SANDBOX open/close tags can be taken into account and others discarded? -- Hallvord Reiar Michaelsen Steen [EMAIL PROTECTED] http://www.hallvord.com/ Assuming that communication is possible is more fun

Re: [whatwg] ContextAgnosticXmlHttpRequest: an informal RFC

2005-03-09 Thread Hallvord Reiar Michaelsen Steen
to post something similar). Perhaps we can simply extend the XMLHttpRequest functionality saying that the UA should do a HEAD request and check for this header before throwing an exception if a cross-domain connection is attempted? -- Hallvord Reiar Michaelsen Steen http://www.hallvord.com

Re: [whatwg] Drag and drop in HTML5

2005-05-05 Thread Hallvord Reiar Michaelsen Steen
assign a specific ID string..? -- Hallvord Reiar Michaelsen Steen http://www.hallvord.com/

Re: [whatwg] Drag and drop in HTML5

2005-05-05 Thread Hallvord Reiar Michaelsen Steen
On 5 May 2005 at 17:41, Hallvord Reiar Michaelsen Steen wrote: dragGroup = mailBucket; (Meant this.dragGroup = mailBucket;. Sorry.) -- Hallvord Reiar Michaelsen Steen http://www.hallvord.com/

Re: [whatwg] suggestion: LINK element for session termination

2005-06-14 Thread Hallvord Reiar Michaelsen Steen
be great. :-) Hope you take this forward to the IETF.. -- Hallvord Reiar Michaelsen Steen http://www.hallvord.com/

[whatwg] headers for XMLHttpRequests

2005-06-20 Thread Hallvord Reiar Michaelsen Steen
-separated list or not). -- Hallvord Reiar Michaelsen Steen http://www.hallvord.com/

[whatwg] XMLHttpRequest abort

2005-06-22 Thread Hallvord Reiar Michaelsen Steen
a timeout thread, IE6 and Opera 8 do not. FireFox's behaviour lets script authors use any timeout they prefer, thought using a setTimeout may be a bit clunky. Can we standardise this behaviour? -- Hallvord Reiar Michaelsen Steen http://www.hallvord.com/

Re: [whatwg] XMLHttpRequest: getAllResponseHeaders

2005-06-22 Thread Hallvord Reiar Michaelsen Steen
recommendation is returning an empty string, which seems better. -- Hallvord Reiar Michaelsen Steen http://www.hallvord.com/

[whatwg] XMLHttpRequest: should UA pretend a 304 response is a 200?

2005-07-03 Thread Hallvord Reiar Michaelsen Steen
/ getAllResponseHeaders because the server may not send the expected headers with a 304. So, should we not tell the JavaScript that a 304 response was returned, but show the original response including headers? Views? -- Hallvord Reiar Michaelsen Steen http://www.hallvord.com/

Re: [whatwg] XMLHttpRequest: should UA pretend a 304 response is a 200?

2005-07-03 Thread Hallvord Reiar Michaelsen Steen
simpler for JS authors under most conditions (I don't see much of a use case for wanting to know about the 304 response..) -- Hallvord Reiar Michaelsen Steen http://www.hallvord.com/

Re: [whatwg] XMLHttpRequest: should UA pretend a 304 response is a 200?

2005-07-04 Thread Hallvord Reiar Michaelsen Steen
. Suggestion withdrawn :) -- Hallvord Reiar Michaelsen Steen http://www.hallvord.com/

Re: [whatwg] XMLHttpRequest: should UA pretend a 304 response is a 200?

2005-07-08 Thread Hallvord Reiar Michaelsen Steen
and the UA perhaps we can use headers to have it both ways depending on the cache-control and/or pragma instructions? I have to read the HTTP spec's cache part much more closely before I can give any concrete suggestions though.. -- Hallvord Reiar Michaelsen Steen http://www.hallvord.com/

Re: [whatwg] What exactly is contentEditable for?

2005-08-24 Thread Hallvord Reiar Michaelsen Steen
for POST requests because there is no simple way to name the submitted data. The proposed textarea src=#editableDiv is better on this point.) -- Hallvord Reiar Michaelsen Steen http://www.hallvord.com/

Re: [whatwg] What exactly is contentEditable for?

2005-08-29 Thread Hallvord Reiar Michaelsen Steen
of form attribute flexibility. -- Hallvord Reiar Michaelsen Steen http://www.hallvord.com/