18:47
gsnedders
wonders how to define quoted-string unescaping.
18:47
<Philip`>
Copy someone else's definition that looks good?
18:48
<gsnedders>
Philip`: bleh. :P
18:50
<gsnedders>
HTTP implementations tend to be rather confusing, sadly
19:01
gsnedders
can't actually find the code in Fx that does it
19:07
<Philip`>
gsnedders: There's things like http://mxr.mozilla.org/seamonkey/source/netwerk/protocol/http/src/nsHttpChannel.cpp#2989 that appear to be handling quoted-string in at least one case
19:07
Philip`
hopes nobody wants to quote a string with a \ in it
19:24
<gsnedders>
Philip`: yeah, there seem to be all kinds of different implementations all over the sourcebase, all with their own bugs (though there are a very finite number of bugs I've ever seen)
19:25
<gsnedders>
Philip`: from what I've seen, there's no reason _not_ to follow the RFC 2616 meaning (however undefined that happens to be)
22:58
<Philip`>
Hixie: With the link changes, it doesn't need the definition "A subdocument is said to be a child of the document it is a subdocument of." any more
23:01
<Philip`>
Also s/a // in "the end of the a sequence"
23:01
<Hixie>
i don't understand your first comment
23:01
<Philip`>
That sentence is defining what "a child" means, but that term is never used in the rest of the document
23:01
<Hixie>
ah ok
23:04
Philip`
wonders if anyone cares about infinite or cyclic sequences
23:06
<Hixie>
well there's no UA conformance criteria
23:06
<Hixie>
so it doesn't really matter all that much