diff options
Diffstat (limited to 'libgo/go/html/const.go')
-rw-r--r-- | libgo/go/html/const.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/html/const.go b/libgo/go/html/const.go index 9078d26..832e9db 100644 --- a/libgo/go/html/const.go +++ b/libgo/go/html/const.go @@ -4,7 +4,7 @@ package html -// Section 11.2.3.2 of the HTML5 specification says "The following elements +// Section 12.2.3.2 of the HTML5 specification says "The following elements // have varying levels of special parsing rules". // http://www.whatwg.org/specs/web-apps/current-work/multipage/parsing.html#the-stack-of-open-elements var isSpecialElement = map[string]bool{ |