summaryrefslogtreecommitdiff
path: root/vendor/golang.org/x/net/html/foreign.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2019-07-06 18:56:43 +0200
committerDimitri Sokolyuk <demon@dim13.org>2019-07-06 18:56:43 +0200
commit32dd62da990484cf15db8eb7a14bd646bc0fda8a (patch)
tree61c0468f8cad58bf5161a6fc53d0fc85b55951fc /vendor/golang.org/x/net/html/foreign.go
parent6312ad4bf7e48347539eb5b4c5075e447d8142f3 (diff)
switch to go.mod
Diffstat (limited to 'vendor/golang.org/x/net/html/foreign.go')
-rw-r--r--vendor/golang.org/x/net/html/foreign.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/vendor/golang.org/x/net/html/foreign.go b/vendor/golang.org/x/net/html/foreign.go
index d3b3844..01477a9 100644
--- a/vendor/golang.org/x/net/html/foreign.go
+++ b/vendor/golang.org/x/net/html/foreign.go
@@ -67,7 +67,7 @@ func mathMLTextIntegrationPoint(n *Node) bool {
return false
}
-// Section 12.2.5.5.
+// Section 12.2.6.5.
var breakout = map[string]bool{
"b": true,
"big": true,
@@ -115,7 +115,7 @@ var breakout = map[string]bool{
"var": true,
}
-// Section 12.2.5.5.
+// Section 12.2.6.5.
var svgTagNameAdjustments = map[string]string{
"altglyph": "altGlyph",
"altglyphdef": "altGlyphDef",
@@ -155,7 +155,7 @@ var svgTagNameAdjustments = map[string]string{
"textpath": "textPath",
}
-// Section 12.2.5.1
+// Section 12.2.6.1
var mathMLAttributeAdjustments = map[string]string{
"definitionurl": "definitionURL",
}