[css3-background] box-break keywords

Currently we have as keywords 'continuous' and 'each-box'. They're not
very clear, and one person so far has pointed out that continuous is
hard to spell.

How about 'slice' and 'separate'?

   box-break: slice;    /* Draw backgrounds and borders as if box was not broken, then slice it into pieces */
   box-break: separate; /* Draw backgrounds and borders separately for each box: separate, then draw */

~fantasai

Received on Wednesday, 28 October 2009 18:20:39 UTC