The Output
Delivery System (ODS) conforms to Section 508 of the U.S. Rehabilitation
Act guidelines for Web-based content. If you have specific questions
about the accessibility of SAS products, send them to accessibility@sas.com
or call SAS Technical Support.
The following additional
accessibility items are available as programming options:
Tip
For information
about the following event variables, see the Event Variables in SAS Output Delivery System: User's Guide.
specifies an abbreviation
for an event variable.
specifies an acronym
for an event variable.
specifies an alternate
description of an event variable.
specifies a caption
for a table.
specifies a long description
of an event variable.
specifies a summary
of a table.
creates the same output
as the default output except all of the colors are black on white.
Tip
For information
about the following header attributes, see the Event Variables in SAS Output Delivery System: User's Guide.
specifies an abbreviation
for a header.
specifies an acronym
for a header.
specifies an alternate
description of a header.
specifies whether multiple
columns can use the same header.
specifies a long description
of a header.
specifies a long description
of a table.
specifies an alternate
description of a table.
The following tagsets and ODS statements create output that
is 508 compliant:
opens, manages, or
closes the PHTML destination, which produces simple HTML output that
uses 12 style elements and no class attributes.
For more information
about the ODS PHTML statement, see the ODS PHTML Statement in SAS Output Delivery System: User's Guide.
opens, manages, or
closes the HTMLCSS destination, which produces HTML output with cascading
style sheets (CSS).
For more information
about the ODS HTMLCSS statement, see the ODS HTMLCSS Statement in SAS Output Delivery System: User's Guide.
opens, manages, or
closes the HTML destination, which produces HTML 4.0 output that contains
embedded style sheets.
For more information
about the ODS HTML statement, see the ODS HTML Statement in SAS Output Delivery System: User's Guide.
produces HTML code
for output generated by ODS for Microsoft Office products.
For more
information about the MSOFFICE2K tagset, see MSOFFICE2K in SAS Output Delivery System: User's Guide.
In SAS 9.1 and later
releases, all of the accessibility enhancements have been merged into
the ODS HTML tagsets. No additional steps are required.