Re: [webstorage-test] Status of WebStorage tests by Microsoft, Opera and Ms2ger

On 11/21/2012 03:52 AM, 조해용 wrote:
> I saw IDL from the spec and understood.
> But now key is also a DOMString in Latest Published Version of WebStorage. (http://www.w3.org/TR/webstorage/)
> In Latest Editor's Draft of WebStorage, key is nullable DOMString. (http://dev.w3.org/html5/webstorage/)
> That is, in Latest Published Version of WebStorage, no question mark.

This is a bug in the TR/ version that has been fixed since. In 
particular, note that the TR/ version does say the following:

> Otherwise, if the event is being fired due to an invocation of the
> clear() method, the event must have its key, oldValue, and newValue
> attributes initialized to null.

which is impossible if 'key' were not a nullable DOMString.


Art, what is the process for such issues?

Thanks
Ms2ger

Received on Wednesday, 21 November 2012 08:38:33 UTC