Re: [css-align][css-inline] First/last baseline alignment

On Tue, Feb 24, 2015 at 8:56 AM, Alan Stearns <stearns@adobe.com> wrote:
>> On Feb 24, 2015, at 4:00 AM, Javier Fernandez <jfernandez@igalia.com> wrote:
>>> On 02/24/2015 05:01 AM, fantasai wrote:
>>>  <baseline> = [ first | last ]? && baseline
>>>
>>> instead of
>>>
>>>  <baseline> = baseline | first-baseline | last-baseline
>>
>> Separate keys complicates CSS parsing. Even though it's not terribly
>> complex, I fail to see the advantages of having separate keywords. I
>> think the second form is clearer.
>
> I also prefer the second form. I don't want to have to remember whether I need to use a dash or a space for these values.

Same here.  While we're not totally consistent about this, these
constitute a tightly coupled term, and so should be a single keyword.

~TJ

Received on Tuesday, 24 February 2015 18:01:56 UTC