@@ -770,13 +770,15 @@ classDiagram
770
770
Value <|-- PrimitiveValue: inheritance
771
771
CSSElement <|.. Rule: realization
772
772
Commentable <|.. Rule: realization
773
-
774
- Positionable <|.. RuleSet: realization
773
+ Positionable <|.. Rule: realization
774
+ Rule ..> RuleValueList: dependency
775
775
CSSElement <|.. RuleSet: realization
776
776
CSSListItem <|.. RuleSet: realization
777
+ Positionable <|.. RuleSet: realization
778
+ RuleSet ..> Rule: dependency
777
779
RuleContainer <|.. RuleSet: realization
780
+
778
781
Renderable <|.. Selector: realization
779
- Positionable <|.. Rule: realization
780
782
UnexpectedTokenException <|-- UnexpectedEOFException: inheritance
781
783
Exception <|-- SourceException: inheritance
782
784
Positionable <|.. SourceException: realization
@@ -795,9 +797,7 @@ classDiagram
795
797
Import ..> Comment: dependency
796
798
OutputFormat ..> OutputFormat: dependency
797
799
Rule ..> Comment: dependency
798
- Rule ..> RuleValueList: dependency
799
800
RuleSet ..> Comment: dependency
800
- RuleSet ..> Rule: dependency
801
801
URL ..> CSSString: dependency
802
802
ValueList ..> Value: dependency
803
803
```
0 commit comments