@@ -749,15 +749,19 @@ classDiagram
749
749
RuleValueList <|-- CalcRuleValueList: inheritance
750
750
AtRule <|.. Charset: realization
751
751
Charset ..> CSSString: dependency
752
-
752
+ Positionable <|.. Charset: realization
753
+ CSSFunction <|-- Color: inheritance
754
+ Positionable <|.. Comment: realization
755
+ Renderable <|.. Comment: realization
753
756
RuleSet <|-- DeclarationBlock: inheritance
757
+ DeclarationBlock ..> Selector: dependency
758
+
754
759
Positionable <|.. RuleSet: realization
755
760
CSSElement <|.. RuleSet: realization
756
761
CSSListItem <|.. RuleSet: realization
757
762
RuleContainer <|.. RuleSet: realization
758
763
Renderable <|.. Selector: realization
759
764
Selector <|-- KeyframeSelector: inheritance
760
- Positionable <|.. Charset: realization
761
765
Positionable <|.. Import: realization
762
766
AtRule <|.. Import: realization
763
767
CSSElement <|.. Rule: realization
@@ -771,7 +775,6 @@ classDiagram
771
775
CSSBlockList <|-- Document: inheritance
772
776
CSSList <|-- KeyFrame: inheritance
773
777
AtRule <|.. KeyFrame: realization
774
- CSSFunction <|-- Color: inheritance
775
778
PrimitiveValue <|-- URL: inheritance
776
779
Value <|-- ValueList: inheritance
777
780
ValueList <|-- LineName: inheritance
@@ -780,14 +783,11 @@ classDiagram
780
783
PrimitiveValue <|-- Size: inheritance
781
784
Value <|-- PrimitiveValue: inheritance
782
785
ValueList <|-- RuleValueList: inheritance
783
- Renderable <|.. Comment: realization
784
- Positionable <|.. Comment: realization
785
786
CSSList ..> CSSList: dependency
786
787
CSSList ..> Comment: dependency
787
788
CSSList ..> RuleSet: dependency
788
789
CSSNamespace ..> Comment: dependency
789
790
Charset ..> Comment: dependency
790
- DeclarationBlock ..> Selector: dependency
791
791
Import ..> Comment: dependency
792
792
OutputFormat ..> OutputFormat: dependency
793
793
OutputFormat ..> OutputFormatter: dependency
0 commit comments