have you heard what we're doing about section 508?

14
Copyright 2007, Information Builders. Slide 1 Have You Heard What We're Doing About Section 508? Jeffrey Friedman Director of Advanced QA and Operations June,2008

Upload: caesar-owen

Post on 03-Jan-2016

30 views

Category:

Documents


0 download

DESCRIPTION

Have You Heard What We're Doing About Section 508?. Jeffrey Friedman Director of Advanced QA and Operations June,2008. What is Section 508?. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Have You Heard What We're Doing About Section 508?

Copyright 2007, Information Builders. Slide 1

Have You Heard What We're Doing About Section 508?

Jeffrey FriedmanDirector of Advanced QA and

OperationsJune,2008

Page 2: Have You Heard What We're Doing About Section 508?

Copyright 2007, Information Builders. Slide 2

What is Section 508?

Under Section 508 (29 U.S.C. ‘ 794d), agencies must give disabled employees and members of the public access to information that is comparable to the access available to others.

§ 1194.22 Web-based intranet and internet information and applications. A text equivalent for every non-text element shall be provided

(e.g., via "alt", "longdesc", or in element content). Row and column headers shall be identified for data tables. A well-defined on-screen indication of the current focus shall be

provided that moves among interactive interface elements as the input focus changes. The focus shall be programmatically exposed so that assistive technology can track focus and focus changes.

When electronic forms are used, the form shall allow people using assistive technology to access the information, field elements, and functionality required for completion and submission of the form, including all directions and cues.

Page 3: Have You Heard What We're Doing About Section 508?

Copyright 2007, Information Builders. Slide 3

Controlling HTML Output – Language Support

The SET ACCESSIBLE command controls the generation of HTML code for page headings, page footings, sort headings, sort footings, and column titles in a WebFOCUS report. It also controls the HTML code generated for strong emphasis (boldface) and italics.

Syntax: How to Control HTML Code Accessibility SET ACCESSIBLE = {508|OFF} ON TABLE SET ACCESSIBLE {508|OFF} or ON GRAPH SET

ACCESSIBLE {508|OFF} where:

508 - Generates HTML code compliant with Section 508 level accessibility requirements. This setting automatically turns off pagination, so a report

appears as a single page. Column titles and headings are displayed only once at the top, and footings are displayed only once at the bottom.

OFF - Generates HTML code that is non-compliant with Section 508 level accessibility requirements. This value is the default.

Page 4: Have You Heard What We're Doing About Section 508?

Copyright 2007, Information Builders. Slide 4

Controlling HTML Output – Language Support Html Output for Reports

HTML Output supported for reports.

Non-accessible 508 accessible Page Headings are removed from the report

table

Column Titles appear only once at the top of the report

and set as bold with an HTML <TH> tag

The HTML <STRONG> tag is used instead of the <B> tag to designate boldface text and the HTML <EM> tag is used instead of the <I> tag to designate italic

text in the WebFOCUS StyleSheet.

Page 5: Have You Heard What We're Doing About Section 508?

Copyright 2007, Information Builders. Slide 5

Controlling HTML Output – Language Support Html Output for Reports

Report summaries are used by screen readers, such as JAWS.

The WebFOCUS Stylesheet supports a SUMMARY attribute that maps to the HTML <TABLE SUMMARY> tag.

<TABLE BORDER CELLPADDING=1SUMMARY="This is a Detailed Product Report">

Page 6: Have You Heard What We're Doing About Section 508?

Copyright 2007, Information Builders. Slide 6

Controlling HTML Output – Language Support Html Output for Charts

The WebFOCUS Stylesheet also supports a SUMMARY attribute for Charts.

Page 7: Have You Heard What We're Doing About Section 508?

Copyright 2007, Information Builders. Slide 7

Controlling HTML Output – Language Support Html Output for Charts

ALT Tags are placed around each polygon in the chart to distinguish and describe each as a separate image.

Page 8: Have You Heard What We're Doing About Section 508?

Copyright 2007, Information Builders. Slide 8

Controlling HTML Output – Language Support Drilldowns

ALT Tags can be applied to the drilldown link to describe what the action of clicking the link will do.

Page 9: Have You Heard What We're Doing About Section 508?

Copyright 2007, Information Builders. Slide 9

Controlling HTML Output – Language Support Images

ALT Tags can be applied to images.

Page 10: Have You Heard What We're Doing About Section 508?

Copyright 2007, Information Builders. Slide 10

Controlling HTML Output – Language SupportOther output formats (coming soon)

PDF SupportActive Flex

Page 11: Have You Heard What We're Doing About Section 508?

Copyright 2007, Information Builders. Slide 11

The User Interface – Building accessible reports

Page 12: Have You Heard What We're Doing About Section 508?

Copyright 2007, Information Builders. Slide 12

The User Interface – Report AssistantSUMMARY Attribute

Select Use accessibility features (Section 508)

Checkbox

SUMMARY Attribute can be typed in text box

Page 13: Have You Heard What We're Doing About Section 508?

Copyright 2007, Information Builders. Slide 13

The User Interface – Report AssistantDrilldowns

ALT comments for drilldown hyperlinks can

be added

Page 14: Have You Heard What We're Doing About Section 508?

Copyright 2007, Information Builders. Slide 14

User Interface – The Next GenerationDEMO