Skip to content

Commit ab9fa7f

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

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
@@ -728,19 +728,20 @@ classDiagram
728728
729729
Anchor ..> ParserState: dependency
730730
CSSListItem <|-- AtRule: inheritance
731-
AtRule <|.. AtRuleSet: realization
732-
CSSBlockList <|-- AtRuleBlockList: inheritance
733731
AtRule <|.. AtRuleBlockList: realization
732+
CSSBlockList <|-- AtRuleBlockList: inheritance
733+
AtRule <|.. AtRuleSet: realization
734+
RuleSet <|-- AtRuleSet: inheritance
735+
CSSList <|-- CSSBlockList: inheritance
736+
Renderable <|-- CSSElement: inheritance
734737
735738
RuleSet <|-- DeclarationBlock: inheritance
736-
Renderable <|-- CSSElement: inheritance
737739
Renderable <|-- CSSListItem: inheritance
738740
Commentable <|-- CSSListItem: inheritance
739741
Positionable <|.. RuleSet: realization
740742
CSSElement <|.. RuleSet: realization
741743
CSSListItem <|.. RuleSet: realization
742744
RuleContainer <|.. RuleSet: realization
743-
RuleSet <|-- AtRuleSet: inheritance
744745
Renderable <|.. Selector: realization
745746
Selector <|-- KeyframeSelector: inheritance
746747
Positionable <|.. Charset: realization
@@ -757,7 +758,6 @@ classDiagram
757758
Exception <|-- SourceException: inheritance
758759
Positionable <|.. SourceException: realization
759760
SourceException <|-- UnexpectedTokenException: inheritance
760-
CSSList <|-- CSSBlockList: inheritance
761761
CSSBlockList <|-- Document: inheritance
762762
CSSElement <|.. CSSList: realization
763763
Positionable <|.. CSSList: realization

0 commit comments

Comments
 (0)