Skip to content

Commit a155d04

Browse files
authored
[DOCS] Reorder some lines in the class diagram (part 10) (#1316)
This is in preparation for #1298.
1 parent 348b395 commit a155d04

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
@@ -770,13 +770,15 @@ classDiagram
770770
Value <|-- PrimitiveValue: inheritance
771771
CSSElement <|.. Rule: realization
772772
Commentable <|.. Rule: realization
773-
774-
Positionable <|.. RuleSet: realization
773+
Positionable <|.. Rule: realization
774+
Rule ..> RuleValueList: dependency
775775
CSSElement <|.. RuleSet: realization
776776
CSSListItem <|.. RuleSet: realization
777+
Positionable <|.. RuleSet: realization
778+
RuleSet ..> Rule: dependency
777779
RuleContainer <|.. RuleSet: realization
780+
778781
Renderable <|.. Selector: realization
779-
Positionable <|.. Rule: realization
780782
UnexpectedTokenException <|-- UnexpectedEOFException: inheritance
781783
Exception <|-- SourceException: inheritance
782784
Positionable <|.. SourceException: realization
@@ -795,9 +797,7 @@ classDiagram
795797
Import ..> Comment: dependency
796798
OutputFormat ..> OutputFormat: dependency
797799
Rule ..> Comment: dependency
798-
Rule ..> RuleValueList: dependency
799800
RuleSet ..> Comment: dependency
800-
RuleSet ..> Rule: dependency
801801
URL ..> CSSString: dependency
802802
ValueList ..> Value: dependency
803803
```

0 commit comments

Comments
 (0)