@@ -749,15 +749,19 @@ classDiagram
749749 RuleValueList <|-- CalcRuleValueList: inheritance
750750 AtRule <|.. Charset: realization
751751 Charset ..> CSSString: dependency
752-
752+ Positionable <|.. Charset: realization
753+ CSSFunction <|-- Color: inheritance
754+ Positionable <|.. Comment: realization
755+ Renderable <|.. Comment: realization
753756 RuleSet <|-- DeclarationBlock: inheritance
757+ DeclarationBlock ..> Selector: dependency
758+
754759 Positionable <|.. RuleSet: realization
755760 CSSElement <|.. RuleSet: realization
756761 CSSListItem <|.. RuleSet: realization
757762 RuleContainer <|.. RuleSet: realization
758763 Renderable <|.. Selector: realization
759764 Selector <|-- KeyframeSelector: inheritance
760- Positionable <|.. Charset: realization
761765 Positionable <|.. Import: realization
762766 AtRule <|.. Import: realization
763767 CSSElement <|.. Rule: realization
@@ -771,7 +775,6 @@ classDiagram
771775 CSSBlockList <|-- Document: inheritance
772776 CSSList <|-- KeyFrame: inheritance
773777 AtRule <|.. KeyFrame: realization
774- CSSFunction <|-- Color: inheritance
775778 PrimitiveValue <|-- URL: inheritance
776779 Value <|-- ValueList: inheritance
777780 ValueList <|-- LineName: inheritance
@@ -780,14 +783,11 @@ classDiagram
780783 PrimitiveValue <|-- Size: inheritance
781784 Value <|-- PrimitiveValue: inheritance
782785 ValueList <|-- RuleValueList: inheritance
783- Renderable <|.. Comment: realization
784- Positionable <|.. Comment: realization
785786 CSSList ..> CSSList: dependency
786787 CSSList ..> Comment: dependency
787788 CSSList ..> RuleSet: dependency
788789 CSSNamespace ..> Comment: dependency
789790 Charset ..> Comment: dependency
790- DeclarationBlock ..> Selector: dependency
791791 Import ..> Comment: dependency
792792 OutputFormat ..> OutputFormat: dependency
793793 OutputFormat ..> OutputFormatter: dependency
0 commit comments