[whatwg] Re: BNF documentation for validated input types

Brian Wilson wrote:
> I'm pretty sure the following are correct for the time-related types. 
> I'm  not sure what the exact regexps would be for email and uri though, 
> and the  number/range ones will require some interesting expressions too:
> ----
> datetime
>    \d{4,}-W\d{2}-\d{2}T\d{2}:\d{2}(:\d{2}.\d+)?Z

According to the latest draft, fractional seconds are optional if 
seconds are present, so it should be:
  \d{4,}-W\d{2}-\d{2}T\d{2}:\d{2}(:\d{2}(.\d+)?)?Z

same with datetime-local and time

Olav Junker Kj?r

Received on Monday, 30 August 2004 04:06:19 UTC