()
| 6582 | } |
| 6583 | }; |
| 6584 | const clearStackToTableRowContext = () => { |
| 6585 | while (open.length) { |
| 6586 | const c = cur(); |
| 6587 | if (c.namespace === NS_HTML && CLEAR_TABLE_ROW.has(c.tagName)) { |
| 6588 | break; |
| 6589 | } |
| 6590 | open.pop(); |
| 6591 | } |
| 6592 | }; |
| 6593 | |
| 6594 | modes.inCaption = (t) => { |
| 6595 | if ( |
no test coverage detected