Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restructuring the FXL A11y Techniques Document #2669

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 28 additions & 8 deletions epub33/fxl-a11y-tech/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">
<head>
<meta charset="utf-8" />
<title>EPUB Fixed Layout Accessibility Techniques</title>
<title>EPUB Accessibility - Fixed Layout Techniques</title>
<script src="https://www.w3.org/Tools/respec/respec-w3c" class="remove"></script>
<script src="../common/js/css-inline.js" class="remove"></script>
<script src="../common/js/copyright.js" class="remove"></script>
Expand Down Expand Up @@ -51,7 +51,7 @@
</head>
<body>
<section id="abstract">
<p>This document, EPUB Fixed Layout Accessibility Techniques, outlines the techniques content authors and publishers can use to make their Fixed Layout EPUB content accessible.</p>
<p>This document, Fixed Layout Accessibility Techniques, outlines the techniques content authors and publishers can use to make their Fixed Layout EPUB content accessible.</p>
</section>

<section id="sotd"></section>
Expand All @@ -61,8 +61,10 @@
<h2>Introduction</h2>
</section>

<section id="content-a11y">
<h2>Content Accessibility</h2>
<section id="content-a11y-programmatic">
<h2>Content Accessibility - Programmatic Techniques</h2>

<p>When building accessible content, there are two layers to consider: programmatic and visual. This section will cover programmatic techniques for content accessibility. Programmatic techniques are related to how the underlying code of the EPUB file is constructed. Features like reading order, alternative text for images, navigation, media overlays, and tables all have programmatic considerations.</p>

<section id="reading-order">
<h3>Reading Order</h3>
Expand Down Expand Up @@ -233,6 +235,10 @@ <h4>HTML</h4>
<section id="navigation">
<h3>Navigation</h3>

<section id="navigation-toc">

</section>

<section id="navigation-xhtml-titles">
<h4>XHTML page titles</h4>

Expand Down Expand Up @@ -280,17 +286,31 @@ <h4>Region-based navigation</h4>
</section>
</section>

<section id="legibility">
<h3>Legibility</h3>
</section>

<section id="media-overlays">
<h3>Media Overlays</h3>
</section>

<section id="tables">
<h3>Tables</h3>
</section>

<section id="foot-endnotes">
<h3>Footnotes and Endnotes</h3>
</section>

<section id="interactivity">
<h3>Interactivity</h3>
</section>
</section>

<section id="content-a11y-visual">
<h2>Content Accessibility - Visual</h2>

<p>Content accessibility has a number of considerations relating to the visual presentation of content. This section will cover techniques and recommendations to help content creators address visual accessibility challenges in fixed layout content.</p>

<section id="legibility">
<h3>Legibility</h3>
</section>
</section>

<section id="metadata">
Expand Down