const golang.org/x/net/html.tableScope

23 uses

	golang.org/x/net/html (current package)
		parse.go#L76: 	tableScope
		parse.go#L130: 			case tableScope:
		parse.go#L166: 		case tableScope:
		parse.go#L1412: 			p.clearStackToContext(tableScope)
		parse.go#L1418: 			p.clearStackToContext(tableScope)
		parse.go#L1426: 			p.clearStackToContext(tableScope)
		parse.go#L1434: 			if p.popUntil(tableScope, a.Table) {
		parse.go#L1473: 			if p.popUntil(tableScope, a.Table) {
		parse.go#L1510: 			if !p.popUntil(tableScope, a.Caption) {
		parse.go#L1527: 			if p.popUntil(tableScope, a.Caption) {
		parse.go#L1533: 			if !p.popUntil(tableScope, a.Caption) {
		parse.go#L1621: 			if p.popUntil(tableScope, a.Tbody, a.Thead, a.Tfoot) {
		parse.go#L1631: 			if p.elementInScope(tableScope, p.tok.DataAtom) {
		parse.go#L1638: 			if p.popUntil(tableScope, a.Tbody, a.Thead, a.Tfoot) {
		parse.go#L1671: 			if p.popUntil(tableScope, a.Tr) {
		parse.go#L1681: 			if p.popUntil(tableScope, a.Tr) {
		parse.go#L1688: 			if p.popUntil(tableScope, a.Tr) {
		parse.go#L1695: 			if p.elementInScope(tableScope, p.tok.DataAtom) {
		parse.go#L1716: 			if p.popUntil(tableScope, a.Td, a.Th) {
		parse.go#L1734: 			if !p.popUntil(tableScope, p.tok.DataAtom) {
		parse.go#L1745: 			if !p.elementInScope(tableScope, p.tok.DataAtom) {
		parse.go#L1750: 			if p.popUntil(tableScope, a.Td, a.Th) {
		parse.go#L1851: 			if p.tok.Type == EndTagToken && !p.elementInScope(tableScope, p.tok.DataAtom) {