1- //13.01 .2026 17:12:20
1+ //16.02 .2026 21:28:23
22
33#nullable enable
44//Disable missing XML comments.
@@ -1124,7 +1124,7 @@ public struct Union76
11241124}
11251125
11261126///<summary>
1127- ///<see cref="double"/> or <see cref="DOMPointInit"/> or <see cref="List{Union76 }"/>
1127+ ///<see cref="double"/> or <see cref="DOMPointInit"/> or <see cref="List{T}"/> or <see cref="List{DOMPointInit }"/>
11281128///</summary>
11291129public struct Union75
11301130{
@@ -1133,8 +1133,10 @@ public struct Union75
11331133 public static implicit operator double ( Union75 value ) { return new Union75 { Value = value } ; }
11341134 public static implicit operator Union75 ( DOMPointInit value ) { return new Union75 { Value = value } ; }
11351135 public static implicit operator DOMPointInit ( Union75 value ) { return new Union75 { Value = value } ; }
1136- public static implicit operator Union75 ( List < Union76 > value ) { return new Union75 { Value = value } ; }
1137- public static implicit operator List < Union76 > ( Union75 value ) { return new Union75 { Value = value } ; }
1136+ public static implicit operator Union75 ( List < double > value ) { return new Union75 { Value = value } ; }
1137+ public static implicit operator List < double > ( Union75 value ) { return new Union75 { Value = value } ; }
1138+ public static implicit operator Union75 ( List < DOMPointInit > value ) { return new Union75 { Value = value } ; }
1139+ public static implicit operator List < DOMPointInit > ( Union75 value ) { return new Union75 { Value = value } ; }
11381140}
11391141
11401142///<summary>
@@ -1872,15 +1874,17 @@ public struct Union136
18721874}
18731875
18741876///<summary>
1875- ///<see cref="DOMString"/> or <see cref="List{Union136 }"/>
1877+ ///<see cref="DOMString"/> or <see cref="List{CSSNumericValue}"/> or <see cref="List{CSSKeywordValue }"/>
18761878///</summary>
18771879public struct Union135
18781880{
18791881 public dynamic Value { get ; set ; }
18801882 public static implicit operator Union135 ( DOMString value ) { return new Union135 { Value = value } ; }
18811883 public static implicit operator DOMString ( Union135 value ) { return new Union135 { Value = value } ; }
1882- public static implicit operator Union135 ( List < Union136 > value ) { return new Union135 { Value = value } ; }
1883- public static implicit operator List < Union136 > ( Union135 value ) { return new Union135 { Value = value } ; }
1884+ public static implicit operator Union135 ( List < CSSNumericValue > value ) { return new Union135 { Value = value } ; }
1885+ public static implicit operator List < CSSNumericValue > ( Union135 value ) { return new Union135 { Value = value } ; }
1886+ public static implicit operator Union135 ( List < CSSKeywordValue > value ) { return new Union135 { Value = value } ; }
1887+ public static implicit operator List < CSSKeywordValue > ( Union135 value ) { return new Union135 { Value = value } ; }
18841888}
18851889
18861890///<summary>
0 commit comments