Skip to content

Commit

Permalink
Merge pull request #37 from daisy/june-edits
Browse files Browse the repository at this point in the history
lang is now en-US, added last revised, and title and h1 aligned
  • Loading branch information
avneeshsingh authored Jun 4, 2024
2 parents 9fed986 + 31bd7ac commit cafdf81
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dpub-aria-testing/content/DPUB-ARIA-tests.xhtml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops" xml:lang="en" lang="en">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops" xml:lang="en-US" lang="en-US">
<head>
<title>Atomic tests for DPUB ARIA</title>
<title>DPUB ARIA Test Suite</title>
</head>
<body>
<h1>DPUB ARIA Test Suite</h1>
<p>Last updated: June 4, 2024</p>
<h2>Background</h2>
<p>Books and other publications have constructs such as chapters, parts, footnotes and more that are not commonly found on web pages. The visual presentation of these constructs makes it obvious to the sighted reader what the semantics are. These semantic constructs can now be added to HTML and XHTML by using <a href="https://www.w3.org/TR/dpub-aria-1.1/#roles">DPUB Aria roles</a> and then used for presentation through Assistive Technology. The <a href="https://www.w3.org/community/publishingcg/">Publishing Community Group</a> at the W3C continues to promote these roles for browsers, in EPUB Reading Systems, and for published digital materials.</p>
<p>To improve the reading experience for screen reader users, the presentation of these semantic constructs is recommended. Some of the roles are extremely important to present to the reader, while others are of less importance or a matter of reader preference. In this XHTML document, the <a href="https://daisy.org/activities/projects/ties/">Transition to Accessible EPUB working group</a> in the DAISY Consortium is making suggestions as to the importance of the roles and what might be presented. This document provides the necessary information that screen reader implementors should consider. It can also be used for testing purposes.</p>
Expand Down

0 comments on commit cafdf81

Please sign in to comment.