- From: Smylers <Smylers@stripey.com>
- Date: Fri, 19 Jun 2009 10:58:37 +0100
A valid time string, such as "10:55", is one of the possible values for a valid date or time string: http://www.whatwg.org/html5#vaguer-moments-in-time But step 10 of the parsing rules says: If the 'time present' flag is true, but 'position' is beyond the end of 'input', then fail. That would appear to fail on "10:55". I think making step 10 begin "If the 'date present' and 'time present' flags are both true" (as step 11 already does) fixes this. Smylers
Received on Friday, 19 June 2009 02:58:37 UTC