Skip to content

Commit ceb0732

Browse files
authored
fix(types/jsx): add inert attribute and missing hidden values (#8090)
1 parent 776ebf2 commit ceb0732

File tree

1 file changed

+2
-1
lines changed
  • packages/runtime-dom/src

1 file changed

+2
-1
lines changed

packages/runtime-dom/src/jsx.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,9 @@ export interface HTMLAttributes extends AriaAttributes, EventHandlers<Events> {
248248
contextmenu?: string
249249
dir?: string
250250
draggable?: Booleanish
251-
hidden?: Booleanish
251+
hidden?: Booleanish | '' | 'hidden' | 'until-found'
252252
id?: string
253+
inert?: Booleanish
253254
lang?: string
254255
placeholder?: string
255256
spellcheck?: Booleanish

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy