From 62bd2c576a54329f698f363c513a3763503fe5cb Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Mon, 7 Jul 2025 16:03:42 +0200 Subject: [PATCH] [DOCS] Reorder some lines in the class diagram (part 2) This is in preparation for #1298. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0c2dd8de7..4e1930037 100644 --- a/README.md +++ b/README.md @@ -728,19 +728,20 @@ classDiagram Anchor ..> ParserState: dependency CSSListItem <|-- AtRule: inheritance - AtRule <|.. AtRuleSet: realization - CSSBlockList <|-- AtRuleBlockList: inheritance AtRule <|.. AtRuleBlockList: realization + CSSBlockList <|-- AtRuleBlockList: inheritance + AtRule <|.. AtRuleSet: realization + RuleSet <|-- AtRuleSet: inheritance + CSSList <|-- CSSBlockList: inheritance + Renderable <|-- CSSElement: inheritance RuleSet <|-- DeclarationBlock: inheritance - Renderable <|-- CSSElement: inheritance Renderable <|-- CSSListItem: inheritance Commentable <|-- CSSListItem: inheritance Positionable <|.. RuleSet: realization CSSElement <|.. RuleSet: realization CSSListItem <|.. RuleSet: realization RuleContainer <|.. RuleSet: realization - RuleSet <|-- AtRuleSet: inheritance Renderable <|.. Selector: realization Selector <|-- KeyframeSelector: inheritance Positionable <|.. Charset: realization @@ -757,7 +758,6 @@ classDiagram Exception <|-- SourceException: inheritance Positionable <|.. SourceException: realization SourceException <|-- UnexpectedTokenException: inheritance - CSSList <|-- CSSBlockList: inheritance CSSBlockList <|-- Document: inheritance CSSElement <|.. CSSList: realization Positionable <|.. CSSList: realization