Home
last modified time | relevance | path

Searched refs:isSupportedSelfClosing (Results 1 – 1 of 1) sorted by relevance

/third_party/parse5/packages/parse5/lib/tokenizer/
Dindex.ts204 const componentValidator = { isSupportedSelfClosing: () => false };
207 isSupportedSelfClosing(tagName: string): boolean; method
3153 const flag: boolean = parse.validator.isSupportedSelfClosing(tagName);