• Resolved dave8441

    (@dave8441)


    When checking my webpage in Lighthouse, it reports this issue:

    Heading elements are not in a sequentially-descending order (h1, h2, h3, h4).
    Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies.
    Failing Elements: h4

    An h4 tag is automatically assigned to the table name. Since there is no h3 tag above the table name, this causes the issue. Turning off the table name display is not an option since that affects my other pages with tables. Is there a workaround for this?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    TablePress is actually using <h2> tags for the table name. However, it looks like you are using <h4> tags inside the table, in the first column. You could change these to <h3> tags.

    Regards,
    Tobias

    Thread Starter dave8441

    (@dave8441)

    My bad! Thanks Tobias for solving this for me. I changed the tag and all is good now. ??

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this helped!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Table name h4 tag issue’ is closed to new replies.