Given:
<span class=#className#></span>
className should be tokenized as cfml.
Currently, the string.unquoted.html scope overrides it.
There is a failing test committed for this issue in html-cfml-spec.js: should tokenize cfml in unquoted attributes (around line 210).
Given:
classNameshould be tokenized as cfml.Currently, the
string.unquoted.htmlscope overrides it.There is a failing test committed for this issue in
html-cfml-spec.js:should tokenize cfml in unquoted attributes(around line 210).