- From: Anne van Kesteren <annevk@opera.com>
- Date: Wed, 19 Oct 2011 11:39:08 +0900
- To: "public-web-perf@w3.org" <public-web-perf@w3.org>, "Jatinder Mann" <jmann@microsoft.com>
On Wed, 19 Oct 2011 09:31:12 +0900, Jatinder Mann <jmann@microsoft.com> wrote: > - ACTION-53: Updated constants to be DOMString from unsigned shorts FWIW, this does not address my comments. If you have strings you do not need constants. That's the whole point of having string values. See e.g. the <canvas> 2D API or XMLHttpRequest responseType. Eventually we will probably express this in IDL as an enum or some such, but definitely not as constants. -- Anne van Kesteren http://annevankesteren.nl/
Received on Wednesday, 19 October 2011 02:39:54 UTC