@@ -765,15 +765,18 @@ classDiagram
765765 SourceException <|-- OutputException: inheritance
766766 OutputFormat ..> OutputFormatter: dependency
767767 OutputFormatter ..> OutputFormat: dependency
768+ Parser ..> ParserState: dependency
769+ ParserState ..> Settings: dependency
770+ Value <|-- PrimitiveValue: inheritance
771+ CSSElement <|.. Rule: realization
772+ Commentable <|.. Rule: realization
768773
769774 Positionable <|.. RuleSet: realization
770775 CSSElement <|.. RuleSet: realization
771776 CSSListItem <|.. RuleSet: realization
772777 RuleContainer <|.. RuleSet: realization
773778 Renderable <|.. Selector: realization
774- CSSElement <|.. Rule: realization
775779 Positionable <|.. Rule: realization
776- Commentable <|.. Rule: realization
777780 UnexpectedTokenException <|-- UnexpectedEOFException: inheritance
778781 Exception <|-- SourceException: inheritance
779782 Positionable <|.. SourceException: realization
@@ -783,7 +786,6 @@ classDiagram
783786 CSSElement <|.. Value: realization
784787 Positionable <|.. Value: realization
785788 PrimitiveValue <|-- Size: inheritance
786- Value <|-- PrimitiveValue: inheritance
787789 ValueList <|-- RuleValueList: inheritance
788790 CSSList ..> CSSList: dependency
789791 CSSList ..> Comment: dependency
@@ -792,8 +794,6 @@ classDiagram
792794 Charset ..> Comment: dependency
793795 Import ..> Comment: dependency
794796 OutputFormat ..> OutputFormat: dependency
795- Parser ..> ParserState: dependency
796- ParserState ..> Settings: dependency
797797 Rule ..> Comment: dependency
798798 Rule ..> RuleValueList: dependency
799799 RuleSet ..> Comment: dependency
0 commit comments