- From: Karl Dubost <karld@opera.com>
- Date: Tue, 8 Nov 2011 21:55:36 -0500
- To: Tom Lowenthal <tom@mozilla.com>
- Cc: "public-tracking@w3.org" <public-tracking@w3.org>, Heather West <heatherwest@google.com>, Ian Fette <ifette@google.com>
Le 8 nov. 2011 à 19:12, Tom Lowenthal a écrit : > ACTION-29 > > - It's really short at two characters ("DNT:xx"). Trying to think if there are cases where a proxy is a server and a client at the same time: Opera Mini, Amazon Silk, etc. and this creates a header potential conflict when emitting a request or a response. Thinking out loud. >> except-dnt-1 = E [ explanation ] >> except-dnt-3 = e [ explanation ] >> opt-dnt-1 = O [ explanation ] >> opt-dnt-3 = o [ explanation ] I would rather make everything lowercase (or let's say insensitive to the case). Case requirements are one of the first mistakes that people do in coding. It is likely to break. It makes also harder to remember which one is which when programming. except-dnt-1 = e1 [ explanation ] except-dnt-3 = e3 [ explanation ] opt-dnt-1 = o1 [ explanation ] opt-dnt-3 = o3 [ explanation ] -- Karl Dubost - http://dev.opera.com/ Developer Relations & Tools, Opera Software
Received on Wednesday, 9 November 2011 02:56:12 UTC