diff --git a/packages/runtime-dom/types/jsx.d.ts b/packages/runtime-dom/types/jsx.d.ts index 0d767fc0e94..2ee89186685 100644 --- a/packages/runtime-dom/types/jsx.d.ts +++ b/packages/runtime-dom/types/jsx.d.ts @@ -1024,6 +1024,11 @@ interface IntrinsicElementAttributes { base: BaseHTMLAttributes bdi: HTMLAttributes bdo: HTMLAttributes + /** + * https://developer.mozilla.org/zh-CN/docs/Web/HTML/Element/big + * @deprecated in ARIA 1.1 + */ + big: HTMLAttributes blockquote: BlockquoteHTMLAttributes body: HTMLAttributes br: HTMLAttributes @@ -1077,6 +1082,11 @@ interface IntrinsicElementAttributes { map: MapHTMLAttributes mark: HTMLAttributes menu: MenuHTMLAttributes + /** + * https://developer.mozilla.org/en-US/docs/Web/HTML/Element/menuitem + * @deprecated in ARIA 1.1 + */ + menuitem: HTMLAttributes meta: MetaHTMLAttributes meter: MeterHTMLAttributes nav: HTMLAttributes