Skip to content

Commit

Permalink
Add fencedframe, portal and search elements
Browse files Browse the repository at this point in the history
  • Loading branch information
FIameCaster committed Jun 12, 2024
1 parent 861af30 commit b1259af
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -755,6 +755,12 @@ declare global {
type: string
width: string | number
}
fencedframe: {
allow: string
config: Object
height: string | number
width: string | number
}
fieldset: {
disabled: boolean
name: string
Expand Down Expand Up @@ -1066,6 +1072,10 @@ declare global {
shadowRootOptions: ShadowRootInit
}
picture: {}
portal: {
referrerPolicy: ReferrerPolicy
src: string
}
pre: {
/** @depricated */
width: number
Expand All @@ -1081,6 +1091,7 @@ declare global {
rt: {}
ruby: {}
s: {}
search: {}
samp: {}
script: {
async: boolean
Expand Down

0 comments on commit b1259af

Please sign in to comment.