Skip to content

Commit d8f7d4a

Browse files
authored
[DOCS] Reorder some lines in the class diagram (part 3) (#1309)
This is in preparation for #1298.
1 parent ab9fa7f commit d8f7d4a

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
@@ -734,6 +734,11 @@ classDiagram
734734
RuleSet <|-- AtRuleSet: inheritance
735735
CSSList <|-- CSSBlockList: inheritance
736736
Renderable <|-- CSSElement: inheritance
737+
ValueList <|-- CSSFunction: inheritance
738+
CSSElement <|.. CSSList: realization
739+
CSSListItem <|.. CSSList: realization
740+
CSSList ..> Charset: dependency
741+
CSSList ..> Import: dependency
737742
738743
RuleSet <|-- DeclarationBlock: inheritance
739744
Renderable <|-- CSSListItem: inheritance
@@ -759,9 +764,7 @@ classDiagram
759764
Positionable <|.. SourceException: realization
760765
SourceException <|-- UnexpectedTokenException: inheritance
761766
CSSBlockList <|-- Document: inheritance
762-
CSSElement <|.. CSSList: realization
763767
Positionable <|.. CSSList: realization
764-
CSSListItem <|.. CSSList: realization
765768
CSSList <|-- KeyFrame: inheritance
766769
AtRule <|.. KeyFrame: realization
767770
CSSFunction <|-- Color: inheritance
@@ -775,14 +778,11 @@ classDiagram
775778
PrimitiveValue <|-- Size: inheritance
776779
PrimitiveValue <|-- CSSString: inheritance
777780
Value <|-- PrimitiveValue: inheritance
778-
ValueList <|-- CSSFunction: inheritance
779781
ValueList <|-- RuleValueList: inheritance
780782
Renderable <|.. Comment: realization
781783
Positionable <|.. Comment: realization
782784
CSSList ..> CSSList: dependency
783-
CSSList ..> Charset: dependency
784785
CSSList ..> Comment: dependency
785-
CSSList ..> Import: dependency
786786
CSSList ..> RuleSet: dependency
787787
CSSNamespace ..> Comment: dependency
788788
Charset ..> Comment: dependency

0 commit comments

Comments
 (0)