[Enhancement] Fixed toolbar title in page should be heading (h1) #3748
Labels
accessibility
enhancement
New feature or request
👶🏻 New
For new issues before prioritisation and refinement
NOT Prioritized
Issue not yet prioritized and added to a Milestone
NOT Tech refined
Needs Tech kickoff - solution outlined and agreed
Describe the enhancement
With only a
toolbarTitle
, and notitle
, on a Kirby Page, the title becomes fixed in the toolbar.The scenario in question can be seen here: https://cookbook.kirby.design/#/examples/page/fixed
Describe the solution you'd like
In the fixe state, the toolbar title should act as the page title and be marked up as a h1 for proper semantics.
Are there any additional context?
Current workaround is to use the
*kirbyPageToolbarTitle
directive on a h1 with a little bit of custom styling to make it look similar to the default fixed toolbarTitle.Checklist:
The following tasks should be carried out in sequence in order to follow the process of contributing correctly.
Refinement
Implementation
The contributor who wants to implement this issue should:
Review
Once the issue has been implemented and is ready for review:
The text was updated successfully, but these errors were encountered: