MCPcopy Index your code
hub / github.com/Macuyiko/minecraft-python / isTableScopeMarker

Function isTableScopeMarker

ServerEditorWeb/ace/worker-html.js:1365–1368  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

1363}
1364
1365function isTableScopeMarker(node) {
1366 return (node.namespaceURI === "http://www.w3.org/1999/xhtml" && node.localName === 'table')
1367 || (node.namespaceURI === "http://www.w3.org/1999/xhtml" && node.localName === 'html');
1368}
1369
1370function isTableBodyScopeMarker(node) {
1371 return (node.namespaceURI === "http://www.w3.org/1999/xhtml" && node.localName === 'tbody')

Callers 1

worker-html.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected