Skip to content

Commit 755ad0d

Browse files
committed
chore: implement feedback based on TPAC session
1 parent 9187e51 commit 755ad0d

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

css-aam/index.html

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
{ name: "Zoë Bijl", company: "Invited Expert", mailto: "[email protected]", w3cid: 74040 },
3434
{ name: "James Teh", company: "Mozilla", companyURL: "https://mozilla.org/" },
3535
],
36-
formerEditors: [{ name: "Ian Pouncy", company: "TetraLogical", companyURL: "https://tetralogical.com/" }],
3736
// authors, add as many as you like.
3837
// This is optional, uncomment if you have authors as well as editors.
3938
// only "name" is required. Same format as editors.
@@ -153,9 +152,18 @@ <h3>Deprecated</h3>
153152
</section>
154153
<section>
155154
<h2>Mapping CSS to Accessibility APIs</h2>
156-
<section id="mapping_general">
155+
<section id="css-mapping">
157156
<h3>General Rules for Exposing WAI-ARIA Semantics</h3>
158157
</section>
158+
<section id="css-property-mappings">
159+
<h3>CSS Property mappings</h3>
160+
</section>
161+
<section id="css-pseudo-element-mappings">
162+
<h3>CSS Pseudo-element mappings</h3>
163+
</section>
164+
<section id="css-pseudo-element-mappings">
165+
<h3>CSS Mapping pseudo-class selectors</h3>
166+
</section>
159167
</section>
160168
</body>
161169
</html>

0 commit comments

Comments
 (0)