Skip to content

Commit 45ae185

Browse files
authored
[DOCS] Reorder some lines in the class diagram (part 11) (#1317)
This is in preparation for #1298.
1 parent a155d04 commit 45ae185

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)