@@ -734,6 +734,11 @@ classDiagram
734734 RuleSet <|-- AtRuleSet: inheritance
735735 CSSList <|-- CSSBlockList: inheritance
736736 Renderable <|-- CSSElement: inheritance
737+ ValueList <|-- CSSFunction: inheritance
738+ CSSElement <|.. CSSList: realization
739+ CSSListItem <|.. CSSList: realization
740+ CSSList ..> Charset: dependency
741+ CSSList ..> Import: dependency
737742
738743 RuleSet <|-- DeclarationBlock: inheritance
739744 Renderable <|-- CSSListItem: inheritance
@@ -759,9 +764,7 @@ classDiagram
759764 Positionable <|.. SourceException: realization
760765 SourceException <|-- UnexpectedTokenException: inheritance
761766 CSSBlockList <|-- Document: inheritance
762- CSSElement <|.. CSSList: realization
763767 Positionable <|.. CSSList: realization
764- CSSListItem <|.. CSSList: realization
765768 CSSList <|-- KeyFrame: inheritance
766769 AtRule <|.. KeyFrame: realization
767770 CSSFunction <|-- Color: inheritance
@@ -775,14 +778,11 @@ classDiagram
775778 PrimitiveValue <|-- Size: inheritance
776779 PrimitiveValue <|-- CSSString: inheritance
777780 Value <|-- PrimitiveValue: inheritance
778- ValueList <|-- CSSFunction: inheritance
779781 ValueList <|-- RuleValueList: inheritance
780782 Renderable <|.. Comment: realization
781783 Positionable <|.. Comment: realization
782784 CSSList ..> CSSList: dependency
783- CSSList ..> Charset: dependency
784785 CSSList ..> Comment: dependency
785- CSSList ..> Import: dependency
786786 CSSList ..> RuleSet: dependency
787787 CSSNamespace ..> Comment: dependency
788788 Charset ..> Comment: dependency
0 commit comments