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

Optional case sensitivity for tags and attributes #146

Open
qfox opened this issue Feb 6, 2017 · 1 comment
Open

Optional case sensitivity for tags and attributes #146

qfox opened this issue Feb 6, 2017 · 1 comment

Comments

@qfox
Copy link
Member

qfox commented Feb 6, 2017

According to modern frameworks sometimes we need to check generated JSX and <button tabindex="1"></button> is not the same as <Button tabIndex="1"></Button> (notice the upper-cased i letter in index), etc.

Prob I can make a PR if you point me where are .toLowerCase call I need to disable and where I can begin.

@eGavr
Copy link
Member

eGavr commented Feb 16, 2017

@zxqfox , вот здесь парсятся теги, но я не уверен, что там они прилитают as is. Возможно, что там уже на уровне парсера все переводится в нижний регистр.

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

2 participants