-
Notifications
You must be signed in to change notification settings - Fork 55
fix: default header changed for components #1367
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
Conversation
…tion-bar -- tests updated -- examples in playground
|
Test Version for this PR was deployed Built with commit 80251ed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Check the netlify error: there's a syntax issue in the md file change.
Did you check your changes on the docs site visually? It doesn't run for me when I pull this down.
Apologies thought you meant playground. Gonna check that now. |
|
Looks like changes were made to ActionBar and Modal component documentation pages. Missing in Menu, MegaMenu, SideNavigation and Panel components. |
This has been fixed -- thanks. |
|
@leannerivera please do not dismiss a blocking review until the person blocking it has 👍 the changes |
jbadan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Panel has not been addressed in the docs site. see: https://sap.github.io/fundamental/layouts/panel.html
|
There's still a bunch of examples that need to be updated in the docs sites, can you do a global search for h1s and find the ones that are using the components we altered instead of me playing whack-a-mole with this? For example, they're still in modal, contextual-menu, loading spinner among others. |
jbadan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This has a lot of my work now, so I'll give a partial ⛵️
greg-a-smith
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. 🚢
Closes #1178
Formerly, these components were using an
<h1>tag which is not accessible as there should not be more than one<h1>tag on the page. The default has been changed so that these components use an<h3>tag instead.Test
Changelog
Changed
<h3>is now default.<h2>-<h6>is supported.