W3CWeb Accessibility initiative

WAI: Strategies, guidelines, resources to make the Web accessible to people with disabilities

WAI Presentation Format Notes

Open issues and current notes:

WAI presentation material for others to use:

HTML-based slide info:

Slidey & S5 formatting

Slidy

Each slide is enclosed in <div class="slide"> ... </div>
The div element will be created automatically for h1 elements that are direct children of the body element.

S5

<div class="presentation">
<div class="slide">
<h1>[slide title]</h1>
<div class="slidecontent">
[slide content]
</div>
<div class="handout">
[extra content not displayed in slide show]
</div>
</div>
</div>

Related stuff: