@@ -781,28 +781,28 @@ classDiagram
781781 %% end of the generated part
782782
783783
784- Anchor ..> ParserState: parserState
785- CSSList ..> CSSList: contents
786- CSSList ..> Charset: contents
787- CSSList ..> Comment: comments
788- CSSList ..> Import: contents
789- CSSList ..> RuleSet: contents
790- CSSNamespace ..> Comment: comments
791- Charset ..> Comment: comments
792- Charset ..> CSSString: charset
793- DeclarationBlock ..> Selector: selectors
794- Import ..> Comment: comments
795- OutputFormat ..> OutputFormat: nextLevelFormat
796- OutputFormat ..> OutputFormatter: outputFormatter
797- OutputFormatter ..> OutputFormat: outputFormat
798- Parser ..> ParserState: parserState
799- ParserState ..> Settings: parserSettings
800- Rule ..> Comment: comments
801- Rule ..> RuleValueList: value
802- RuleSet ..> Comment: comments
803- RuleSet ..> Rule: rules
804- URL ..> CSSString: url
805- ValueList ..> Value: components
784+ Anchor ..> ParserState: dependency
785+ CSSList ..> CSSList: dependency
786+ CSSList ..> Charset: dependency
787+ CSSList ..> Comment: dependency
788+ CSSList ..> Import: dependency
789+ CSSList ..> RuleSet: dependency
790+ CSSNamespace ..> Comment: dependency
791+ Charset ..> Comment: dependency
792+ Charset ..> CSSString: dependency
793+ DeclarationBlock ..> Selector: dependency
794+ Import ..> Comment: dependency
795+ OutputFormat ..> OutputFormat: dependency
796+ OutputFormat ..> OutputFormatter: dependency
797+ OutputFormatter ..> OutputFormat: dependency
798+ Parser ..> ParserState: dependency
799+ ParserState ..> Settings: dependency
800+ Rule ..> Comment: dependency
801+ Rule ..> RuleValueList: dependency
802+ RuleSet ..> Comment: dependency
803+ RuleSet ..> Rule: dependency
804+ URL ..> CSSString: dependency
805+ ValueList ..> Value: dependency
806806```
807807
808808## API and deprecation policy
0 commit comments