Re: [SVG2] Clock-value syntax

Hello Erik,

Monday, June 23, 2014, 1:56:42 PM, you wrote:

> For <number>:

>      number ::= wsp* integer ([Ee] integer)?
>             | [+-]? [0-9]* "." [0-9]+ ([Ee] integer)? wsp*

> For Timecount-val:

>      Timecount-val ::= Timecount ("." Fraction)? (Metric)?
>      Metric            ::= "h" | "min" | "s" | "ms"
>      Fraction          ::= DIGIT+
>      Timecount         ::= DIGIT+
>      DIGIT             ::= [0-9]

Would that change also remove the "h" | "min" | "s" | "ms" units?


-- 
Best regards,
 Chris                            mailto:chris@w3.org

Received on Monday, 23 June 2014 12:48:41 UTC