Skip to content

Commit edd3325

Browse files
Editorial: Fix id value references and add h2s where appropriate (#2633)
1 parent 642d752 commit edd3325

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pdf-aam/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,13 +139,15 @@
139139
</head>
140140
<body>
141141
<section id="abstract">
142+
<h2>Abstract</h2>
142143
<p>
143144
This document describes how [=user agents=] should expose semantics of PDF content to <a class="termref">accessibility <abbr title="Application Programming Interfaces">APIs</abbr></a
144145
>. This helps users with disabilities to obtain and interact with information using <a class="termref">assistive technologies</a>. Documenting these mappings promotes interoperable exposure of
145146
roles, states, properties, and events implemented by accessibility APIs and helps to ensure that this information appears in a manner consistent with author intent.
146147
</p>
147148
</section>
148149
<section id="sotd">
150+
<h2>Status of This Document</h2>
149151
<p>
150152
The Accessible Rich Internet Applications Working Group seeks feedback on any aspect of the specification. When submitting feedback, please consider issues in the context of the companion
151153
documents. To comment, <a href="https://github.com/w3c/pdf-aam/issues/new">file an issue in the <abbr title="World Wide Web Consortium">W3C</abbr> pdf-aam GitHub repository</a>. If this is not
@@ -155,6 +157,7 @@
155157
</p>
156158
</section>
157159
<section id="Introduction">
160+
<h2>Introduction</h2>
158161
<p>This section is non-normative.</p>
159162

160163
<p>
@@ -194,7 +197,7 @@ <h2>PDF-specific Terms & Definitions</h2>
194197
</div>
195198
</section>
196199

197-
<section id="mapping-pdf-object to be named">
200+
<section id="mapping-pdf-object-to-be-named">
198201
<h2>Mapping PDF-object to be named to Accessibility APIs</h2>
199202

200203
<h3>General Rules for Exposing PDF Semantics via HTML or WAI-ARIA Semantics</h3>

0 commit comments

Comments
 (0)