Re: [WebIDL][Selectors-API] Stringifying null for DOMString attributes and properties

2011-05-07 Thread Lachlan Hunt
On 2011-05-06 15:45, Boris Zbarsky wrote: On 5/6/11 6:10 AM, Lachlan Hunt wrote: Recently, in order to resolve a site compatibility issue caused by us stringifying to null for some properties, we made all DOMString APIs consistent in their handling of null, such that they now stringify to an

Re: [WebIDL][Selectors-API] Stringifying null for DOMString attributes and properties

2011-05-07 Thread Boris Zbarsky
On 5/7/11 10:03 AM, Lachlan Hunt wrote: For document.write(), Gecko, Webkit (including Safari 5), Opera and IE write null on both Windows and Mac. I don't know which version of Safari you were using that gave you a different result. I was using Safari 5 on Mac; looks like it does something

Re: [File API: FileSystem] Path restrictions and case-sensitivity

2011-05-07 Thread timeless
On Fri, May 6, 2011 at 8:22 PM, Glenn Maynard gl...@zewt.org wrote: This can be solved at the application layer in applications that want it, without baking it into the filesystem API. I wasn't talking about baking it into the api, i meant that the application using it could write such code.

Re: [File API: FileSystem] Path restrictions and case-sensitivity

2011-05-07 Thread Glenn Maynard
On Sat, May 7, 2011 at 9:24 PM, timeless timel...@gmail.com wrote: On Fri, May 6, 2011 at 8:22 PM, Glenn Maynard gl...@zewt.org wrote: This can be solved at the application layer in applications that want it, without baking it into the filesystem API. I wasn't talking about baking it into the