(node)
| 1375 | } |
| 1376 | |
| 1377 | function isTableRowScopeMarker(node) { |
| 1378 | return (node.namespaceURI === "http://www.w3.org/1999/xhtml" && node.localName === 'tr') |
| 1379 | || (node.namespaceURI === "http://www.w3.org/1999/xhtml" && node.localName === 'html'); |
| 1380 | } |
| 1381 | |
| 1382 | function isButtonScopeMarker(node) { |
| 1383 | return isScopeMarker(node) |