Skip to content

Commit 88d563e

Browse files
Editorial: Remove terms.html and update docs (#2645)
1 parent cc055a7 commit 88d563e

File tree

2 files changed

+1
-219
lines changed

2 files changed

+1
-219
lines changed

common/README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,8 @@ Resources in the common files:
66

77
## Terms
88

9-
The specifications share a common set of term definitions, located in [terms.html](terms.html). Add and update terms there, keeping in mind your edits will affect all specifications. To use the terms, at the place you want the terms to be included, provide the following line:
9+
Most terms are in the main ARIA specification and should be linked to either using special classes (more of this below) or using respec functionality. If you want to add a term scoped across the whole ARIA suite, add it to the ARIA main spec. Only add terms to child specs if their scope is restricted to that particular spec.
1010

11-
```html
12-
<div data-include="../common/terms.html" data-oninclude="restrictReferences"></div>
13-
```
1411

1512
This includes the terms file and filters it to only output ones that are referenced in that particular specification.
1613

0 commit comments

Comments
 (0)