Skip to main content
jeanettew83275945
Participating Frequently
October 28, 2016
Answered

Is RoboHelp HTML 2015 Responsive HTML5 output WCAG-compliant?

  • October 28, 2016
  • 1 reply
  • 909 views

My company is trying to make our help system, created using RoboHelp HTML 2015, Web Content Accessibility Guidelines (WCAG) compliant at the "AA" level. Has anyone had their Responsive HTML5 output successfully evaluated as WCAG-compliant? Our developers are concerned the tabbing order from table of contents to content window will cause us to fail.

This topic has been closed for replies.
Correct answer Willam van Weelden

The current Responsive HTML5 output is not compliant. It isn't really spectacular, mostly a few text labels are missing in the code. Using the tool mentioned, there are 16 errors, most of which you can fix by simply adding the labels in the HTML code of the layout. If compliance is important, you can make the template compliant by mostly just adding aria-label and title attributes.

1 reply

Jeff_Coatsworth
Community Expert
Community Expert
October 28, 2016

Never heard of WCAG (Section 508 yes), but a quick google reveals a number of site checkers you can run your site through to see if it meets the standard you want. If it doesn't, I would suggest sending Adobe a feature request to enable WCAG-compliant output.

jeanettew83275945
Participating Frequently
October 28, 2016

Our developers have been using the WAVE Chrome extension but it is unable to read RoboHelp output (possibly due to JavaScript in the frames?).

Willam van Weelden
Willam van WeeldenCorrect answer
Inspiring
October 29, 2016

The current Responsive HTML5 output is not compliant. It isn't really spectacular, mostly a few text labels are missing in the code. Using the tool mentioned, there are 16 errors, most of which you can fix by simply adding the labels in the HTML code of the layout. If compliance is important, you can make the template compliant by mostly just adding aria-label and title attributes.