@@ -755,15 +755,18 @@ classDiagram
755755 Renderable <|.. Comment: realization
756756 RuleSet <|-- DeclarationBlock: inheritance
757757 DeclarationBlock ..> Selector: dependency
758+ CSSBlockList <|-- Document: inheritance
759+ AtRule <|.. Import: realization
760+ Positionable <|.. Import: realization
761+ AtRule <|.. KeyFrame: realization
762+ CSSList <|-- KeyFrame: inheritance
758763
759764 Positionable <|.. RuleSet: realization
760765 CSSElement <|.. RuleSet: realization
761766 CSSListItem <|.. RuleSet: realization
762767 RuleContainer <|.. RuleSet: realization
763768 Renderable <|.. Selector: realization
764769 Selector <|-- KeyframeSelector: inheritance
765- Positionable <|.. Import: realization
766- AtRule <|.. Import: realization
767770 CSSElement <|.. Rule: realization
768771 Positionable <|.. Rule: realization
769772 Commentable <|.. Rule: realization
@@ -772,9 +775,6 @@ classDiagram
772775 Exception <|-- SourceException: inheritance
773776 Positionable <|.. SourceException: realization
774777 SourceException <|-- UnexpectedTokenException: inheritance
775- CSSBlockList <|-- Document: inheritance
776- CSSList <|-- KeyFrame: inheritance
777- AtRule <|.. KeyFrame: realization
778778 PrimitiveValue <|-- URL: inheritance
779779 Value <|-- ValueList: inheritance
780780 ValueList <|-- LineName: inheritance
0 commit comments