counter_reset property

counter_reset property

See the counter-reset property definition in CSS2.

Definition:

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

See Also