add search element

This commit is contained in:
xenia 2023-09-19 22:56:13 -04:00
parent 2c55a5ac14
commit 246c3996d8
1 changed files with 1 additions and 0 deletions

View File

@ -313,6 +313,7 @@ declare_elements! {
text: String,
type: String, // TODO could be an enum
} in [MetadataContent, FlowContent, PhrasingContent, TableColumnContent, HTMLContent] with UnsafeTextNode;
search in [FlowContent] with FlowContent;
section in [FlowContent, SectioningContent] with FlowContent;
select {
autocomplete: String,