@@ -728,19 +728,20 @@ classDiagram
728728
729729 Anchor ..> ParserState: dependency
730730 CSSListItem <|-- AtRule: inheritance
731- AtRule <|.. AtRuleSet: realization
732- CSSBlockList <|-- AtRuleBlockList: inheritance
733731 AtRule <|.. AtRuleBlockList: realization
732+ CSSBlockList <|-- AtRuleBlockList: inheritance
733+ AtRule <|.. AtRuleSet: realization
734+ RuleSet <|-- AtRuleSet: inheritance
735+ CSSList <|-- CSSBlockList: inheritance
736+ Renderable <|-- CSSElement: inheritance
734737
735738 RuleSet <|-- DeclarationBlock: inheritance
736- Renderable <|-- CSSElement: inheritance
737739 Renderable <|-- CSSListItem: inheritance
738740 Commentable <|-- CSSListItem: inheritance
739741 Positionable <|.. RuleSet: realization
740742 CSSElement <|.. RuleSet: realization
741743 CSSListItem <|.. RuleSet: realization
742744 RuleContainer <|.. RuleSet: realization
743- RuleSet <|-- AtRuleSet: inheritance
744745 Renderable <|.. Selector: realization
745746 Selector <|-- KeyframeSelector: inheritance
746747 Positionable <|.. Charset: realization
@@ -757,7 +758,6 @@ classDiagram
757758 Exception <|-- SourceException: inheritance
758759 Positionable <|.. SourceException: realization
759760 SourceException <|-- UnexpectedTokenException: inheritance
760- CSSList <|-- CSSBlockList: inheritance
761761 CSSBlockList <|-- Document: inheritance
762762 CSSElement <|.. CSSList: realization
763763 Positionable <|.. CSSList: realization
0 commit comments