- From: fantasai <fantasai.lists@inkedblade.net>
- Date: Fri, 16 Aug 2013 16:41:08 -0700
- To: www-style@w3.org
On 08/15/2013 08:11 PM, John Daggett wrote: > > While working on implementing support for 'text-combine-horizontal', I > noticed what seems to be a small problem with the definition of > computed value for 'text-combine-horizontal'. > > The 'digits' value of 'text-combine-horizontal' is defined to take an > optional <integer> value. If this is omitted, the value defaults to 2. > > http://dev.w3.org/csswg/css-writing-modes/#text-combine-horizontal > > The computed value is given as "specified value" so I think that > implies that 'digits' and 'digits 2' need to be distinguished. Since > internally there's no reason to make this distinction, I think it > would be better to define the computed in such a way that the computed > values of the property definitions below are equivalent: > > text-combine-horizontal: digits; /* computed value: 'digits' */ > text-combine-horizontal: digits 2; /* computed value: 'digits'? */ > > Not sure what the right wording is for this, I'll defer to those with > better OM chops. I put "specified keyword, plus integer if ''digits''", which should hopefully be clear enough... ~fantasai
Received on Friday, 16 August 2013 23:41:35 UTC