Re: Quality factors (http draft 8th March)

> Somewhat of a detail, this, but anyway:
> In section 5.4.1 Accept, you say:
> float  = <  ANSI-C floating point text representation,
>             where (0.0 < float < 1.0) >
> What, precisely, do you mean by this? You don't give a reference, so I could
> imagine the following:

[imagination deleted]

Yeah, I never liked this myself -- it's a leftover from the old spec.
I would prefer

     float = ( "0" [ "." 0*3DIGIT ]
             |     ( "." 0*3DIGIT )
             | "1" [ "." 0*3("0") ] )

Would that break any existing systems?


 ....Roy T. Fielding  Department of ICS, University of California, Irvine USA
                                       <fielding@ics.uci.edu>
                      <URL:http://www.ics.uci.edu/dir/grad/Software/fielding>

Received on Thursday, 23 March 1995 22:46:50 UTC