@@ -744,6 +744,11 @@ classDiagram
744
744
Renderable <|-- CSSListItem: inheritance
745
745
AtRule <|.. CSSNamespace: realization
746
746
Positionable <|.. CSSNamespace: realization
747
+ PrimitiveValue <|-- CSSString: inheritance
748
+ CSSFunction <|-- CalcFunction: inheritance
749
+ RuleValueList <|-- CalcRuleValueList: inheritance
750
+ AtRule <|.. Charset: realization
751
+ Charset ..> CSSString: dependency
747
752
748
753
RuleSet <|-- DeclarationBlock: inheritance
749
754
Positionable <|.. RuleSet: realization
@@ -753,7 +758,6 @@ classDiagram
753
758
Renderable <|.. Selector: realization
754
759
Selector <|-- KeyframeSelector: inheritance
755
760
Positionable <|.. Charset: realization
756
- AtRule <|.. Charset: realization
757
761
Positionable <|.. Import: realization
758
762
AtRule <|.. Import: realization
759
763
CSSElement <|.. Rule: realization
@@ -769,14 +773,11 @@ classDiagram
769
773
AtRule <|.. KeyFrame: realization
770
774
CSSFunction <|-- Color: inheritance
771
775
PrimitiveValue <|-- URL: inheritance
772
- RuleValueList <|-- CalcRuleValueList: inheritance
773
776
Value <|-- ValueList: inheritance
774
- CSSFunction <|-- CalcFunction: inheritance
775
777
ValueList <|-- LineName: inheritance
776
778
CSSElement <|.. Value: realization
777
779
Positionable <|.. Value: realization
778
780
PrimitiveValue <|-- Size: inheritance
779
- PrimitiveValue <|-- CSSString: inheritance
780
781
Value <|-- PrimitiveValue: inheritance
781
782
ValueList <|-- RuleValueList: inheritance
782
783
Renderable <|.. Comment: realization
@@ -786,7 +787,6 @@ classDiagram
786
787
CSSList ..> RuleSet: dependency
787
788
CSSNamespace ..> Comment: dependency
788
789
Charset ..> Comment: dependency
789
- Charset ..> CSSString: dependency
790
790
DeclarationBlock ..> Selector: dependency
791
791
Import ..> Comment: dependency
792
792
OutputFormat ..> OutputFormat: dependency
0 commit comments