5.10 Property Datatypes

The following example from 5.10 erronesouly refers to a "space-together"
property:

For the <keep> datatype the specification consists of giving a value that is
valid for a component to an attribute with a name matching a property name. Such
a specification gives that value to each of the components. For example:

keep-together="always"

is equivalent to a specification of

space-together.within-line="always"
space-together.within-colums="always"
space-together.within-page="always"

Received on Tuesday, 7 November 2000 13:19:09 UTC