Skip to content

Commit f6f529d

Browse files
authored
[DOCS] Reorder some lines in the class diagram (part 8) (#1314)
This is in preparation for #1298.
1 parent d250c86 commit f6f529d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -760,24 +760,26 @@ classDiagram
760760
Positionable <|.. Import: realization
761761
AtRule <|.. KeyFrame: realization
762762
CSSList <|-- KeyFrame: inheritance
763+
Selector <|-- KeyframeSelector: inheritance
764+
ValueList <|-- LineName: inheritance
765+
SourceException <|-- OutputException: inheritance
766+
OutputFormat ..> OutputFormatter: dependency
767+
OutputFormatter ..> OutputFormat: dependency
763768
764769
Positionable <|.. RuleSet: realization
765770
CSSElement <|.. RuleSet: realization
766771
CSSListItem <|.. RuleSet: realization
767772
RuleContainer <|.. RuleSet: realization
768773
Renderable <|.. Selector: realization
769-
Selector <|-- KeyframeSelector: inheritance
770774
CSSElement <|.. Rule: realization
771775
Positionable <|.. Rule: realization
772776
Commentable <|.. Rule: realization
773-
SourceException <|-- OutputException: inheritance
774777
UnexpectedTokenException <|-- UnexpectedEOFException: inheritance
775778
Exception <|-- SourceException: inheritance
776779
Positionable <|.. SourceException: realization
777780
SourceException <|-- UnexpectedTokenException: inheritance
778781
PrimitiveValue <|-- URL: inheritance
779782
Value <|-- ValueList: inheritance
780-
ValueList <|-- LineName: inheritance
781783
CSSElement <|.. Value: realization
782784
Positionable <|.. Value: realization
783785
PrimitiveValue <|-- Size: inheritance
@@ -790,8 +792,6 @@ classDiagram
790792
Charset ..> Comment: dependency
791793
Import ..> Comment: dependency
792794
OutputFormat ..> OutputFormat: dependency
793-
OutputFormat ..> OutputFormatter: dependency
794-
OutputFormatter ..> OutputFormat: dependency
795795
Parser ..> ParserState: dependency
796796
ParserState ..> Settings: dependency
797797
Rule ..> Comment: dependency

0 commit comments

Comments
 (0)