Closed rafaelw closed 11 years ago
Clearly an IE bug
Yes, but we still need to work in IE. I propose that when template finds, e.g.
<div _foo="{{ bar }}">
that it acts as if it had seen
<div foo="{{ bar }}">
This should cover the case of IE sanitizing attributes, as well as the issue of non-template browsers lacking inert content (e.g. <img _src="{{ foo }}.png">
@rafaelw some of your comments don't seem to come through on github - maybe you need to use fenced code blocks
sorry. fixed.
e.g.
E.g. elmName/attrName = input[type='number'] / value
Hixie says content attributes should never be sanitized. IE apparently disagrees.
Sad clown.