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

Create utility to index the roles, properties and states used in examples #752

Closed
jongund opened this issue Jul 2, 2018 · 3 comments
Closed
Labels
enhancement Any addition or improvement that doesn't fix a code bug or prose inaccuracy

Comments

@jongund
Copy link
Contributor

jongund commented Jul 2, 2018

Create a script to index the roles, properties and states used in the examples and generate a table of the results.

@mcking65 mcking65 added enhancement Any addition or improvement that doesn't fix a code bug or prose inaccuracy documentation labels Jul 11, 2018
@mcking65 mcking65 added this to the 1.1 APG Release 3 milestone Jul 11, 2018
@mcking65
Copy link
Contributor

@jongund, per our discussion today:

  1. Create a shell file in the root directory named reference-tables.html
  2. In reference-tables.html:
    1. at the top and bottom, include a link to "WAI-ARIA Authoring Practices 1.1"
    2. Include <h1>Index</h1>
    3. Include section "Design pattern examples by role"
    4. Include section "Design pattern examples by property and state"
  3. In the aria-practices.html file:
    1. In the appendix section, create a section titled "Index"
    2. Ad links to each of the index tables

@jongund
Copy link
Contributor Author

jongund commented Dec 6, 2018

I have committed an initial implementation of an index of ARIA examples with a file named index.html in the examples directory and the javascript and the template in the scripts directory.

mcking65 pushed a commit that referenced this issue Dec 21, 2018
For issue #752, adds a node script for generating two indexes:
* Example by role
* Examples by state or property

The script lands the generated index.html in the /examples directory.
michael-n-cooper pushed a commit that referenced this issue Dec 21, 2018
Add index utility (pull #951)

For issue #752, adds a node script for generating two indexes:
* Example by role
* Examples by state or property

The script lands the generated index.html in the /examples directory.
@mcking65
Copy link
Contributor

This issue was closed when pull request #951 was merged to master in commit 5ec6c8f.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Any addition or improvement that doesn't fix a code bug or prose inaccuracy
Projects
None yet
Development

No branches or pull requests

2 participants