Improve the semantics of the properties panel header #207
Labels
a11y
backlog
Queued in backlog
enhancement
New feature or request
good first issue
Good for newcomers
pr welcome
We rely on a community contribution to improve this.
spring cleaning
Could be cleaned up one day
Is your feature request related to a problem? Please describe
At the moment the header of the properties panel is just using divs for the markup. in Camunda the title of the model is marked up with an h3 in the properties panel but the section underneath with
start event
andthe beginning
is just wrapped in divs:In ECA in Drupal which doesn't have an h3 for the model title in the properties panel there are just the divs:
Describe the solution you'd like
Would it make sense to change the html element for the
div
with the classbio-properties-panel-header
toheader
. And change thediv
with the classbio-properties-panel-header-type
to a heading element. the only question how to handle the sub headingthe beginning
in the screenshots with the classbio-properties-panel-header-label
. wrap it in another heading or wrap both in a single heading and use for one of the them something like thestrong
tag. like option 4 in the following article https://css-tricks.com/html-for-subheadings-and-headings/Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: