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?

Muhammed Thanish and others added 12 commits May 6, 2016 14:28
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?

Copy link

nx-cloud bot commented Jan 8, 2025

View your CI Pipeline Execution ↗ for commit d7b3b39.

Command Status Duration Result
nx run-many -t build --parallel=3 ✅ Succeeded 1m 38s View ↗

☁️ Nx Cloud last updated this comment at 2025-01-08 11:44:36 UTC

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.