@@ -760,24 +760,26 @@ classDiagram
760
760
Positionable <|.. Import: realization
761
761
AtRule <|.. KeyFrame: realization
762
762
CSSList <|-- KeyFrame: inheritance
763
+ Selector <|-- KeyframeSelector: inheritance
764
+ ValueList <|-- LineName: inheritance
765
+ SourceException <|-- OutputException: inheritance
766
+ OutputFormat ..> OutputFormatter: dependency
767
+ OutputFormatter ..> OutputFormat: dependency
763
768
764
769
Positionable <|.. RuleSet: realization
765
770
CSSElement <|.. RuleSet: realization
766
771
CSSListItem <|.. RuleSet: realization
767
772
RuleContainer <|.. RuleSet: realization
768
773
Renderable <|.. Selector: realization
769
- Selector <|-- KeyframeSelector: inheritance
770
774
CSSElement <|.. Rule: realization
771
775
Positionable <|.. Rule: realization
772
776
Commentable <|.. Rule: realization
773
- SourceException <|-- OutputException: inheritance
774
777
UnexpectedTokenException <|-- UnexpectedEOFException: inheritance
775
778
Exception <|-- SourceException: inheritance
776
779
Positionable <|.. SourceException: realization
777
780
SourceException <|-- UnexpectedTokenException: inheritance
778
781
PrimitiveValue <|-- URL: inheritance
779
782
Value <|-- ValueList: inheritance
780
- ValueList <|-- LineName: inheritance
781
783
CSSElement <|.. Value: realization
782
784
Positionable <|.. Value: realization
783
785
PrimitiveValue <|-- Size: inheritance
@@ -790,8 +792,6 @@ classDiagram
790
792
Charset ..> Comment: dependency
791
793
Import ..> Comment: dependency
792
794
OutputFormat ..> OutputFormat: dependency
793
- OutputFormat ..> OutputFormatter: dependency
794
- OutputFormatter ..> OutputFormat: dependency
795
795
Parser ..> ParserState: dependency
796
796
ParserState ..> Settings: dependency
797
797
Rule ..> Comment: dependency
0 commit comments