Home
last modified time | relevance | path

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

/third_party/parse5/packages/parse5/lib/parser/
Dopen-element-stack.test.ts397 assert.ok(!stack.hasTableBodyContextInTableScope());
403 assert.ok(stack.hasTableBodyContextInTableScope());
406 assert.ok(!stack.hasTableBodyContextInTableScope());
409 assert.ok(stack.hasTableBodyContextInTableScope());
Dopen-element-stack.ts336 hasTableBodyContextInTableScope(): boolean { method in OpenElementStack
Dindex.ts3022 if (p.openElements.hasTableBodyContextInTableScope()) {
3051 if (p.openElements.hasTableBodyContextInTableScope()) {
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/asciidoctor-chunker/
Dasciidoctor-chunker.js4hasTableBodyContextInTableScope()&&(e.openElements.clearBackToTableBodyContext(),e.openElements.po… method in e.exports