@@ -755,15 +755,18 @@ classDiagram
755
755
Renderable <|.. Comment: realization
756
756
RuleSet <|-- DeclarationBlock: inheritance
757
757
DeclarationBlock ..> Selector: dependency
758
+ CSSBlockList <|-- Document: inheritance
759
+ AtRule <|.. Import: realization
760
+ Positionable <|.. Import: realization
761
+ AtRule <|.. KeyFrame: realization
762
+ CSSList <|-- KeyFrame: inheritance
758
763
759
764
Positionable <|.. RuleSet: realization
760
765
CSSElement <|.. RuleSet: realization
761
766
CSSListItem <|.. RuleSet: realization
762
767
RuleContainer <|.. RuleSet: realization
763
768
Renderable <|.. Selector: realization
764
769
Selector <|-- KeyframeSelector: inheritance
765
- Positionable <|.. Import: realization
766
- AtRule <|.. Import: realization
767
770
CSSElement <|.. Rule: realization
768
771
Positionable <|.. Rule: realization
769
772
Commentable <|.. Rule: realization
@@ -772,9 +775,6 @@ classDiagram
772
775
Exception <|-- SourceException: inheritance
773
776
Positionable <|.. SourceException: realization
774
777
SourceException <|-- UnexpectedTokenException: inheritance
775
- CSSBlockList <|-- Document: inheritance
776
- CSSList <|-- KeyFrame: inheritance
777
- AtRule <|.. KeyFrame: realization
778
778
PrimitiveValue <|-- URL: inheritance
779
779
Value <|-- ValueList: inheritance
780
780
ValueList <|-- LineName: inheritance
0 commit comments