add search element
This commit is contained in:
parent
2c55a5ac14
commit
246c3996d8
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue