@@ -777,18 +777,19 @@ classDiagram
777
777
Positionable <|.. RuleSet: realization
778
778
RuleSet ..> Rule: dependency
779
779
RuleContainer <|.. RuleSet: realization
780
-
780
+ ValueList <|-- RuleValueList: inheritance
781
781
Renderable <|.. Selector: realization
782
- UnexpectedTokenException <|-- UnexpectedEOFException : inheritance
782
+ PrimitiveValue <|-- Size : inheritance
783
783
Exception <|-- SourceException: inheritance
784
784
Positionable <|.. SourceException: realization
785
+ URL ..> CSSString: dependency
786
+
787
+ UnexpectedTokenException <|-- UnexpectedEOFException: inheritance
785
788
SourceException <|-- UnexpectedTokenException: inheritance
786
789
PrimitiveValue <|-- URL: inheritance
787
790
Value <|-- ValueList: inheritance
788
791
CSSElement <|.. Value: realization
789
792
Positionable <|.. Value: realization
790
- PrimitiveValue <|-- Size: inheritance
791
- ValueList <|-- RuleValueList: inheritance
792
793
CSSList ..> CSSList: dependency
793
794
CSSList ..> Comment: dependency
794
795
CSSList ..> RuleSet: dependency
@@ -798,7 +799,6 @@ classDiagram
798
799
OutputFormat ..> OutputFormat: dependency
799
800
Rule ..> Comment: dependency
800
801
RuleSet ..> Comment: dependency
801
- URL ..> CSSString: dependency
802
802
ValueList ..> Value: dependency
803
803
```
804
804
0 commit comments