@@ -728,19 +728,20 @@ classDiagram
728
728
729
729
Anchor ..> ParserState: dependency
730
730
CSSListItem <|-- AtRule: inheritance
731
- AtRule <|.. AtRuleSet: realization
732
- CSSBlockList <|-- AtRuleBlockList: inheritance
733
731
AtRule <|.. AtRuleBlockList: realization
732
+ CSSBlockList <|-- AtRuleBlockList: inheritance
733
+ AtRule <|.. AtRuleSet: realization
734
+ RuleSet <|-- AtRuleSet: inheritance
735
+ CSSList <|-- CSSBlockList: inheritance
736
+ Renderable <|-- CSSElement: inheritance
734
737
735
738
RuleSet <|-- DeclarationBlock: inheritance
736
- Renderable <|-- CSSElement: inheritance
737
739
Renderable <|-- CSSListItem: inheritance
738
740
Commentable <|-- CSSListItem: inheritance
739
741
Positionable <|.. RuleSet: realization
740
742
CSSElement <|.. RuleSet: realization
741
743
CSSListItem <|.. RuleSet: realization
742
744
RuleContainer <|.. RuleSet: realization
743
- RuleSet <|-- AtRuleSet: inheritance
744
745
Renderable <|.. Selector: realization
745
746
Selector <|-- KeyframeSelector: inheritance
746
747
Positionable <|.. Charset: realization
@@ -757,7 +758,6 @@ classDiagram
757
758
Exception <|-- SourceException: inheritance
758
759
Positionable <|.. SourceException: realization
759
760
SourceException <|-- UnexpectedTokenException: inheritance
760
- CSSList <|-- CSSBlockList: inheritance
761
761
CSSBlockList <|-- Document: inheritance
762
762
CSSElement <|.. CSSList: realization
763
763
Positionable <|.. CSSList: realization
0 commit comments