Re: [whatwg] secure attribute in Storage section of WA spec

2006-06-28 Thread Hallvord R M Steen
On 26/06/06, Ian Hickson [EMAIL PROTECTED] wrote: On Mon, 26 Jun 2006, Gervase Markham wrote: interface StorageItem { attribute boolean secure; attribute DOMString value; }; I would like to suggest the the secure attribute be an integer rather than a boolean,

[whatwg] secure attribute in Storage section of WA spec

2006-06-26 Thread Gervase Markham
The Web Applications 1.0 spec says: 5.7.3. The StorageItem interface Items in Storage objects are represented by objects implementing the StorageItem interface. interface StorageItem { attribute boolean secure; attribute DOMString value; }; I would like to

Re: [whatwg] secure attribute in Storage section of WA spec

2006-06-26 Thread Ian Hickson
On Mon, 26 Jun 2006, Gervase Markham wrote: interface StorageItem { attribute boolean secure; attribute DOMString value; }; I would like to suggest the the secure attribute be an integer rather than a boolean, initially with 0 meaning insecure, and 1 meaning