@@ -777,18 +777,19 @@ classDiagram
777777 Positionable <|.. RuleSet: realization
778778 RuleSet ..> Rule: dependency
779779 RuleContainer <|.. RuleSet: realization
780-
780+ ValueList <|-- RuleValueList: inheritance
781781 Renderable <|.. Selector: realization
782- UnexpectedTokenException <|-- UnexpectedEOFException : inheritance
782+ PrimitiveValue <|-- Size : inheritance
783783 Exception <|-- SourceException: inheritance
784784 Positionable <|.. SourceException: realization
785+ URL ..> CSSString: dependency
786+
787+ UnexpectedTokenException <|-- UnexpectedEOFException: inheritance
785788 SourceException <|-- UnexpectedTokenException: inheritance
786789 PrimitiveValue <|-- URL: inheritance
787790 Value <|-- ValueList: inheritance
788791 CSSElement <|.. Value: realization
789792 Positionable <|.. Value: realization
790- PrimitiveValue <|-- Size: inheritance
791- ValueList <|-- RuleValueList: inheritance
792793 CSSList ..> CSSList: dependency
793794 CSSList ..> Comment: dependency
794795 CSSList ..> RuleSet: dependency
@@ -798,7 +799,6 @@ classDiagram
798799 OutputFormat ..> OutputFormat: dependency
799800 Rule ..> Comment: dependency
800801 RuleSet ..> Comment: dependency
801- URL ..> CSSString: dependency
802802 ValueList ..> Value: dependency
803803```
804804
0 commit comments