@@ -627,6 +627,9 @@ classDiagram
627
627
class Renderable {
628
628
<<interface>>
629
629
}
630
+ class Positionable {
631
+ <<interface>>
632
+ }
630
633
class CSSListItem {
631
634
<<interface>>
632
635
}
@@ -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
732
739
Renderable <|.. Rule: realization
740
+ Positionable <|.. 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
@@ -749,12 +759,14 @@ classDiagram
749
759
CSSFunction <|-- CalcFunction: inheritance
750
760
ValueList <|-- LineName: inheritance
751
761
Renderable <|.. Value: realization
762
+ Positionable <|.. 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
757
768
Renderable <|.. Comment: realization
769
+ Positionable <|.. Comment: realization
758
770
759
771
%% end of the generated part
760
772
0 commit comments