[css3-text] Hanging Indent Again

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).

Regards,
Alex.
-- 
  Alexander "Croll" Savenkov                  http://www.thecroll.com/
  w3@hotbox.ru                                     http://croll.da.ru/

Received on Sunday, 31 August 2003 17:56:23 UTC