Home
last modified time | relevance | path

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

/third_party/parse5/packages/parse5/lib/parser/
Dindex.ts2889 const TABLE_VOID_ELEMENTS = new Set([$.CAPTION, $.COL, $.COLGROUP, $.TBODY, $.TD, $.TFOOT, $.TH, $.… constant
2894 if (TABLE_VOID_ELEMENTS.has(tn)) {
3160 if (TABLE_VOID_ELEMENTS.has(tn)) {