@@ -726,6 +726,12 @@ classDiagram
726
726
<<abstract>>
727
727
}
728
728
729
+ Anchor ..> ParserState: dependency
730
+ CSSListItem <|-- AtRule: inheritance
731
+ AtRule <|.. AtRuleSet: realization
732
+ CSSBlockList <|-- AtRuleBlockList: inheritance
733
+ AtRule <|.. AtRuleBlockList: realization
734
+
729
735
RuleSet <|-- DeclarationBlock: inheritance
730
736
Renderable <|-- CSSElement: inheritance
731
737
Renderable <|-- CSSListItem: inheritance
@@ -735,10 +741,8 @@ classDiagram
735
741
CSSListItem <|.. RuleSet: realization
736
742
RuleContainer <|.. RuleSet: realization
737
743
RuleSet <|-- AtRuleSet: inheritance
738
- AtRule <|.. AtRuleSet: realization
739
744
Renderable <|.. Selector: realization
740
745
Selector <|-- KeyframeSelector: inheritance
741
- CSSListItem <|-- AtRule: inheritance
742
746
Positionable <|.. Charset: realization
743
747
AtRule <|.. Charset: realization
744
748
Positionable <|.. Import: realization
@@ -760,8 +764,6 @@ classDiagram
760
764
CSSListItem <|.. CSSList: realization
761
765
CSSList <|-- KeyFrame: inheritance
762
766
AtRule <|.. KeyFrame: realization
763
- CSSBlockList <|-- AtRuleBlockList: inheritance
764
- AtRule <|.. AtRuleBlockList: realization
765
767
CSSFunction <|-- Color: inheritance
766
768
PrimitiveValue <|-- URL: inheritance
767
769
RuleValueList <|-- CalcRuleValueList: inheritance
@@ -777,7 +779,6 @@ classDiagram
777
779
ValueList <|-- RuleValueList: inheritance
778
780
Renderable <|.. Comment: realization
779
781
Positionable <|.. Comment: realization
780
- Anchor ..> ParserState: dependency
781
782
CSSList ..> CSSList: dependency
782
783
CSSList ..> Charset: dependency
783
784
CSSList ..> Comment: dependency
0 commit comments