Skip to content

Commit

Permalink
refactor(compiler): add support for the new search element
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanMeche committed Mar 19, 2024
1 parent 314112d commit 89641ba
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ const SCHEMA: string[] = [
'source^[HTMLElement]|#height,media,sizes,src,srcset,type,#width',
'span^[HTMLElement]|',
'style^[HTMLElement]|!disabled,media,type',
'search^[HTMLELement]|',
'caption^[HTMLElement]|align',
'th,td^[HTMLElement]|abbr,align,axis,bgColor,ch,chOff,#colSpan,headers,height,!noWrap,#rowSpan,scope,vAlign,width',
'col,colgroup^[HTMLElement]|align,ch,chOff,#span,vAlign,width',
Expand Down

0 comments on commit 89641ba

Please sign in to comment.