@@ -726,6 +726,12 @@ classDiagram
726726 <<abstract>>
727727 }
728728
729+ Anchor ..> ParserState: dependency
730+ CSSListItem <|-- AtRule: inheritance
731+ AtRule <|.. AtRuleSet: realization
732+ CSSBlockList <|-- AtRuleBlockList: inheritance
733+ AtRule <|.. AtRuleBlockList: realization
734+
729735 RuleSet <|-- DeclarationBlock: inheritance
730736 Renderable <|-- CSSElement: inheritance
731737 Renderable <|-- CSSListItem: inheritance
@@ -735,10 +741,8 @@ classDiagram
735741 CSSListItem <|.. RuleSet: realization
736742 RuleContainer <|.. RuleSet: realization
737743 RuleSet <|-- AtRuleSet: inheritance
738- AtRule <|.. AtRuleSet: realization
739744 Renderable <|.. Selector: realization
740745 Selector <|-- KeyframeSelector: inheritance
741- CSSListItem <|-- AtRule: inheritance
742746 Positionable <|.. Charset: realization
743747 AtRule <|.. Charset: realization
744748 Positionable <|.. Import: realization
@@ -760,8 +764,6 @@ classDiagram
760764 CSSListItem <|.. CSSList: realization
761765 CSSList <|-- KeyFrame: inheritance
762766 AtRule <|.. KeyFrame: realization
763- CSSBlockList <|-- AtRuleBlockList: inheritance
764- AtRule <|.. AtRuleBlockList: realization
765767 CSSFunction <|-- Color: inheritance
766768 PrimitiveValue <|-- URL: inheritance
767769 RuleValueList <|-- CalcRuleValueList: inheritance
@@ -777,7 +779,6 @@ classDiagram
777779 ValueList <|-- RuleValueList: inheritance
778780 Renderable <|.. Comment: realization
779781 Positionable <|.. Comment: realization
780- Anchor ..> ParserState: dependency
781782 CSSList ..> CSSList: dependency
782783 CSSList ..> Charset: dependency
783784 CSSList ..> Comment: dependency
0 commit comments