- From: <bugzilla@jessica.w3.org>
- Date: Sat, 15 Mar 2014 09:23:01 +0000
- To: public-browser-tools-testing@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=25067
Bug ID: 25067
Summary: Date is not "seconds since midnight, January 1, 1970
UTC."
Product: Browser Test/Tools WG
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: WebDriver
Assignee: public-browser-tools-testing@w3.org
Reporter: botalov.andrey@gmail.com
QA Contact: public-browser-tools-testing@w3.org
CC: mike@w3.org
Web IDL seems to define Date not as a number of seconds
(http://www.w3.org/TR/WebIDL/#idl-Date).
Also it tells that expiry can be "-1" but Date doesn't allow it to be "-1". I
think it's better to define expiry as nullable instead.
I think the following is better:
"The time when cookie should be deleted. This SHOULD be set or MUST be null if
unknown."
Also there seems to be a typo in a row above:
"The domain the cookie is visible too"
->
"The domain the cookie is visible to"
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Saturday, 15 March 2014 09:23:02 UTC