Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Type selectors with uppercase characters are corrupted in Chrome & Safari #91

Open
cburgmer opened this issue Feb 15, 2015 · 1 comment

Comments

@cburgmer
Copy link
Owner

To maintain tag name case-insensitivity in HTML (when being transformed to XHTML) and to support :hover/:active, selectors are rewritten in the transformation process. Chrome and Safari have an issue where selectors are always treated as lowercase (http://jsfiddle.net/cburgmer/9k56foy5/1/, https://twitter.com/awfulben/status/534516860645941249) and thus triggers the transform process to change uppercase characters to lowercase.

It is possible that the bug exposed here just exactly mimics the current buggy Chrome & Safari behaviour.

@cburgmer
Copy link
Owner Author

Connected to #63

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant