Skip to content

Commit 52914e8

Browse files
committed
[DOCS] Reorder some line in the class diagram (part 1)
This is in preparation for #1298.
1 parent 674cfa0 commit 52914e8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -727,6 +727,14 @@ classDiagram
727727
<<abstract>>
728728
}
729729
730+
Anchor ..> ParserState: dependency
731+
CSSListItem <|-- AtRule: inheritance
732+
AtRule <|.. AtRuleSet: realization
733+
CSSBlockList <|-- AtRuleBlockList: inheritance
734+
AtRule <|.. AtRuleBlockList: realization
735+
%% end of the generated part
736+
737+
730738
RuleSet <|-- DeclarationBlock: inheritance
731739
Renderable <|-- CSSElement: inheritance
732740
Renderable <|-- CSSListItem: inheritance
@@ -736,10 +744,8 @@ classDiagram
736744
CSSListItem <|.. RuleSet: realization
737745
RuleContainer <|.. RuleSet: realization
738746
RuleSet <|-- AtRuleSet: inheritance
739-
AtRule <|.. AtRuleSet: realization
740747
Renderable <|.. Selector: realization
741748
Selector <|-- KeyframeSelector: inheritance
742-
CSSListItem <|-- AtRule: inheritance
743749
Positionable <|.. Charset: realization
744750
AtRule <|.. Charset: realization
745751
Positionable <|.. Import: realization
@@ -761,8 +767,6 @@ classDiagram
761767
CSSListItem <|.. CSSList: realization
762768
CSSList <|-- KeyFrame: inheritance
763769
AtRule <|.. KeyFrame: realization
764-
CSSBlockList <|-- AtRuleBlockList: inheritance
765-
AtRule <|.. AtRuleBlockList: realization
766770
CSSFunction <|-- Color: inheritance
767771
PrimitiveValue <|-- URL: inheritance
768772
RuleValueList <|-- CalcRuleValueList: inheritance
@@ -778,10 +782,6 @@ classDiagram
778782
ValueList <|-- RuleValueList: inheritance
779783
Renderable <|.. Comment: realization
780784
Positionable <|.. Comment: realization
781-
%% end of the generated part
782-
783-
784-
Anchor ..> ParserState: dependency
785785
CSSList ..> CSSList: dependency
786786
CSSList ..> Charset: dependency
787787
CSSList ..> Comment: dependency

0 commit comments

Comments
 (0)