@@ -1693,11 +1693,6 @@ export namespace JSXInternal {
1693
1693
cite ?: Signalish < string | undefined > ;
1694
1694
}
1695
1695
1696
- interface BodyHTMLAttributes < T extends EventTarget = HTMLBodyElement >
1697
- extends HTMLAttributes < T > {
1698
- role ?: 'generic' ;
1699
- }
1700
-
1701
1696
interface BrHTMLAttributes < T extends EventTarget = HTMLBRElement >
1702
1697
extends HTMLAttributes < T > {
1703
1698
role ?: Signalish < 'none' | 'presentation' | undefined > ;
@@ -1845,7 +1840,6 @@ export namespace JSXInternal {
1845
1840
extends HTMLAttributes < T > {
1846
1841
role ?: Signalish <
1847
1842
| 'contentinfo'
1848
- | 'generic'
1849
1843
| 'group'
1850
1844
| 'none'
1851
1845
| 'presentation'
@@ -1886,9 +1880,7 @@ export namespace JSXInternal {
1886
1880
1887
1881
interface HeaderHTMLAttributes < T extends EventTarget = HTMLElement >
1888
1882
extends HTMLAttributes < T > {
1889
- role ?: Signalish <
1890
- 'banner' | 'generic' | 'group' | 'none' | 'presentation' | undefined
1891
- > ;
1883
+ role ?: Signalish < 'banner' | 'group' | 'none' | 'presentation' | undefined > ;
1892
1884
}
1893
1885
1894
1886
interface HrHTMLAttributes < T extends EventTarget = HTMLHRElement >
@@ -3096,7 +3088,7 @@ export namespace JSXInternal {
3096
3088
bdo : HTMLAttributes < HTMLElement > ;
3097
3089
big : HTMLAttributes < HTMLElement > ;
3098
3090
blockquote : BlockquoteHTMLAttributes < HTMLQuoteElement > ;
3099
- body : BodyHTMLAttributes < HTMLBodyElement > ;
3091
+ body : HTMLAttributes < HTMLBodyElement > ;
3100
3092
br : BrHTMLAttributes < HTMLBRElement > ;
3101
3093
button : ButtonHTMLAttributes < HTMLButtonElement > ;
3102
3094
canvas : CanvasHTMLAttributes < HTMLCanvasElement > ;
0 commit comments