How to get more exact information from accessibility checker

The accessibility checker is an awesome tool and I have gotten a great deal of information from it. What I want to know is how is it that you can get more exact information about why the test failed an element, If it failed, then the testing should be able to provide information about why it failed, aside from the basic Your document element failed the " grammar element test" instead of " the particular item failed because it expected a comma HERE … "

In particular my issue today is the error that states - " The text formatting conveys additional meaning -

It failed the TITLE … what was set to the TITLE style
That title forces it to be in a font size and that text is bolded,

I removed the bolding and it still failed. Trying to understand why that is true ? while also getting direction on a better clarity on using the tool if there is something I am missing >?>

Was there any direct formatting in the title? Select the title and press Ctrl+M to remove any. Does the accessibility checker pass it?

1 Like

Thank you for teaching me that ! That was awesome and it worked perfectly. Another oddity, was that I created a Table of Contents for the document I was working on, and the Heading for the “TABLE OF CONTENTS” failed the Accessibility checker with the same error… right out of the box as soon as it was created. I again attempted to apply the same fix and it still failed.
any ideas there ?