counter_increment property

counter_increment property

See the counter-increment property definition in CSS2.

Definition:

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

See Also