From 1cccce66feb712d228cea854254c51d9003a0689 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Sat, 5 Jul 2025 13:02:59 +0200 Subject: [PATCH] [DOCS] Reorder some lines in the class diagram (part 1) This is in preparation for #1298. --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 727a6e1b..0c2dd8de 100644 --- a/README.md +++ b/README.md @@ -726,6 +726,12 @@ classDiagram <> } + Anchor ..> ParserState: dependency + CSSListItem <|-- AtRule: inheritance + AtRule <|.. AtRuleSet: realization + CSSBlockList <|-- AtRuleBlockList: inheritance + AtRule <|.. AtRuleBlockList: realization + RuleSet <|-- DeclarationBlock: inheritance Renderable <|-- CSSElement: inheritance Renderable <|-- CSSListItem: inheritance @@ -735,10 +741,8 @@ classDiagram CSSListItem <|.. RuleSet: realization RuleContainer <|.. RuleSet: realization RuleSet <|-- AtRuleSet: inheritance - AtRule <|.. AtRuleSet: realization Renderable <|.. Selector: realization Selector <|-- KeyframeSelector: inheritance - CSSListItem <|-- AtRule: inheritance Positionable <|.. Charset: realization AtRule <|.. Charset: realization Positionable <|.. Import: realization @@ -760,8 +764,6 @@ classDiagram CSSListItem <|.. CSSList: realization CSSList <|-- KeyFrame: inheritance AtRule <|.. KeyFrame: realization - CSSBlockList <|-- AtRuleBlockList: inheritance - AtRule <|.. AtRuleBlockList: realization CSSFunction <|-- Color: inheritance PrimitiveValue <|-- URL: inheritance RuleValueList <|-- CalcRuleValueList: inheritance @@ -777,7 +779,6 @@ classDiagram ValueList <|-- RuleValueList: inheritance Renderable <|.. Comment: realization Positionable <|.. Comment: realization - Anchor ..> ParserState: dependency CSSList ..> CSSList: dependency CSSList ..> Charset: dependency CSSList ..> Comment: dependency