@@ -651,8 +651,6 @@ classDiagram
651
651
<<interface>>
652
652
}
653
653
654
- Comment ..|> Renderable
655
-
656
654
657
655
%% namespace CSSList
658
656
@@ -669,15 +667,6 @@ classDiagram
669
667
class KeyFrame {
670
668
}
671
669
672
- AtRuleBlockList --|> CSSBlockList
673
- AtRuleBlockList ..|> AtRule
674
- CSSBlockList --|> CSSList
675
- CSSList ..|> Renderable
676
- CSSList ..|> Commentable
677
- Document --|> CSSBlockList
678
- KeyFrame --|> CSSList
679
- KeyFrame ..|> AtRule
680
-
681
670
682
671
%% namespace Parsing
683
672
@@ -694,10 +683,6 @@ classDiagram
694
683
class UnexpectedTokenException {
695
684
}
696
685
697
- OutputException --|> SourceException
698
- UnexpectedEOFException --|> UnexpectedTokenException
699
- UnexpectedTokenException --|> SourceException
700
-
701
686
702
687
%% namespace Property
703
688
@@ -715,22 +700,12 @@ classDiagram
715
700
class Selector {
716
701
}
717
702
718
- AtRule --|> Renderable
719
- AtRule --|> Commentable
720
- Charset ..|> AtRule
721
- CSSNamespace ..|> AtRule
722
- Import ..|> AtRule
723
- KeyframeSelector --|> Selector
724
-
725
703
726
704
%% namespace Rule
727
705
728
706
class Rule {
729
707
}
730
708
731
- Rule ..|> Renderable
732
- Rule ..|> Commentable
733
-
734
709
735
710
%% namespace RuleSet
736
711
@@ -742,12 +717,6 @@ classDiagram
742
717
<<abstract>>
743
718
}
744
719
745
- AtRuleSet --|> RuleSet
746
- AtRuleSet ..|> AtRule
747
- DeclarationBlock --|> RuleSet
748
- RuleSet ..|> Renderable
749
- RuleSet ..|> Commentable
750
-
751
720
752
721
%% namespace Value
753
722
@@ -779,16 +748,41 @@ classDiagram
779
748
<<abstract>>
780
749
}
781
750
751
+ AtRule --|> Commentable
752
+ AtRule --|> Renderable
753
+ AtRuleBlockList --|> CSSBlockList
754
+ AtRuleBlockList ..|> AtRule
755
+ AtRuleSet --|> RuleSet
756
+ AtRuleSet ..|> AtRule
757
+ CSSBlockList --|> CSSList
758
+ CSSFunction --|> ValueList
759
+ CSSList ..|> Commentable
760
+ CSSList ..|> Renderable
761
+ CSSNamespace ..|> AtRule
762
+ CSSString --|> PrimitiveValue
782
763
CalcFunction --|> CSSFunction
783
764
CalcRuleValueList --|> RuleValueList
765
+ Charset ..|> AtRule
784
766
Color --|> CSSFunction
785
- CSSFunction --|> ValueList
786
- CSSString --|> PrimitiveValue
767
+ Comment ..|> Renderable
768
+ DeclarationBlock --|> RuleSet
769
+ Document --|> CSSBlockList
770
+ Import ..|> AtRule
771
+ KeyFrame --|> CSSList
772
+ KeyFrame ..|> AtRule
773
+ KeyframeSelector --|> Selector
787
774
LineName --|> ValueList
775
+ OutputException --|> SourceException
788
776
PrimitiveValue --|> Value
777
+ Rule ..|> Commentable
778
+ Rule ..|> Renderable
779
+ RuleSet ..|> Commentable
780
+ RuleSet ..|> Renderable
789
781
RuleValueList --|> ValueList
790
782
Size --|> PrimitiveValue
791
783
URL --|> PrimitiveValue
784
+ UnexpectedEOFException --|> UnexpectedTokenException
785
+ UnexpectedTokenException --|> SourceException
792
786
Value ..|> Renderable
793
787
ValueList --|> Value
794
788
0 commit comments