compact property

compact property

Reduce spacing between list items. See the compact attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.

Definition:

@property
def compact(self):
    ...
@compact.setter
def compact(self, value):
    ...

See Also