const golang.org/x/net/html/atom.Nobr
5 uses
golang.org/x/net/html/atom (current package)
table.go#L183: Nobr Atom = 0x3704
golang.org/x/net/html
parse.go#L988: case a.Nobr:
parse.go#L990: if p.elementInScope(defaultScope, a.Nobr) {
parse.go#L991: p.inBodyEndTagFormatting(a.Nobr, "nobr")
parse.go#L1154: case a.A, a.B, a.Big, a.Code, a.Em, a.Font, a.I, a.Nobr, a.S, a.Small, a.Strike, a.Strong, a.Tt, a.U:
 |
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. |