@@ -734,6 +734,11 @@ classDiagram
734
734
RuleSet <|-- AtRuleSet: inheritance
735
735
CSSList <|-- CSSBlockList: inheritance
736
736
Renderable <|-- CSSElement: inheritance
737
+ ValueList <|-- CSSFunction: inheritance
738
+ CSSElement <|.. CSSList: realization
739
+ CSSListItem <|.. CSSList: realization
740
+ CSSList ..> Charset: dependency
741
+ CSSList ..> Import: dependency
737
742
738
743
RuleSet <|-- DeclarationBlock: inheritance
739
744
Renderable <|-- CSSListItem: inheritance
@@ -759,9 +764,7 @@ classDiagram
759
764
Positionable <|.. SourceException: realization
760
765
SourceException <|-- UnexpectedTokenException: inheritance
761
766
CSSBlockList <|-- Document: inheritance
762
- CSSElement <|.. CSSList: realization
763
767
Positionable <|.. CSSList: realization
764
- CSSListItem <|.. CSSList: realization
765
768
CSSList <|-- KeyFrame: inheritance
766
769
AtRule <|.. KeyFrame: realization
767
770
CSSFunction <|-- Color: inheritance
@@ -775,14 +778,11 @@ classDiagram
775
778
PrimitiveValue <|-- Size: inheritance
776
779
PrimitiveValue <|-- CSSString: inheritance
777
780
Value <|-- PrimitiveValue: inheritance
778
- ValueList <|-- CSSFunction: inheritance
779
781
ValueList <|-- RuleValueList: inheritance
780
782
Renderable <|.. Comment: realization
781
783
Positionable <|.. Comment: realization
782
784
CSSList ..> CSSList: dependency
783
- CSSList ..> Charset: dependency
784
785
CSSList ..> Comment: dependency
785
- CSSList ..> Import: dependency
786
786
CSSList ..> RuleSet: dependency
787
787
CSSNamespace ..> Comment: dependency
788
788
Charset ..> Comment: dependency
0 commit comments