Skip to content

Commit 6a784a4

Browse files
authored
[DOCS] Reorder some lines in the class diagram (part 5) (#1311)
This is in preparation for #1298.
1 parent 12567dc commit 6a784a4

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
@@ -744,6 +744,11 @@ classDiagram
744744
Renderable <|-- CSSListItem: inheritance
745745
AtRule <|.. CSSNamespace: realization
746746
Positionable <|.. CSSNamespace: realization
747+
PrimitiveValue <|-- CSSString: inheritance
748+
CSSFunction <|-- CalcFunction: inheritance
749+
RuleValueList <|-- CalcRuleValueList: inheritance
750+
AtRule <|.. Charset: realization
751+
Charset ..> CSSString: dependency
747752
748753
RuleSet <|-- DeclarationBlock: inheritance
749754
Positionable <|.. RuleSet: realization
@@ -753,7 +758,6 @@ classDiagram
753758
Renderable <|.. Selector: realization
754759
Selector <|-- KeyframeSelector: inheritance
755760
Positionable <|.. Charset: realization
756-
AtRule <|.. Charset: realization
757761
Positionable <|.. Import: realization
758762
AtRule <|.. Import: realization
759763
CSSElement <|.. Rule: realization
@@ -769,14 +773,11 @@ classDiagram
769773
AtRule <|.. KeyFrame: realization
770774
CSSFunction <|-- Color: inheritance
771775
PrimitiveValue <|-- URL: inheritance
772-
RuleValueList <|-- CalcRuleValueList: inheritance
773776
Value <|-- ValueList: inheritance
774-
CSSFunction <|-- CalcFunction: inheritance
775777
ValueList <|-- LineName: inheritance
776778
CSSElement <|.. Value: realization
777779
Positionable <|.. Value: realization
778780
PrimitiveValue <|-- Size: inheritance
779-
PrimitiveValue <|-- CSSString: inheritance
780781
Value <|-- PrimitiveValue: inheritance
781782
ValueList <|-- RuleValueList: inheritance
782783
Renderable <|.. Comment: realization
@@ -786,7 +787,6 @@ classDiagram
786787
CSSList ..> RuleSet: dependency
787788
CSSNamespace ..> Comment: dependency
788789
Charset ..> Comment: dependency
789-
Charset ..> CSSString: dependency
790790
DeclarationBlock ..> Selector: dependency
791791
Import ..> Comment: dependency
792792
OutputFormat ..> OutputFormat: dependency

0 commit comments

Comments
 (0)