@@ -765,15 +765,18 @@ classDiagram
765
765
SourceException <|-- OutputException: inheritance
766
766
OutputFormat ..> OutputFormatter: dependency
767
767
OutputFormatter ..> OutputFormat: dependency
768
+ Parser ..> ParserState: dependency
769
+ ParserState ..> Settings: dependency
770
+ Value <|-- PrimitiveValue: inheritance
771
+ CSSElement <|.. Rule: realization
772
+ Commentable <|.. Rule: realization
768
773
769
774
Positionable <|.. RuleSet: realization
770
775
CSSElement <|.. RuleSet: realization
771
776
CSSListItem <|.. RuleSet: realization
772
777
RuleContainer <|.. RuleSet: realization
773
778
Renderable <|.. Selector: realization
774
- CSSElement <|.. Rule: realization
775
779
Positionable <|.. Rule: realization
776
- Commentable <|.. Rule: realization
777
780
UnexpectedTokenException <|-- UnexpectedEOFException: inheritance
778
781
Exception <|-- SourceException: inheritance
779
782
Positionable <|.. SourceException: realization
@@ -783,7 +786,6 @@ classDiagram
783
786
CSSElement <|.. Value: realization
784
787
Positionable <|.. Value: realization
785
788
PrimitiveValue <|-- Size: inheritance
786
- Value <|-- PrimitiveValue: inheritance
787
789
ValueList <|-- RuleValueList: inheritance
788
790
CSSList ..> CSSList: dependency
789
791
CSSList ..> Comment: dependency
@@ -792,8 +794,6 @@ classDiagram
792
794
Charset ..> Comment: dependency
793
795
Import ..> Comment: dependency
794
796
OutputFormat ..> OutputFormat: dependency
795
- Parser ..> ParserState: dependency
796
- ParserState ..> Settings: dependency
797
797
Rule ..> Comment: dependency
798
798
Rule ..> RuleValueList: dependency
799
799
RuleSet ..> Comment: dependency
0 commit comments