Skip to content

Instantly share code, notes, and snippets.

View jongund's full-sized avatar

Jon Gunderson jongund

  • University of Illinois
  • Champaign, Illinois
View GitHub Profile
@jongund
jongund / creating-aria-coding-examples.md
Last active July 18, 2016 18:26
Creating ARIA Coding Examples (*** DRAFT ***)

Creating ARIA Coding Examples

Step 1: Use Example APG Template and Github Repositry

  1. Fork Github ARIA authoring practices repository:
  2. Create a new branch for adding an example
  3. Find the corresponding directory for that widget pattern (e.g. aria-practices/examples/treeview for treeview examples)
  • If your example will be using shared resources in the "css" and "js" directories, make a new file in the widget directory
  • else if the example will not be using shared "css" and "js" directories create a new directory to put the example files
  1. Create an example file using the [directory name] + N, where N is the example number (e.g. treeview-1.html) or is desciptive of the example (treeview-with-aria-selected.html).