NOTE-CSS-potential: syntax for line and paragraph breaks

I would propose that rather than having this:

  Line Breaks

 
   
   Property Name: break
  
   Value: block-before | block-after | line-before | line-after | auto

   Applies To: all elements

   Initial: auto
 
   Inherited: No


The syntax ought to be this:

   Property Name: break-before, break-after

   Value: block | line | auto

I believe that this allows more flexibilty, if someone wants to create
a break both before and after an element.

Received on Saturday, 6 September 1997 18:11:17 UTC