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

Add lang="en" to html element #366

Closed
wants to merge 356 commits into from

Conversation

wyattdanger
Copy link
Contributor

Adds lang="en" to html elements in both the index and iframe

I'm adding axe-core to my storybook, and one issue it always flags is that the html element lacks a valid lang attribute. Seems reasonable to add that to Storybook upstream, so that it is only flagging accessibility issues in my own components. Thoughts?

arunoda and others added 13 commits May 5, 2016 15:07
We simply avoid building the manager code in the production build
Uglifying, already uglified code takes a lot of time.
We we avoid that by simply copying the manager code comes with
React Storybook to the build output directly bypassing webpack.
These packages are required for the webpack to work properly.
Adds lang="en" to html elements in both the index and iframe
@wyattdanger
Copy link
Contributor Author

Perhaps this should be configurable?

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

Successfully merging this pull request may close these issues.