• It’s somewhat annoying that a plugin designed to improve accessibility should trigger a warning on another plugin that measures and reports on WCAG/ARIA errors.

    The code in question is:

    Possible Heading warning

    A Possible Heading warning occurs when there is text on a page that appears to be a heading, but has not been coded with proper heading tags. This warning is appears if there are short phrases or strings of text less than 50 characters in length that are formatted in a way which suggests they might be being used as headers (they are 20 pixels or bigger, or are 16 pixels or bigger and bold and/or italicized). To fix a Possible Heading warning, you will need to determine if the flagged text is indeed intended to be a heading. If so, you need to change it from a paragraph to a heading at the proper level. If it is not supposed to be a heading then you can safely “Ignore” the warning.
    Full DocumentationShow Code

    <p class="pojo-a11y-toolbar-title">Preferences</p>

    Could the <P class> for the pojo-a11y-toolbar-title be changed to a <H4 class> tag?

    Thanks in advance.

  • You must be logged in to reply to this topic.