Skip to content

Commit d250c86

Browse files
authored
[DOCS] Reorder some lines in the class diagram (part 7) (#1313)
This is in preparation for #1298.
1 parent d270c2c commit d250c86

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
@@ -755,15 +755,18 @@ classDiagram
755755
Renderable <|.. Comment: realization
756756
RuleSet <|-- DeclarationBlock: inheritance
757757
DeclarationBlock ..> Selector: dependency
758+
CSSBlockList <|-- Document: inheritance
759+
AtRule <|.. Import: realization
760+
Positionable <|.. Import: realization
761+
AtRule <|.. KeyFrame: realization
762+
CSSList <|-- KeyFrame: inheritance
758763
759764
Positionable <|.. RuleSet: realization
760765
CSSElement <|.. RuleSet: realization
761766
CSSListItem <|.. RuleSet: realization
762767
RuleContainer <|.. RuleSet: realization
763768
Renderable <|.. Selector: realization
764769
Selector <|-- KeyframeSelector: inheritance
765-
Positionable <|.. Import: realization
766-
AtRule <|.. Import: realization
767770
CSSElement <|.. Rule: realization
768771
Positionable <|.. Rule: realization
769772
Commentable <|.. Rule: realization
@@ -772,9 +775,6 @@ classDiagram
772775
Exception <|-- SourceException: inheritance
773776
Positionable <|.. SourceException: realization
774777
SourceException <|-- UnexpectedTokenException: inheritance
775-
CSSBlockList <|-- Document: inheritance
776-
CSSList <|-- KeyFrame: inheritance
777-
AtRule <|.. KeyFrame: realization
778778
PrimitiveValue <|-- URL: inheritance
779779
Value <|-- ValueList: inheritance
780780
ValueList <|-- LineName: inheritance

0 commit comments

Comments
 (0)