Re: [css3-text] Hanging Indent Again

On Mon, 1 Sep 2003, Alexander Savenkov wrote:
>
> Hello everyone,
>
> Instead of
>    text-indent: 3em hanging;
>
> leave
>    text-indent: 3em;
>
> while introduce
>    text-indent-type: hanging | someothertype | someothervalue
>
> along with a shorthand property
>    indent: 3em hanging;
>    indent: [ text-indent || text-indent-type ] | inherit
>
> This seems to have much more sense as it'd be easier to add new indent
> types (and there are many as I already have said on this list).

The current proposal is compatible with the above should we ever decide to
add more types in future.

-- 
Ian Hickson                                      )\._.,--....,'``.    fL
"meow"                                          /,   _.. \   _\  ;`._ ,.
http://index.hixie.ch/                         `._.-(,_..'--(,_..'`-.;.'

Received on Monday, 1 September 2003 09:40:51 UTC