- From: Boris Zbarsky <bzbarsky@MIT.EDU>
- Date: Tue, 18 Sep 2012 09:09:40 -0400
- To: www-style@w3.org
On 9/18/12 9:05 AM, Glenn Adams wrote: > It depends on whether we want to only support the camel cased domain of > descriptor names, call it D(CC), or we want to support both D(CC) and > the original hyphenated domain (as found in stylesheet) of descriptor > names, call it D(HY). If we want both, then we need to have different > flavors of getters/setters which make clear which domain they operate > with. If we want only D(CC), then we won't need both. > > E.g., which of the following do you wish to work? > > (1) descriptors['unicode-range'] > (2) descriptors.unicodeRange > (3) both (1) and (2) Neither one of those needs a getDescriptor/setDescriptor, so that discussion seems orthogonal to John's question... -Boris
Received on Tuesday, 18 September 2012 13:10:15 UTC