@@ -627,6 +627,9 @@ classDiagram
627627 class Renderable {
628628 <<interface>>
629629 }
630+ class Positionable {
631+ <<interface>>
632+ }
630633 class CSSListItem {
631634 <<interface>>
632635 }
@@ -720,23 +723,30 @@ classDiagram
720723 RuleSet <|-- DeclarationBlock: inheritance
721724 Renderable <|-- CSSListItem: inheritance
722725 Commentable <|-- CSSListItem: inheritance
726+ Positionable <|.. RuleSet: realization
723727 CSSListItem <|.. RuleSet: realization
724728 RuleSet <|-- AtRuleSet: inheritance
725729 AtRule <|.. AtRuleSet: realization
726730 Renderable <|.. Selector: realization
727731 Selector <|-- KeyframeSelector: inheritance
728732 CSSListItem <|-- AtRule: inheritance
733+ Positionable <|.. Charset: realization
729734 AtRule <|.. Charset: realization
735+ Positionable <|.. Import: realization
730736 AtRule <|.. Import: realization
737+ Positionable <|.. CSSNamespace: realization
731738 AtRule <|.. CSSNamespace: realization
732739 Renderable <|.. Rule: realization
740+ Positionable <|.. Rule: realization
733741 Commentable <|.. Rule: realization
734742 SourceException <|-- OutputException: inheritance
735743 UnexpectedTokenException <|-- UnexpectedEOFException: inheritance
736744 Exception <|-- SourceException: inheritance
745+ Positionable <|.. SourceException: realization
737746 SourceException <|-- UnexpectedTokenException: inheritance
738747 CSSList <|-- CSSBlockList: inheritance
739748 CSSBlockList <|-- Document: inheritance
749+ Positionable <|.. CSSList: realization
740750 CSSListItem <|.. CSSList: realization
741751 CSSList <|-- KeyFrame: inheritance
742752 AtRule <|.. KeyFrame: realization
@@ -749,12 +759,14 @@ classDiagram
749759 CSSFunction <|-- CalcFunction: inheritance
750760 ValueList <|-- LineName: inheritance
751761 Renderable <|.. Value: realization
762+ Positionable <|.. Value: realization
752763 PrimitiveValue <|-- Size: inheritance
753764 PrimitiveValue <|-- CSSString: inheritance
754765 Value <|-- PrimitiveValue: inheritance
755766 ValueList <|-- CSSFunction: inheritance
756767 ValueList <|-- RuleValueList: inheritance
757768 Renderable <|.. Comment: realization
769+ Positionable <|.. Comment: realization
758770
759771 %% end of the generated part
760772
0 commit comments