Bases: object
A generic base class that gracefully handles html-style attributes.
Returns a flattened string of HTML attributes based on the attrs dict provided to the class.
Returns a list of class name of HTML Element in string.
Returns a dict of default attributes which should be combined with other declared attributes.
Returns an iterable of default classes which should be combined with any other declared classes.
Returns a dict containing the final attributes of this element which will be rendered.
Returns a final css class concatenated string.