const golang.org/x/net/html.buttonScope
15 uses
golang.org/x/net/html (current package)
parse.go#L75: buttonScope
parse.go#L126: case buttonScope:
parse.go#L143: case defaultScope, listItemScope, buttonScope:
parse.go#L906: p.popUntil(buttonScope, a.P)
parse.go#L909: p.popUntil(buttonScope, a.P)
parse.go#L916: p.popUntil(buttonScope, a.P)
parse.go#L925: p.popUntil(buttonScope, a.P)
parse.go#L946: p.popUntil(buttonScope, a.P)
parse.go#L964: p.popUntil(buttonScope, a.P)
parse.go#L967: p.popUntil(buttonScope, a.P)
parse.go#L1002: p.popUntil(buttonScope, a.P)
parse.go#L1029: p.popUntil(buttonScope, a.P)
parse.go#L1044: p.popUntil(buttonScope, a.P)
parse.go#L1144: if !p.elementInScope(buttonScope, a.P) {
parse.go#L1147: p.popUntil(buttonScope, a.P)
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |