Details
-
Bug
-
Resolution: Fixed
-
Minor
-
2.1, 2.0.5
-
Trivial
-
Description
When you go to a panel's page, like Panels.ObjectEditorWelcome
you don't see the panel's header.
The source is
<h1 style="display: none;">Welcome</h1>
The inline style breaks the WCAG validity. This should be replaced with class="hidden" or/and we need to add a panel title.