@@ -1533,11 +1533,6 @@ export namespace JSXInternal {
1533
1533
cite ?: Signalish < string | undefined > ;
1534
1534
}
1535
1535
1536
- interface BodyHTMLAttributes < T extends EventTarget = HTMLBodyElement >
1537
- extends HTMLAttributes < T > {
1538
- role ?: 'generic' ;
1539
- }
1540
-
1541
1536
interface BrHTMLAttributes < T extends EventTarget = HTMLBRElement >
1542
1537
extends HTMLAttributes < T > {
1543
1538
role ?: Signalish < 'none' | 'presentation' | undefined > ;
@@ -1689,7 +1684,6 @@ export namespace JSXInternal {
1689
1684
extends HTMLAttributes < T > {
1690
1685
role ?: Signalish <
1691
1686
| 'contentinfo'
1692
- | 'generic'
1693
1687
| 'group'
1694
1688
| 'none'
1695
1689
| 'presentation'
@@ -1730,9 +1724,7 @@ export namespace JSXInternal {
1730
1724
1731
1725
interface HeaderHTMLAttributes < T extends EventTarget = HTMLElement >
1732
1726
extends HTMLAttributes < T > {
1733
- role ?: Signalish <
1734
- 'banner' | 'generic' | 'group' | 'none' | 'presentation' | undefined
1735
- > ;
1727
+ role ?: Signalish < 'banner' | 'group' | 'none' | 'presentation' | undefined > ;
1736
1728
}
1737
1729
1738
1730
interface HrHTMLAttributes < T extends EventTarget = HTMLHRElement >
@@ -2955,7 +2947,7 @@ export namespace JSXInternal {
2955
2947
bdo : HTMLAttributes < HTMLElement > ;
2956
2948
big : HTMLAttributes < HTMLElement > ;
2957
2949
blockquote : BlockquoteHTMLAttributes < HTMLQuoteElement > ;
2958
- body : BodyHTMLAttributes < HTMLBodyElement > ;
2950
+ body : HTMLAttributes < HTMLBodyElement > ;
2959
2951
br : BrHTMLAttributes < HTMLBRElement > ;
2960
2952
button : ButtonHTMLAttributes < HTMLButtonElement > ;
2961
2953
canvas : CanvasHTMLAttributes < HTMLCanvasElement > ;
0 commit comments