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