About Arbortext Styler > Document Preview and Publishing > Generating Accessible HTML Output
  
Generating Accessible HTML Output
Arbortext Styler provides several options for delivering HTML output in an accessible form:
Semantic HTML Output
Tags in HTML output supply information that can be used by screen readers to improve accessibility to written documentation by providing a recognizable, standardized structure. Arbortext Styler converts XML elements into default HTML tags during every HTML publishing operation. It also provides the option to publish semantic HTML output, where paragraphs and titles are tagged more specifically to provide a hierarchical structure in the HTML.
For example, when generating semantic HTML output, a level 1 header will be tagged as <h1> instead of <div>.
User assignable tags and attributes in HTML output
Manually override the default tags and default settings for common attributes that are automatically generated when publishing HTML output. You can also provide values for attributes that would otherwise not be set during publishing.
Alternate text for graphics in semantic HTML output
Annotate your graphics so they can be identified by readers of the document.
The attribute lang is automatically set for certain tags during publishing.
Note that the value of lang will be determined according to the language settings made in the stylesheet on the Language tab of the Stylesheet Properties dialog box.