You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Google Lighthouse complains about the use of <h5> tags for site titles in page footers. This was highlighted for the NCCS site.
(Lighthouse also complained about the use of an <h3> tag on this page, because there was no <h2> tag, but this happened because the agency started their first heading with ### instead of # or ##, and there's not much we can do about that.)
To observe the problem, go to Settings in the Isomer CMS and set a site's Title. The footer will render the title with an <h5> tags. This can be observed on this test site.
This could be fixed in a variety of ways, such as using a <p> tag with a special class (which is what we do for similar labels in the footer).
The text was updated successfully, but these errors were encountered:
Google Lighthouse complains about the use of
<h5>
tags for site titles in page footers. This was highlighted for the NCCS site.(Lighthouse also complained about the use of an
<h3>
tag on this page, because there was no<h2>
tag, but this happened because the agency started their first heading with###
instead of#
or##
, and there's not much we can do about that.)To observe the problem, go to Settings in the Isomer CMS and set a site's Title. The footer will render the title with an
<h5>
tags. This can be observed on this test site.This could be fixed in a variety of ways, such as using a
<p>
tag with a special class (which is what we do for similar labels in the footer).The text was updated successfully, but these errors were encountered: