@@ -624,6 +624,9 @@ classDiagram
624
624
625
625
%% Start of the part originally generated from the PHP code using tasuku43/mermaid-class-diagram
626
626
627
+ class Positionable {
628
+ <<interface>>
629
+ }
627
630
class Renderable {
628
631
<<interface>>
629
632
}
@@ -720,23 +723,30 @@ classDiagram
720
723
RuleSet <|-- DeclarationBlock: inheritance
721
724
Renderable <|-- CSSListItem: inheritance
722
725
Commentable <|-- CSSListItem: inheritance
726
+ Positionable <|.. RuleSet: realization
723
727
CSSListItem <|.. RuleSet: realization
724
728
RuleSet <|-- AtRuleSet: inheritance
725
729
AtRule <|.. AtRuleSet: realization
726
730
Renderable <|.. Selector: realization
727
731
Selector <|-- KeyframeSelector: inheritance
728
732
CSSListItem <|-- AtRule: inheritance
733
+ Positionable <|.. Charset: realization
729
734
AtRule <|.. Charset: realization
735
+ Positionable <|.. Import: realization
730
736
AtRule <|.. Import: realization
737
+ Positionable <|.. CSSNamespace: realization
731
738
AtRule <|.. CSSNamespace: realization
739
+ Positionable <|.. Rule: realization
732
740
Renderable <|.. Rule: realization
733
741
Commentable <|.. Rule: realization
734
742
SourceException <|-- OutputException: inheritance
735
743
UnexpectedTokenException <|-- UnexpectedEOFException: inheritance
736
744
Exception <|-- SourceException: inheritance
745
+ Positionable <|.. SourceException: realization
737
746
SourceException <|-- UnexpectedTokenException: inheritance
738
747
CSSList <|-- CSSBlockList: inheritance
739
748
CSSBlockList <|-- Document: inheritance
749
+ Positionable <|.. CSSList: realization
740
750
CSSListItem <|.. CSSList: realization
741
751
CSSList <|-- KeyFrame: inheritance
742
752
AtRule <|.. KeyFrame: realization
@@ -748,12 +758,14 @@ classDiagram
748
758
Value <|-- ValueList: inheritance
749
759
CSSFunction <|-- CalcFunction: inheritance
750
760
ValueList <|-- LineName: inheritance
761
+ Positionable <|.. Value: realization
751
762
Renderable <|.. Value: realization
752
763
PrimitiveValue <|-- Size: inheritance
753
764
PrimitiveValue <|-- CSSString: inheritance
754
765
Value <|-- PrimitiveValue: inheritance
755
766
ValueList <|-- CSSFunction: inheritance
756
767
ValueList <|-- RuleValueList: inheritance
768
+ Positionable <|.. Comment: realization
757
769
Renderable <|.. Comment: realization
758
770
759
771
%% end of the generated part
0 commit comments