- From: Glenn Adams <glenn@skynav.com>
- Date: Wed, 19 Sep 2012 10:45:37 +0800
- To: Boris Zbarsky <bzbarsky@mit.edu>
- Cc: www-style@w3.org
Received on Wednesday, 19 September 2012 02:46:26 UTC
On Wed, Sep 19, 2012 at 10:03 AM, Boris Zbarsky <bzbarsky@mit.edu> wrote: > On 9/18/12 8:40 PM, Glenn Adams wrote: > >> Not as I had originally intended it. I had originally intended >> getDescriptor() to mirror getPropertyValue() behavior, which operates on >> CSS Property Names, like 'font-family', and not their ES Property Name >> counterpart, like 'fontFamily'. That is, I had intended the use of >> getDescriptor('unicode-range') and get('unicodeRange'), and neither >> getDescriptor('unicodeRange') nor get('unicode-range'). >> > > Ah, I see. But then get() is pretty much equivalent to [] (modulo name > collisions up the proto chain), and there's no real need to give it a name. > Just using an anonymous getter in the IDL should be fine. agreed
Received on Wednesday, 19 September 2012 02:46:26 UTC