This repository has been archived by the owner on Mar 13, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 54
IE10 sanitizes a bunch of content attribute values #110
Comments
Clearly an IE bug |
Yes, but we still need to work in IE. I propose that when template finds, e.g.
that it acts as if it had seen
This should cover the case of IE sanitizing attributes, as well as the issue of non-template browsers lacking inert content (e.g. |
@rafaelw some of your comments don't seem to come through on github - maybe you need to use fenced code blocks |
sorry. fixed. |
Fixed: 3932ebe |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
e.g.
E.g. elmName/attrName =
input[type='number'] / value
Hixie says content attributes should never be sanitized. IE apparently disagrees.
Sad clown.
The text was updated successfully, but these errors were encountered: