commit | 0253c688d07eb8522641388b58e84d69a40646bb | [log] [tgz] |
---|---|---|
author | Mike Samuel <mikesamuel@gmail.com> | Thu Sep 01 12:03:40 2011 +1000 |
committer | Nigel Tao <nigeltao@golang.org> | Thu Sep 01 12:03:40 2011 +1000 |
tree | d67053c9f614b6b4b14fc39f3082801d4af18bd7 | |
parent | ffe70eaa3cc9913d4d3e462ecaa41522330da85e [diff] |
exp/template/html: Implement grammar for JS. This transitions into a JS state when entering any attribute whose name starts with "on". It does not yet enter a JS on entry into a <script> element as script element handling is introduced in another CL. R=nigeltao CC=golang-dev https://golang.org/cl/4968052