|
@@ -78,9 +78,6 @@ class A(BaseHTML):
|
|
|
title: Optional[
|
|
|
Union[Var[Union[str, int, bool]], Union[str, int, bool]]
|
|
|
] = None,
|
|
|
- translate: Optional[
|
|
|
- Union[Var[Union[str, int, bool]], Union[str, int, bool]]
|
|
|
- ] = None,
|
|
|
style: Optional[Style] = None,
|
|
|
key: Optional[Any] = None,
|
|
|
id: Optional[Any] = None,
|
|
@@ -164,7 +161,6 @@ class A(BaseHTML):
|
|
|
spell_check: Defines whether the element may be checked for spelling errors.
|
|
|
tab_index: Defines the position of the current element in the tabbing order.
|
|
|
title: Defines a tooltip for the element.
|
|
|
- translate: Specifies whether the content of an element should be translated or not.
|
|
|
style: The style of the component.
|
|
|
key: A unique key for the component.
|
|
|
id: The id for the component.
|
|
@@ -228,9 +224,6 @@ class Abbr(BaseHTML):
|
|
|
title: Optional[
|
|
|
Union[Var[Union[str, int, bool]], Union[str, int, bool]]
|
|
|
] = None,
|
|
|
- translate: Optional[
|
|
|
- Union[Var[Union[str, int, bool]], Union[str, int, bool]]
|
|
|
- ] = None,
|
|
|
style: Optional[Style] = None,
|
|
|
key: Optional[Any] = None,
|
|
|
id: Optional[Any] = None,
|
|
@@ -305,7 +298,6 @@ class Abbr(BaseHTML):
|
|
|
spell_check: Defines whether the element may be checked for spelling errors.
|
|
|
tab_index: Defines the position of the current element in the tabbing order.
|
|
|
title: Defines a tooltip for the element.
|
|
|
- translate: Specifies whether the content of an element should be translated or not.
|
|
|
style: The style of the component.
|
|
|
key: A unique key for the component.
|
|
|
id: The id for the component.
|
|
@@ -369,9 +361,6 @@ class B(BaseHTML):
|
|
|
title: Optional[
|
|
|
Union[Var[Union[str, int, bool]], Union[str, int, bool]]
|
|
|
] = None,
|
|
|
- translate: Optional[
|
|
|
- Union[Var[Union[str, int, bool]], Union[str, int, bool]]
|
|
|
- ] = None,
|
|
|
style: Optional[Style] = None,
|
|
|
key: Optional[Any] = None,
|
|
|
id: Optional[Any] = None,
|
|
@@ -446,7 +435,6 @@ class B(BaseHTML):
|
|
|
spell_check: Defines whether the element may be checked for spelling errors.
|
|
|
tab_index: Defines the position of the current element in the tabbing order.
|
|
|
title: Defines a tooltip for the element.
|
|
|
- translate: Specifies whether the content of an element should be translated or not.
|
|
|
style: The style of the component.
|
|
|
key: A unique key for the component.
|
|
|
id: The id for the component.
|
|
@@ -510,9 +498,6 @@ class Bdi(BaseHTML):
|
|
|
title: Optional[
|
|
|
Union[Var[Union[str, int, bool]], Union[str, int, bool]]
|
|
|
] = None,
|
|
|
- translate: Optional[
|
|
|
- Union[Var[Union[str, int, bool]], Union[str, int, bool]]
|
|
|
- ] = None,
|
|
|
style: Optional[Style] = None,
|
|
|
key: Optional[Any] = None,
|
|
|
id: Optional[Any] = None,
|
|
@@ -587,7 +572,6 @@ class Bdi(BaseHTML):
|
|
|
spell_check: Defines whether the element may be checked for spelling errors.
|
|
|
tab_index: Defines the position of the current element in the tabbing order.
|
|
|
title: Defines a tooltip for the element.
|
|
|
- translate: Specifies whether the content of an element should be translated or not.
|
|
|
style: The style of the component.
|
|
|
key: A unique key for the component.
|
|
|
id: The id for the component.
|
|
@@ -651,9 +635,6 @@ class Bdo(BaseHTML):
|
|
|
title: Optional[
|
|
|
Union[Var[Union[str, int, bool]], Union[str, int, bool]]
|
|
|
] = None,
|
|
|
- translate: Optional[
|
|
|
- Union[Var[Union[str, int, bool]], Union[str, int, bool]]
|
|
|
- ] = None,
|
|
|
style: Optional[Style] = None,
|
|
|
key: Optional[Any] = None,
|
|
|
id: Optional[Any] = None,
|
|
@@ -728,7 +709,6 @@ class Bdo(BaseHTML):
|
|
|
spell_check: Defines whether the element may be checked for spelling errors.
|
|
|
tab_index: Defines the position of the current element in the tabbing order.
|
|
|
title: Defines a tooltip for the element.
|
|
|
- translate: Specifies whether the content of an element should be translated or not.
|
|
|
style: The style of the component.
|
|
|
key: A unique key for the component.
|
|
|
id: The id for the component.
|
|
@@ -792,9 +772,6 @@ class Br(BaseHTML):
|
|
|
title: Optional[
|
|
|
Union[Var[Union[str, int, bool]], Union[str, int, bool]]
|
|
|
] = None,
|
|
|
- translate: Optional[
|
|
|
- Union[Var[Union[str, int, bool]], Union[str, int, bool]]
|
|
|
- ] = None,
|
|
|
style: Optional[Style] = None,
|
|
|
key: Optional[Any] = None,
|
|
|
id: Optional[Any] = None,
|
|
@@ -869,7 +846,6 @@ class Br(BaseHTML):
|
|
|
spell_check: Defines whether the element may be checked for spelling errors.
|
|
|
tab_index: Defines the position of the current element in the tabbing order.
|
|
|
title: Defines a tooltip for the element.
|
|
|
- translate: Specifies whether the content of an element should be translated or not.
|
|
|
style: The style of the component.
|
|
|
key: A unique key for the component.
|
|
|
id: The id for the component.
|
|
@@ -933,9 +909,6 @@ class Cite(BaseHTML):
|
|
|
title: Optional[
|
|
|
Union[Var[Union[str, int, bool]], Union[str, int, bool]]
|
|
|
] = None,
|
|
|
- translate: Optional[
|
|
|
- Union[Var[Union[str, int, bool]], Union[str, int, bool]]
|
|
|
- ] = None,
|
|
|
style: Optional[Style] = None,
|
|
|
key: Optional[Any] = None,
|
|
|
id: Optional[Any] = None,
|
|
@@ -1010,7 +983,6 @@ class Cite(BaseHTML):
|
|
|
spell_check: Defines whether the element may be checked for spelling errors.
|
|
|
tab_index: Defines the position of the current element in the tabbing order.
|
|
|
title: Defines a tooltip for the element.
|
|
|
- translate: Specifies whether the content of an element should be translated or not.
|
|
|
style: The style of the component.
|
|
|
key: A unique key for the component.
|
|
|
id: The id for the component.
|
|
@@ -1074,9 +1046,6 @@ class Code(BaseHTML):
|
|
|
title: Optional[
|
|
|
Union[Var[Union[str, int, bool]], Union[str, int, bool]]
|
|
|
] = None,
|
|
|
- translate: Optional[
|
|
|
- Union[Var[Union[str, int, bool]], Union[str, int, bool]]
|
|
|
- ] = None,
|
|
|
style: Optional[Style] = None,
|
|
|
key: Optional[Any] = None,
|
|
|
id: Optional[Any] = None,
|
|
@@ -1151,7 +1120,6 @@ class Code(BaseHTML):
|
|
|
spell_check: Defines whether the element may be checked for spelling errors.
|
|
|
tab_index: Defines the position of the current element in the tabbing order.
|
|
|
title: Defines a tooltip for the element.
|
|
|
- translate: Specifies whether the content of an element should be translated or not.
|
|
|
style: The style of the component.
|
|
|
key: A unique key for the component.
|
|
|
id: The id for the component.
|
|
@@ -1218,9 +1186,6 @@ class Data(BaseHTML):
|
|
|
title: Optional[
|
|
|
Union[Var[Union[str, int, bool]], Union[str, int, bool]]
|
|
|
] = None,
|
|
|
- translate: Optional[
|
|
|
- Union[Var[Union[str, int, bool]], Union[str, int, bool]]
|
|
|
- ] = None,
|
|
|
style: Optional[Style] = None,
|
|
|
key: Optional[Any] = None,
|
|
|
id: Optional[Any] = None,
|
|
@@ -1296,7 +1261,6 @@ class Data(BaseHTML):
|
|
|
spell_check: Defines whether the element may be checked for spelling errors.
|
|
|
tab_index: Defines the position of the current element in the tabbing order.
|
|
|
title: Defines a tooltip for the element.
|
|
|
- translate: Specifies whether the content of an element should be translated or not.
|
|
|
style: The style of the component.
|
|
|
key: A unique key for the component.
|
|
|
id: The id for the component.
|
|
@@ -1360,9 +1324,6 @@ class Dfn(BaseHTML):
|
|
|
title: Optional[
|
|
|
Union[Var[Union[str, int, bool]], Union[str, int, bool]]
|
|
|
] = None,
|
|
|
- translate: Optional[
|
|
|
- Union[Var[Union[str, int, bool]], Union[str, int, bool]]
|
|
|
- ] = None,
|
|
|
style: Optional[Style] = None,
|
|
|
key: Optional[Any] = None,
|
|
|
id: Optional[Any] = None,
|
|
@@ -1437,7 +1398,6 @@ class Dfn(BaseHTML):
|
|
|
spell_check: Defines whether the element may be checked for spelling errors.
|
|
|
tab_index: Defines the position of the current element in the tabbing order.
|
|
|
title: Defines a tooltip for the element.
|
|
|
- translate: Specifies whether the content of an element should be translated or not.
|
|
|
style: The style of the component.
|
|
|
key: A unique key for the component.
|
|
|
id: The id for the component.
|
|
@@ -1501,9 +1461,6 @@ class Em(BaseHTML):
|
|
|
title: Optional[
|
|
|
Union[Var[Union[str, int, bool]], Union[str, int, bool]]
|
|
|
] = None,
|
|
|
- translate: Optional[
|
|
|
- Union[Var[Union[str, int, bool]], Union[str, int, bool]]
|
|
|
- ] = None,
|
|
|
style: Optional[Style] = None,
|
|
|
key: Optional[Any] = None,
|
|
|
id: Optional[Any] = None,
|
|
@@ -1578,7 +1535,6 @@ class Em(BaseHTML):
|
|
|
spell_check: Defines whether the element may be checked for spelling errors.
|
|
|
tab_index: Defines the position of the current element in the tabbing order.
|
|
|
title: Defines a tooltip for the element.
|
|
|
- translate: Specifies whether the content of an element should be translated or not.
|
|
|
style: The style of the component.
|
|
|
key: A unique key for the component.
|
|
|
id: The id for the component.
|
|
@@ -1642,9 +1598,6 @@ class I(BaseHTML):
|
|
|
title: Optional[
|
|
|
Union[Var[Union[str, int, bool]], Union[str, int, bool]]
|
|
|
] = None,
|
|
|
- translate: Optional[
|
|
|
- Union[Var[Union[str, int, bool]], Union[str, int, bool]]
|
|
|
- ] = None,
|
|
|
style: Optional[Style] = None,
|
|
|
key: Optional[Any] = None,
|
|
|
id: Optional[Any] = None,
|
|
@@ -1719,7 +1672,6 @@ class I(BaseHTML):
|
|
|
spell_check: Defines whether the element may be checked for spelling errors.
|
|
|
tab_index: Defines the position of the current element in the tabbing order.
|
|
|
title: Defines a tooltip for the element.
|
|
|
- translate: Specifies whether the content of an element should be translated or not.
|
|
|
style: The style of the component.
|
|
|
key: A unique key for the component.
|
|
|
id: The id for the component.
|
|
@@ -1783,9 +1735,6 @@ class Kbd(BaseHTML):
|
|
|
title: Optional[
|
|
|
Union[Var[Union[str, int, bool]], Union[str, int, bool]]
|
|
|
] = None,
|
|
|
- translate: Optional[
|
|
|
- Union[Var[Union[str, int, bool]], Union[str, int, bool]]
|
|
|
- ] = None,
|
|
|
style: Optional[Style] = None,
|
|
|
key: Optional[Any] = None,
|
|
|
id: Optional[Any] = None,
|
|
@@ -1860,7 +1809,6 @@ class Kbd(BaseHTML):
|
|
|
spell_check: Defines whether the element may be checked for spelling errors.
|
|
|
tab_index: Defines the position of the current element in the tabbing order.
|
|
|
title: Defines a tooltip for the element.
|
|
|
- translate: Specifies whether the content of an element should be translated or not.
|
|
|
style: The style of the component.
|
|
|
key: A unique key for the component.
|
|
|
id: The id for the component.
|
|
@@ -1924,9 +1872,6 @@ class Mark(BaseHTML):
|
|
|
title: Optional[
|
|
|
Union[Var[Union[str, int, bool]], Union[str, int, bool]]
|
|
|
] = None,
|
|
|
- translate: Optional[
|
|
|
- Union[Var[Union[str, int, bool]], Union[str, int, bool]]
|
|
|
- ] = None,
|
|
|
style: Optional[Style] = None,
|
|
|
key: Optional[Any] = None,
|
|
|
id: Optional[Any] = None,
|
|
@@ -2001,7 +1946,6 @@ class Mark(BaseHTML):
|
|
|
spell_check: Defines whether the element may be checked for spelling errors.
|
|
|
tab_index: Defines the position of the current element in the tabbing order.
|
|
|
title: Defines a tooltip for the element.
|
|
|
- translate: Specifies whether the content of an element should be translated or not.
|
|
|
style: The style of the component.
|
|
|
key: A unique key for the component.
|
|
|
id: The id for the component.
|
|
@@ -2066,9 +2010,6 @@ class Q(BaseHTML):
|
|
|
title: Optional[
|
|
|
Union[Var[Union[str, int, bool]], Union[str, int, bool]]
|
|
|
] = None,
|
|
|
- translate: Optional[
|
|
|
- Union[Var[Union[str, int, bool]], Union[str, int, bool]]
|
|
|
- ] = None,
|
|
|
style: Optional[Style] = None,
|
|
|
key: Optional[Any] = None,
|
|
|
id: Optional[Any] = None,
|
|
@@ -2144,7 +2085,6 @@ class Q(BaseHTML):
|
|
|
spell_check: Defines whether the element may be checked for spelling errors.
|
|
|
tab_index: Defines the position of the current element in the tabbing order.
|
|
|
title: Defines a tooltip for the element.
|
|
|
- translate: Specifies whether the content of an element should be translated or not.
|
|
|
style: The style of the component.
|
|
|
key: A unique key for the component.
|
|
|
id: The id for the component.
|
|
@@ -2208,9 +2148,6 @@ class Rp(BaseHTML):
|
|
|
title: Optional[
|
|
|
Union[Var[Union[str, int, bool]], Union[str, int, bool]]
|
|
|
] = None,
|
|
|
- translate: Optional[
|
|
|
- Union[Var[Union[str, int, bool]], Union[str, int, bool]]
|
|
|
- ] = None,
|
|
|
style: Optional[Style] = None,
|
|
|
key: Optional[Any] = None,
|
|
|
id: Optional[Any] = None,
|
|
@@ -2285,7 +2222,6 @@ class Rp(BaseHTML):
|
|
|
spell_check: Defines whether the element may be checked for spelling errors.
|
|
|
tab_index: Defines the position of the current element in the tabbing order.
|
|
|
title: Defines a tooltip for the element.
|
|
|
- translate: Specifies whether the content of an element should be translated or not.
|
|
|
style: The style of the component.
|
|
|
key: A unique key for the component.
|
|
|
id: The id for the component.
|
|
@@ -2349,9 +2285,6 @@ class Rt(BaseHTML):
|
|
|
title: Optional[
|
|
|
Union[Var[Union[str, int, bool]], Union[str, int, bool]]
|
|
|
] = None,
|
|
|
- translate: Optional[
|
|
|
- Union[Var[Union[str, int, bool]], Union[str, int, bool]]
|
|
|
- ] = None,
|
|
|
style: Optional[Style] = None,
|
|
|
key: Optional[Any] = None,
|
|
|
id: Optional[Any] = None,
|
|
@@ -2426,7 +2359,6 @@ class Rt(BaseHTML):
|
|
|
spell_check: Defines whether the element may be checked for spelling errors.
|
|
|
tab_index: Defines the position of the current element in the tabbing order.
|
|
|
title: Defines a tooltip for the element.
|
|
|
- translate: Specifies whether the content of an element should be translated or not.
|
|
|
style: The style of the component.
|
|
|
key: A unique key for the component.
|
|
|
id: The id for the component.
|
|
@@ -2490,9 +2422,6 @@ class Ruby(BaseHTML):
|
|
|
title: Optional[
|
|
|
Union[Var[Union[str, int, bool]], Union[str, int, bool]]
|
|
|
] = None,
|
|
|
- translate: Optional[
|
|
|
- Union[Var[Union[str, int, bool]], Union[str, int, bool]]
|
|
|
- ] = None,
|
|
|
style: Optional[Style] = None,
|
|
|
key: Optional[Any] = None,
|
|
|
id: Optional[Any] = None,
|
|
@@ -2567,7 +2496,6 @@ class Ruby(BaseHTML):
|
|
|
spell_check: Defines whether the element may be checked for spelling errors.
|
|
|
tab_index: Defines the position of the current element in the tabbing order.
|
|
|
title: Defines a tooltip for the element.
|
|
|
- translate: Specifies whether the content of an element should be translated or not.
|
|
|
style: The style of the component.
|
|
|
key: A unique key for the component.
|
|
|
id: The id for the component.
|
|
@@ -2631,9 +2559,6 @@ class S(BaseHTML):
|
|
|
title: Optional[
|
|
|
Union[Var[Union[str, int, bool]], Union[str, int, bool]]
|
|
|
] = None,
|
|
|
- translate: Optional[
|
|
|
- Union[Var[Union[str, int, bool]], Union[str, int, bool]]
|
|
|
- ] = None,
|
|
|
style: Optional[Style] = None,
|
|
|
key: Optional[Any] = None,
|
|
|
id: Optional[Any] = None,
|
|
@@ -2708,7 +2633,6 @@ class S(BaseHTML):
|
|
|
spell_check: Defines whether the element may be checked for spelling errors.
|
|
|
tab_index: Defines the position of the current element in the tabbing order.
|
|
|
title: Defines a tooltip for the element.
|
|
|
- translate: Specifies whether the content of an element should be translated or not.
|
|
|
style: The style of the component.
|
|
|
key: A unique key for the component.
|
|
|
id: The id for the component.
|
|
@@ -2772,9 +2696,6 @@ class Samp(BaseHTML):
|
|
|
title: Optional[
|
|
|
Union[Var[Union[str, int, bool]], Union[str, int, bool]]
|
|
|
] = None,
|
|
|
- translate: Optional[
|
|
|
- Union[Var[Union[str, int, bool]], Union[str, int, bool]]
|
|
|
- ] = None,
|
|
|
style: Optional[Style] = None,
|
|
|
key: Optional[Any] = None,
|
|
|
id: Optional[Any] = None,
|
|
@@ -2849,7 +2770,6 @@ class Samp(BaseHTML):
|
|
|
spell_check: Defines whether the element may be checked for spelling errors.
|
|
|
tab_index: Defines the position of the current element in the tabbing order.
|
|
|
title: Defines a tooltip for the element.
|
|
|
- translate: Specifies whether the content of an element should be translated or not.
|
|
|
style: The style of the component.
|
|
|
key: A unique key for the component.
|
|
|
id: The id for the component.
|
|
@@ -2913,9 +2833,6 @@ class Small(BaseHTML):
|
|
|
title: Optional[
|
|
|
Union[Var[Union[str, int, bool]], Union[str, int, bool]]
|
|
|
] = None,
|
|
|
- translate: Optional[
|
|
|
- Union[Var[Union[str, int, bool]], Union[str, int, bool]]
|
|
|
- ] = None,
|
|
|
style: Optional[Style] = None,
|
|
|
key: Optional[Any] = None,
|
|
|
id: Optional[Any] = None,
|
|
@@ -2990,7 +2907,6 @@ class Small(BaseHTML):
|
|
|
spell_check: Defines whether the element may be checked for spelling errors.
|
|
|
tab_index: Defines the position of the current element in the tabbing order.
|
|
|
title: Defines a tooltip for the element.
|
|
|
- translate: Specifies whether the content of an element should be translated or not.
|
|
|
style: The style of the component.
|
|
|
key: A unique key for the component.
|
|
|
id: The id for the component.
|
|
@@ -3054,9 +2970,6 @@ class Span(BaseHTML):
|
|
|
title: Optional[
|
|
|
Union[Var[Union[str, int, bool]], Union[str, int, bool]]
|
|
|
] = None,
|
|
|
- translate: Optional[
|
|
|
- Union[Var[Union[str, int, bool]], Union[str, int, bool]]
|
|
|
- ] = None,
|
|
|
style: Optional[Style] = None,
|
|
|
key: Optional[Any] = None,
|
|
|
id: Optional[Any] = None,
|
|
@@ -3131,7 +3044,6 @@ class Span(BaseHTML):
|
|
|
spell_check: Defines whether the element may be checked for spelling errors.
|
|
|
tab_index: Defines the position of the current element in the tabbing order.
|
|
|
title: Defines a tooltip for the element.
|
|
|
- translate: Specifies whether the content of an element should be translated or not.
|
|
|
style: The style of the component.
|
|
|
key: A unique key for the component.
|
|
|
id: The id for the component.
|
|
@@ -3195,9 +3107,6 @@ class Strong(BaseHTML):
|
|
|
title: Optional[
|
|
|
Union[Var[Union[str, int, bool]], Union[str, int, bool]]
|
|
|
] = None,
|
|
|
- translate: Optional[
|
|
|
- Union[Var[Union[str, int, bool]], Union[str, int, bool]]
|
|
|
- ] = None,
|
|
|
style: Optional[Style] = None,
|
|
|
key: Optional[Any] = None,
|
|
|
id: Optional[Any] = None,
|
|
@@ -3272,7 +3181,6 @@ class Strong(BaseHTML):
|
|
|
spell_check: Defines whether the element may be checked for spelling errors.
|
|
|
tab_index: Defines the position of the current element in the tabbing order.
|
|
|
title: Defines a tooltip for the element.
|
|
|
- translate: Specifies whether the content of an element should be translated or not.
|
|
|
style: The style of the component.
|
|
|
key: A unique key for the component.
|
|
|
id: The id for the component.
|
|
@@ -3336,9 +3244,6 @@ class Sub(BaseHTML):
|
|
|
title: Optional[
|
|
|
Union[Var[Union[str, int, bool]], Union[str, int, bool]]
|
|
|
] = None,
|
|
|
- translate: Optional[
|
|
|
- Union[Var[Union[str, int, bool]], Union[str, int, bool]]
|
|
|
- ] = None,
|
|
|
style: Optional[Style] = None,
|
|
|
key: Optional[Any] = None,
|
|
|
id: Optional[Any] = None,
|
|
@@ -3413,7 +3318,6 @@ class Sub(BaseHTML):
|
|
|
spell_check: Defines whether the element may be checked for spelling errors.
|
|
|
tab_index: Defines the position of the current element in the tabbing order.
|
|
|
title: Defines a tooltip for the element.
|
|
|
- translate: Specifies whether the content of an element should be translated or not.
|
|
|
style: The style of the component.
|
|
|
key: A unique key for the component.
|
|
|
id: The id for the component.
|
|
@@ -3477,9 +3381,6 @@ class Sup(BaseHTML):
|
|
|
title: Optional[
|
|
|
Union[Var[Union[str, int, bool]], Union[str, int, bool]]
|
|
|
] = None,
|
|
|
- translate: Optional[
|
|
|
- Union[Var[Union[str, int, bool]], Union[str, int, bool]]
|
|
|
- ] = None,
|
|
|
style: Optional[Style] = None,
|
|
|
key: Optional[Any] = None,
|
|
|
id: Optional[Any] = None,
|
|
@@ -3554,7 +3455,6 @@ class Sup(BaseHTML):
|
|
|
spell_check: Defines whether the element may be checked for spelling errors.
|
|
|
tab_index: Defines the position of the current element in the tabbing order.
|
|
|
title: Defines a tooltip for the element.
|
|
|
- translate: Specifies whether the content of an element should be translated or not.
|
|
|
style: The style of the component.
|
|
|
key: A unique key for the component.
|
|
|
id: The id for the component.
|
|
@@ -3621,9 +3521,6 @@ class Time(BaseHTML):
|
|
|
title: Optional[
|
|
|
Union[Var[Union[str, int, bool]], Union[str, int, bool]]
|
|
|
] = None,
|
|
|
- translate: Optional[
|
|
|
- Union[Var[Union[str, int, bool]], Union[str, int, bool]]
|
|
|
- ] = None,
|
|
|
style: Optional[Style] = None,
|
|
|
key: Optional[Any] = None,
|
|
|
id: Optional[Any] = None,
|
|
@@ -3699,7 +3596,6 @@ class Time(BaseHTML):
|
|
|
spell_check: Defines whether the element may be checked for spelling errors.
|
|
|
tab_index: Defines the position of the current element in the tabbing order.
|
|
|
title: Defines a tooltip for the element.
|
|
|
- translate: Specifies whether the content of an element should be translated or not.
|
|
|
style: The style of the component.
|
|
|
key: A unique key for the component.
|
|
|
id: The id for the component.
|
|
@@ -3763,9 +3659,6 @@ class U(BaseHTML):
|
|
|
title: Optional[
|
|
|
Union[Var[Union[str, int, bool]], Union[str, int, bool]]
|
|
|
] = None,
|
|
|
- translate: Optional[
|
|
|
- Union[Var[Union[str, int, bool]], Union[str, int, bool]]
|
|
|
- ] = None,
|
|
|
style: Optional[Style] = None,
|
|
|
key: Optional[Any] = None,
|
|
|
id: Optional[Any] = None,
|
|
@@ -3840,7 +3733,6 @@ class U(BaseHTML):
|
|
|
spell_check: Defines whether the element may be checked for spelling errors.
|
|
|
tab_index: Defines the position of the current element in the tabbing order.
|
|
|
title: Defines a tooltip for the element.
|
|
|
- translate: Specifies whether the content of an element should be translated or not.
|
|
|
style: The style of the component.
|
|
|
key: A unique key for the component.
|
|
|
id: The id for the component.
|
|
@@ -3904,9 +3796,6 @@ class Wbr(BaseHTML):
|
|
|
title: Optional[
|
|
|
Union[Var[Union[str, int, bool]], Union[str, int, bool]]
|
|
|
] = None,
|
|
|
- translate: Optional[
|
|
|
- Union[Var[Union[str, int, bool]], Union[str, int, bool]]
|
|
|
- ] = None,
|
|
|
style: Optional[Style] = None,
|
|
|
key: Optional[Any] = None,
|
|
|
id: Optional[Any] = None,
|
|
@@ -3981,7 +3870,6 @@ class Wbr(BaseHTML):
|
|
|
spell_check: Defines whether the element may be checked for spelling errors.
|
|
|
tab_index: Defines the position of the current element in the tabbing order.
|
|
|
title: Defines a tooltip for the element.
|
|
|
- translate: Specifies whether the content of an element should be translated or not.
|
|
|
style: The style of the component.
|
|
|
key: A unique key for the component.
|
|
|
id: The id for the component.
|