diff --git a/guidelines/index.html b/guidelines/index.html index 85a30e9..27c699c 100644 --- a/guidelines/index.html +++ b/guidelines/index.html @@ -144,6 +144,28 @@

Flexible views

Harm from motion

On-screen motion does not cause harm

+
+ +
+

Outcome: Motion is controlled by the user: + Visual motion and pseudo-motion are under user-control

+

Outcome: Motion is safe: + Users are safe from the effects of continuous motion (actual, or perceived).

+

Outcome: Safe from flashing: + Users are safe from physical reactions due to flashing and strobing (such as seizures or sudden dizziness).

+

Outcome: Consistent orientation and position: + Controls and elements have a consistent orientation and reliable positioning within the interface.

+

Outcome: Audio motion is controlled by user: + Audio shifting designed to create a perception of motion is under user-control.

+

Outcome: No physical movement required: + Users do not have to move in order to use content (example: turning head or looking up quickly).

+

Outcome: Save your work: + The user is able to save their task progress when experiencing fatigue (take a break).

Keyboard support

diff --git a/how-to/outcomes/audio-motion/activities/activities.json b/how-to/outcomes/audio-motion/activities/activities.json new file mode 100644 index 0000000..aeadf6c --- /dev/null +++ b/how-to/outcomes/audio-motion/activities/activities.json @@ -0,0 +1,4 @@ +{ + "type": "activity", + "title": "Activity" +} \ No newline at end of file diff --git a/how-to/outcomes/audio-motion/activities/design.md b/how-to/outcomes/audio-motion/activities/design.md new file mode 100644 index 0000000..b0e47c2 --- /dev/null +++ b/how-to/outcomes/audio-motion/activities/design.md @@ -0,0 +1,5 @@ +--- +subtitle: Design +--- + +Coming soon diff --git a/how-to/outcomes/audio-motion/activities/develop.md b/how-to/outcomes/audio-motion/activities/develop.md new file mode 100644 index 0000000..e8a7da6 --- /dev/null +++ b/how-to/outcomes/audio-motion/activities/develop.md @@ -0,0 +1,5 @@ +--- +subtitle: Develop +--- + +Coming soon diff --git a/how-to/outcomes/audio-motion/activities/edit.md b/how-to/outcomes/audio-motion/activities/edit.md new file mode 100644 index 0000000..41c567a --- /dev/null +++ b/how-to/outcomes/audio-motion/activities/edit.md @@ -0,0 +1,5 @@ +--- +subtitle: Edit +--- + +Coming soon diff --git a/how-to/outcomes/audio-motion/activities/plan.md b/how-to/outcomes/audio-motion/activities/plan.md new file mode 100644 index 0000000..aa2a004 --- /dev/null +++ b/how-to/outcomes/audio-motion/activities/plan.md @@ -0,0 +1,5 @@ +--- +subtitle: Plan +--- + +Coming soon diff --git a/how-to/outcomes/audio-motion/activities/test.md b/how-to/outcomes/audio-motion/activities/test.md new file mode 100644 index 0000000..bae716a --- /dev/null +++ b/how-to/outcomes/audio-motion/activities/test.md @@ -0,0 +1,5 @@ +--- +layout: layout/test-activity.md +--- + + diff --git a/how-to/outcomes/audio-motion/audio_motion.11tydata.js b/how-to/outcomes/audio-motion/audio_motion.11tydata.js new file mode 100644 index 0000000..baddaa9 --- /dev/null +++ b/how-to/outcomes/audio-motion/audio_motion.11tydata.js @@ -0,0 +1,3 @@ +module.exports = { + ...require('../../build/get-outcome')(__dirname) +} diff --git a/how-to/outcomes/audio-motion/examples.md b/how-to/outcomes/audio-motion/examples.md new file mode 100644 index 0000000..8b2264a --- /dev/null +++ b/how-to/outcomes/audio-motion/examples.md @@ -0,0 +1,5 @@ +--- +title: Examples +--- + +Coming soon diff --git a/how-to/outcomes/audio-motion/index.md b/how-to/outcomes/audio-motion/index.md new file mode 100644 index 0000000..eeb7edc --- /dev/null +++ b/how-to/outcomes/audio-motion/index.md @@ -0,0 +1,23 @@ +--- +title: Get Started +--- + +
+

{{ outcome.description }}

+
+ +## Summary + +Coming soon + +## Why + +Coming soon + +## Who it helps + +Coming soon + +## How + +Coming soon diff --git a/how-to/outcomes/audio-motion/methods.md b/how-to/outcomes/audio-motion/methods.md new file mode 100644 index 0000000..d2d86cc --- /dev/null +++ b/how-to/outcomes/audio-motion/methods.md @@ -0,0 +1,5 @@ +--- +layout: layout/methods.md +--- + + diff --git a/how-to/outcomes/audio-motion/methods/_template/_template.json b/how-to/outcomes/audio-motion/methods/_template/_template.json new file mode 100644 index 0000000..4de32bd --- /dev/null +++ b/how-to/outcomes/audio-motion/methods/_template/_template.json @@ -0,0 +1,8 @@ +{ + "method": { + "index": 1, + "title": "METHOD NAME (Also, rename this file)", + "slug": "method-directory-name", + "description": "METHOD DESCRIPTION" + } +} diff --git a/how-to/outcomes/audio-motion/methods/_template/background.md b/how-to/outcomes/audio-motion/methods/_template/background.md new file mode 100644 index 0000000..cb7ae9c --- /dev/null +++ b/how-to/outcomes/audio-motion/methods/_template/background.md @@ -0,0 +1,17 @@ +--- +subtitle: Background +--- + +Coming soon + +### Bibliography + +- [Coming soon](https://) + +### Assumptions + +- [Coming soon](https://) + +### Accessibility Support + +Text diff --git a/how-to/outcomes/audio-motion/methods/_template/code-snippets.md b/how-to/outcomes/audio-motion/methods/_template/code-snippets.md new file mode 100644 index 0000000..eb56b89 --- /dev/null +++ b/how-to/outcomes/audio-motion/methods/_template/code-snippets.md @@ -0,0 +1,33 @@ +--- +subtitle: Code Snippets +--- + +### Passed + +#### Passed Example 1 + +Coming soon + +```html +Code snippet +``` + +### Failed + +#### Failed Example 1 + +Coming soon + +```html +Code snippet +``` + +### Inapplicable + +#### Inapplicable Example 1 + +Coming soon + +```html +Code snippet +``` diff --git a/how-to/outcomes/audio-motion/methods/_template/definitions.md b/how-to/outcomes/audio-motion/methods/_template/definitions.md new file mode 100644 index 0000000..93ee43b --- /dev/null +++ b/how-to/outcomes/audio-motion/methods/_template/definitions.md @@ -0,0 +1,5 @@ +--- +subtitle: Technical Definitions +--- + +Coming soon diff --git a/how-to/outcomes/audio-motion/methods/_template/index.md b/how-to/outcomes/audio-motion/methods/_template/index.md new file mode 100644 index 0000000..6af53a2 --- /dev/null +++ b/how-to/outcomes/audio-motion/methods/_template/index.md @@ -0,0 +1,22 @@ +--- +subtitle: Introduction +--- + +### Summary + +Coming soon + +
+
+
Platform:
+
Any platform supporting HTML
+
+
+
Technology:
+
HTML
+
+
+ +### How it solves user need + +Coming soon \ No newline at end of file diff --git a/how-to/outcomes/audio-motion/methods/_template/test.md b/how-to/outcomes/audio-motion/methods/_template/test.md new file mode 100644 index 0000000..08fd19a --- /dev/null +++ b/how-to/outcomes/audio-motion/methods/_template/test.md @@ -0,0 +1,13 @@ +--- +subtitle: Test +--- + +Coming soon + +### Applicability + +Coming soon + +### Expectation + +Coming soon diff --git a/how-to/outcomes/audio-motion/methods/methods.json b/how-to/outcomes/audio-motion/methods/methods.json new file mode 100644 index 0000000..f25a945 --- /dev/null +++ b/how-to/outcomes/audio-motion/methods/methods.json @@ -0,0 +1,3 @@ +{ + "type": "method" +} \ No newline at end of file diff --git a/how-to/outcomes/audio-motion/outcome.json b/how-to/outcomes/audio-motion/outcome.json new file mode 100644 index 0000000..bf9c3a4 --- /dev/null +++ b/how-to/outcomes/audio-motion/outcome.json @@ -0,0 +1,5 @@ +{ + "index": 4, + "title": "Audio motion is controlled by user", + "description": " Audio shifting designed to create a perception of motion is under user-control." +} diff --git a/how-to/outcomes/audio-motion/resources.md b/how-to/outcomes/audio-motion/resources.md new file mode 100644 index 0000000..368fbda --- /dev/null +++ b/how-to/outcomes/audio-motion/resources.md @@ -0,0 +1,7 @@ +--- +title: Resources +--- + +## W3C Resources + +Coming soon diff --git a/how-to/outcomes/audio-motion/user-needs.md b/how-to/outcomes/audio-motion/user-needs.md new file mode 100644 index 0000000..ffda861 --- /dev/null +++ b/how-to/outcomes/audio-motion/user-needs.md @@ -0,0 +1,25 @@ +--- +title: User Needs +--- + +
+

{{ outcome.description }}

+
+ + +## Barriers Encountered + +* barrier +* barrier + +## Common User Needs + +* user needs that are common across different disabilities + +## Unique User Needs + +* user needs that may be in conflict with needs of other disability groups + +## Functional Needs + +* "Use with" lists from FAST (or in addition to the FAST document) diff --git a/how-to/outcomes/consistent-orientation/activities/activities.json b/how-to/outcomes/consistent-orientation/activities/activities.json new file mode 100644 index 0000000..aeadf6c --- /dev/null +++ b/how-to/outcomes/consistent-orientation/activities/activities.json @@ -0,0 +1,4 @@ +{ + "type": "activity", + "title": "Activity" +} \ No newline at end of file diff --git a/how-to/outcomes/consistent-orientation/activities/design.md b/how-to/outcomes/consistent-orientation/activities/design.md new file mode 100644 index 0000000..b0e47c2 --- /dev/null +++ b/how-to/outcomes/consistent-orientation/activities/design.md @@ -0,0 +1,5 @@ +--- +subtitle: Design +--- + +Coming soon diff --git a/how-to/outcomes/consistent-orientation/activities/develop.md b/how-to/outcomes/consistent-orientation/activities/develop.md new file mode 100644 index 0000000..e8a7da6 --- /dev/null +++ b/how-to/outcomes/consistent-orientation/activities/develop.md @@ -0,0 +1,5 @@ +--- +subtitle: Develop +--- + +Coming soon diff --git a/how-to/outcomes/consistent-orientation/activities/edit.md b/how-to/outcomes/consistent-orientation/activities/edit.md new file mode 100644 index 0000000..41c567a --- /dev/null +++ b/how-to/outcomes/consistent-orientation/activities/edit.md @@ -0,0 +1,5 @@ +--- +subtitle: Edit +--- + +Coming soon diff --git a/how-to/outcomes/consistent-orientation/activities/plan.md b/how-to/outcomes/consistent-orientation/activities/plan.md new file mode 100644 index 0000000..aa2a004 --- /dev/null +++ b/how-to/outcomes/consistent-orientation/activities/plan.md @@ -0,0 +1,5 @@ +--- +subtitle: Plan +--- + +Coming soon diff --git a/how-to/outcomes/consistent-orientation/activities/test.md b/how-to/outcomes/consistent-orientation/activities/test.md new file mode 100644 index 0000000..bae716a --- /dev/null +++ b/how-to/outcomes/consistent-orientation/activities/test.md @@ -0,0 +1,5 @@ +--- +layout: layout/test-activity.md +--- + + diff --git a/how-to/outcomes/consistent-orientation/consistent-orientation.11tydata.js b/how-to/outcomes/consistent-orientation/consistent-orientation.11tydata.js new file mode 100644 index 0000000..baddaa9 --- /dev/null +++ b/how-to/outcomes/consistent-orientation/consistent-orientation.11tydata.js @@ -0,0 +1,3 @@ +module.exports = { + ...require('../../build/get-outcome')(__dirname) +} diff --git a/how-to/outcomes/consistent-orientation/examples.md b/how-to/outcomes/consistent-orientation/examples.md new file mode 100644 index 0000000..8b2264a --- /dev/null +++ b/how-to/outcomes/consistent-orientation/examples.md @@ -0,0 +1,5 @@ +--- +title: Examples +--- + +Coming soon diff --git a/how-to/outcomes/consistent-orientation/index.md b/how-to/outcomes/consistent-orientation/index.md new file mode 100644 index 0000000..eeb7edc --- /dev/null +++ b/how-to/outcomes/consistent-orientation/index.md @@ -0,0 +1,23 @@ +--- +title: Get Started +--- + +
+

{{ outcome.description }}

+
+ +## Summary + +Coming soon + +## Why + +Coming soon + +## Who it helps + +Coming soon + +## How + +Coming soon diff --git a/how-to/outcomes/consistent-orientation/methods.md b/how-to/outcomes/consistent-orientation/methods.md new file mode 100644 index 0000000..d2d86cc --- /dev/null +++ b/how-to/outcomes/consistent-orientation/methods.md @@ -0,0 +1,5 @@ +--- +layout: layout/methods.md +--- + + diff --git a/how-to/outcomes/consistent-orientation/methods/_template/_template.json b/how-to/outcomes/consistent-orientation/methods/_template/_template.json new file mode 100644 index 0000000..4de32bd --- /dev/null +++ b/how-to/outcomes/consistent-orientation/methods/_template/_template.json @@ -0,0 +1,8 @@ +{ + "method": { + "index": 1, + "title": "METHOD NAME (Also, rename this file)", + "slug": "method-directory-name", + "description": "METHOD DESCRIPTION" + } +} diff --git a/how-to/outcomes/consistent-orientation/methods/_template/background.md b/how-to/outcomes/consistent-orientation/methods/_template/background.md new file mode 100644 index 0000000..cb7ae9c --- /dev/null +++ b/how-to/outcomes/consistent-orientation/methods/_template/background.md @@ -0,0 +1,17 @@ +--- +subtitle: Background +--- + +Coming soon + +### Bibliography + +- [Coming soon](https://) + +### Assumptions + +- [Coming soon](https://) + +### Accessibility Support + +Text diff --git a/how-to/outcomes/consistent-orientation/methods/_template/code-snippets.md b/how-to/outcomes/consistent-orientation/methods/_template/code-snippets.md new file mode 100644 index 0000000..eb56b89 --- /dev/null +++ b/how-to/outcomes/consistent-orientation/methods/_template/code-snippets.md @@ -0,0 +1,33 @@ +--- +subtitle: Code Snippets +--- + +### Passed + +#### Passed Example 1 + +Coming soon + +```html +Code snippet +``` + +### Failed + +#### Failed Example 1 + +Coming soon + +```html +Code snippet +``` + +### Inapplicable + +#### Inapplicable Example 1 + +Coming soon + +```html +Code snippet +``` diff --git a/how-to/outcomes/consistent-orientation/methods/_template/definitions.md b/how-to/outcomes/consistent-orientation/methods/_template/definitions.md new file mode 100644 index 0000000..93ee43b --- /dev/null +++ b/how-to/outcomes/consistent-orientation/methods/_template/definitions.md @@ -0,0 +1,5 @@ +--- +subtitle: Technical Definitions +--- + +Coming soon diff --git a/how-to/outcomes/consistent-orientation/methods/_template/index.md b/how-to/outcomes/consistent-orientation/methods/_template/index.md new file mode 100644 index 0000000..6af53a2 --- /dev/null +++ b/how-to/outcomes/consistent-orientation/methods/_template/index.md @@ -0,0 +1,22 @@ +--- +subtitle: Introduction +--- + +### Summary + +Coming soon + +
+
+
Platform:
+
Any platform supporting HTML
+
+
+
Technology:
+
HTML
+
+
+ +### How it solves user need + +Coming soon \ No newline at end of file diff --git a/how-to/outcomes/consistent-orientation/methods/_template/test.md b/how-to/outcomes/consistent-orientation/methods/_template/test.md new file mode 100644 index 0000000..08fd19a --- /dev/null +++ b/how-to/outcomes/consistent-orientation/methods/_template/test.md @@ -0,0 +1,13 @@ +--- +subtitle: Test +--- + +Coming soon + +### Applicability + +Coming soon + +### Expectation + +Coming soon diff --git a/how-to/outcomes/consistent-orientation/methods/methods.json b/how-to/outcomes/consistent-orientation/methods/methods.json new file mode 100644 index 0000000..f25a945 --- /dev/null +++ b/how-to/outcomes/consistent-orientation/methods/methods.json @@ -0,0 +1,3 @@ +{ + "type": "method" +} \ No newline at end of file diff --git a/how-to/outcomes/consistent-orientation/outcome.json b/how-to/outcomes/consistent-orientation/outcome.json new file mode 100644 index 0000000..42d8ef6 --- /dev/null +++ b/how-to/outcomes/consistent-orientation/outcome.json @@ -0,0 +1,5 @@ +{ + "index": 3, + "title": "Consistent orientation and position", + "description": "Controls and elements have a consistent orientation and reliable positioning within the interface." +} diff --git a/how-to/outcomes/consistent-orientation/resources.md b/how-to/outcomes/consistent-orientation/resources.md new file mode 100644 index 0000000..368fbda --- /dev/null +++ b/how-to/outcomes/consistent-orientation/resources.md @@ -0,0 +1,7 @@ +--- +title: Resources +--- + +## W3C Resources + +Coming soon diff --git a/how-to/outcomes/consistent-orientation/user-needs.md b/how-to/outcomes/consistent-orientation/user-needs.md new file mode 100644 index 0000000..ffda861 --- /dev/null +++ b/how-to/outcomes/consistent-orientation/user-needs.md @@ -0,0 +1,25 @@ +--- +title: User Needs +--- + +
+

{{ outcome.description }}

+
+ + +## Barriers Encountered + +* barrier +* barrier + +## Common User Needs + +* user needs that are common across different disabilities + +## Unique User Needs + +* user needs that may be in conflict with needs of other disability groups + +## Functional Needs + +* "Use with" lists from FAST (or in addition to the FAST document) diff --git a/how-to/outcomes/motion-controlled-by-user/activities/activities.json b/how-to/outcomes/motion-controlled-by-user/activities/activities.json new file mode 100644 index 0000000..aeadf6c --- /dev/null +++ b/how-to/outcomes/motion-controlled-by-user/activities/activities.json @@ -0,0 +1,4 @@ +{ + "type": "activity", + "title": "Activity" +} \ No newline at end of file diff --git a/how-to/outcomes/motion-controlled-by-user/activities/design.md b/how-to/outcomes/motion-controlled-by-user/activities/design.md new file mode 100644 index 0000000..b0e47c2 --- /dev/null +++ b/how-to/outcomes/motion-controlled-by-user/activities/design.md @@ -0,0 +1,5 @@ +--- +subtitle: Design +--- + +Coming soon diff --git a/how-to/outcomes/motion-controlled-by-user/activities/develop.md b/how-to/outcomes/motion-controlled-by-user/activities/develop.md new file mode 100644 index 0000000..e8a7da6 --- /dev/null +++ b/how-to/outcomes/motion-controlled-by-user/activities/develop.md @@ -0,0 +1,5 @@ +--- +subtitle: Develop +--- + +Coming soon diff --git a/how-to/outcomes/motion-controlled-by-user/activities/edit.md b/how-to/outcomes/motion-controlled-by-user/activities/edit.md new file mode 100644 index 0000000..41c567a --- /dev/null +++ b/how-to/outcomes/motion-controlled-by-user/activities/edit.md @@ -0,0 +1,5 @@ +--- +subtitle: Edit +--- + +Coming soon diff --git a/how-to/outcomes/motion-controlled-by-user/activities/plan.md b/how-to/outcomes/motion-controlled-by-user/activities/plan.md new file mode 100644 index 0000000..aa2a004 --- /dev/null +++ b/how-to/outcomes/motion-controlled-by-user/activities/plan.md @@ -0,0 +1,5 @@ +--- +subtitle: Plan +--- + +Coming soon diff --git a/how-to/outcomes/motion-controlled-by-user/activities/test.md b/how-to/outcomes/motion-controlled-by-user/activities/test.md new file mode 100644 index 0000000..bae716a --- /dev/null +++ b/how-to/outcomes/motion-controlled-by-user/activities/test.md @@ -0,0 +1,5 @@ +--- +layout: layout/test-activity.md +--- + + diff --git a/how-to/outcomes/motion-controlled-by-user/examples.md b/how-to/outcomes/motion-controlled-by-user/examples.md new file mode 100644 index 0000000..fb9cfa1 --- /dev/null +++ b/how-to/outcomes/motion-controlled-by-user/examples.md @@ -0,0 +1,12 @@ +--- +title: Examples +--- +Examples that would pass +- Moving carousel has a pause button. +- Optical illusion on stock photo site is obscured by a screen curtain that states that a potentially harmful image is behind it; the user must dismiss the curtain to display the image. +- Animation doesn't move in the presence of a low-motion variable set in the browser. +- High contrast disability pride flag with zig zags was replaced with a lower contrast version without zig zags. + +Examples that would fail +- Marketing content company tweets a black and white optical illusion as part of a contest. +- An image on a site that points to something the creators want to call attention to is actually an animated gif that cycles through a gradient background, and this cycle cannot be stopped. diff --git a/how-to/outcomes/motion-controlled-by-user/index.md b/how-to/outcomes/motion-controlled-by-user/index.md new file mode 100644 index 0000000..b8dcb85 --- /dev/null +++ b/how-to/outcomes/motion-controlled-by-user/index.md @@ -0,0 +1,28 @@ +--- +title: Get Started +--- + +
+

{{ outcome.description }}

+
+ +## Open questions +- How are we defining the difference between harmful and allowable motion? +- Is "5 seconds" the right number? What research do we have for this? What additional considerations might need to be included? Is it possible to see if one of our member organizations might be able to run research to learn more? +- Should we categorize motion as immediately physiologically harmful, cumulatively harmful, functional use impeded? + +## Summary + +Coming soon + +## Why + +Coming soon + +## Who it helps + +Coming soon + +## How + +Coming soon diff --git a/how-to/outcomes/motion-controlled-by-user/methods.md b/how-to/outcomes/motion-controlled-by-user/methods.md new file mode 100644 index 0000000..d2d86cc --- /dev/null +++ b/how-to/outcomes/motion-controlled-by-user/methods.md @@ -0,0 +1,5 @@ +--- +layout: layout/methods.md +--- + + diff --git a/how-to/outcomes/motion-controlled-by-user/methods/alert-users-of-motion/alert-users-of-motion.json b/how-to/outcomes/motion-controlled-by-user/methods/alert-users-of-motion/alert-users-of-motion.json new file mode 100644 index 0000000..53b1c68 --- /dev/null +++ b/how-to/outcomes/motion-controlled-by-user/methods/alert-users-of-motion/alert-users-of-motion.json @@ -0,0 +1,8 @@ +{ + "method": { + "index": 3, + "title": "alert users that motion will begin", + "slug": "alert-users-of-motion", + "description": "Alert users that motion will begin and make information available in advance about potential motion triggers (A generic warning such as “This site may contain…” is NOT sufficient. The warning must be specific to the control that will open the potential trigger. )" + } +} diff --git a/how-to/outcomes/motion-controlled-by-user/methods/alert-users-of-motion/background.md b/how-to/outcomes/motion-controlled-by-user/methods/alert-users-of-motion/background.md new file mode 100644 index 0000000..cb7ae9c --- /dev/null +++ b/how-to/outcomes/motion-controlled-by-user/methods/alert-users-of-motion/background.md @@ -0,0 +1,17 @@ +--- +subtitle: Background +--- + +Coming soon + +### Bibliography + +- [Coming soon](https://) + +### Assumptions + +- [Coming soon](https://) + +### Accessibility Support + +Text diff --git a/how-to/outcomes/motion-controlled-by-user/methods/alert-users-of-motion/code-snippets.md b/how-to/outcomes/motion-controlled-by-user/methods/alert-users-of-motion/code-snippets.md new file mode 100644 index 0000000..eb56b89 --- /dev/null +++ b/how-to/outcomes/motion-controlled-by-user/methods/alert-users-of-motion/code-snippets.md @@ -0,0 +1,33 @@ +--- +subtitle: Code Snippets +--- + +### Passed + +#### Passed Example 1 + +Coming soon + +```html +Code snippet +``` + +### Failed + +#### Failed Example 1 + +Coming soon + +```html +Code snippet +``` + +### Inapplicable + +#### Inapplicable Example 1 + +Coming soon + +```html +Code snippet +``` diff --git a/how-to/outcomes/motion-controlled-by-user/methods/alert-users-of-motion/definitions.md b/how-to/outcomes/motion-controlled-by-user/methods/alert-users-of-motion/definitions.md new file mode 100644 index 0000000..93ee43b --- /dev/null +++ b/how-to/outcomes/motion-controlled-by-user/methods/alert-users-of-motion/definitions.md @@ -0,0 +1,5 @@ +--- +subtitle: Technical Definitions +--- + +Coming soon diff --git a/how-to/outcomes/motion-controlled-by-user/methods/alert-users-of-motion/index.md b/how-to/outcomes/motion-controlled-by-user/methods/alert-users-of-motion/index.md new file mode 100644 index 0000000..6af53a2 --- /dev/null +++ b/how-to/outcomes/motion-controlled-by-user/methods/alert-users-of-motion/index.md @@ -0,0 +1,22 @@ +--- +subtitle: Introduction +--- + +### Summary + +Coming soon + +
+
+
Platform:
+
Any platform supporting HTML
+
+
+
Technology:
+
HTML
+
+
+ +### How it solves user need + +Coming soon \ No newline at end of file diff --git a/how-to/outcomes/motion-controlled-by-user/methods/alert-users-of-motion/test.md b/how-to/outcomes/motion-controlled-by-user/methods/alert-users-of-motion/test.md new file mode 100644 index 0000000..08fd19a --- /dev/null +++ b/how-to/outcomes/motion-controlled-by-user/methods/alert-users-of-motion/test.md @@ -0,0 +1,13 @@ +--- +subtitle: Test +--- + +Coming soon + +### Applicability + +Coming soon + +### Expectation + +Coming soon diff --git a/how-to/outcomes/motion-controlled-by-user/methods/avoid-sudden-movement/avoid-sudden-movement.json b/how-to/outcomes/motion-controlled-by-user/methods/avoid-sudden-movement/avoid-sudden-movement.json new file mode 100644 index 0000000..f90b1bd --- /dev/null +++ b/how-to/outcomes/motion-controlled-by-user/methods/avoid-sudden-movement/avoid-sudden-movement.json @@ -0,0 +1,8 @@ +{ + "method": { + "index": 6, + "title": "Avoid sudden unexpected movement", + "slug": "avoid-sudden-moovement", + "description": "Avoid sudden unexpected movement, including the appearance or disappearance of UI elements due to an event" + } +} diff --git a/how-to/outcomes/motion-controlled-by-user/methods/avoid-sudden-movement/background.md b/how-to/outcomes/motion-controlled-by-user/methods/avoid-sudden-movement/background.md new file mode 100644 index 0000000..cb7ae9c --- /dev/null +++ b/how-to/outcomes/motion-controlled-by-user/methods/avoid-sudden-movement/background.md @@ -0,0 +1,17 @@ +--- +subtitle: Background +--- + +Coming soon + +### Bibliography + +- [Coming soon](https://) + +### Assumptions + +- [Coming soon](https://) + +### Accessibility Support + +Text diff --git a/how-to/outcomes/motion-controlled-by-user/methods/avoid-sudden-movement/code-snippets.md b/how-to/outcomes/motion-controlled-by-user/methods/avoid-sudden-movement/code-snippets.md new file mode 100644 index 0000000..eb56b89 --- /dev/null +++ b/how-to/outcomes/motion-controlled-by-user/methods/avoid-sudden-movement/code-snippets.md @@ -0,0 +1,33 @@ +--- +subtitle: Code Snippets +--- + +### Passed + +#### Passed Example 1 + +Coming soon + +```html +Code snippet +``` + +### Failed + +#### Failed Example 1 + +Coming soon + +```html +Code snippet +``` + +### Inapplicable + +#### Inapplicable Example 1 + +Coming soon + +```html +Code snippet +``` diff --git a/how-to/outcomes/motion-controlled-by-user/methods/avoid-sudden-movement/definitions.md b/how-to/outcomes/motion-controlled-by-user/methods/avoid-sudden-movement/definitions.md new file mode 100644 index 0000000..93ee43b --- /dev/null +++ b/how-to/outcomes/motion-controlled-by-user/methods/avoid-sudden-movement/definitions.md @@ -0,0 +1,5 @@ +--- +subtitle: Technical Definitions +--- + +Coming soon diff --git a/how-to/outcomes/motion-controlled-by-user/methods/avoid-sudden-movement/index.md b/how-to/outcomes/motion-controlled-by-user/methods/avoid-sudden-movement/index.md new file mode 100644 index 0000000..6af53a2 --- /dev/null +++ b/how-to/outcomes/motion-controlled-by-user/methods/avoid-sudden-movement/index.md @@ -0,0 +1,22 @@ +--- +subtitle: Introduction +--- + +### Summary + +Coming soon + +
+
+
Platform:
+
Any platform supporting HTML
+
+
+
Technology:
+
HTML
+
+
+ +### How it solves user need + +Coming soon \ No newline at end of file diff --git a/how-to/outcomes/motion-controlled-by-user/methods/avoid-sudden-movement/test.md b/how-to/outcomes/motion-controlled-by-user/methods/avoid-sudden-movement/test.md new file mode 100644 index 0000000..08fd19a --- /dev/null +++ b/how-to/outcomes/motion-controlled-by-user/methods/avoid-sudden-movement/test.md @@ -0,0 +1,13 @@ +--- +subtitle: Test +--- + +Coming soon + +### Applicability + +Coming soon + +### Expectation + +Coming soon diff --git a/how-to/outcomes/motion-controlled-by-user/methods/methods.json b/how-to/outcomes/motion-controlled-by-user/methods/methods.json new file mode 100644 index 0000000..f25a945 --- /dev/null +++ b/how-to/outcomes/motion-controlled-by-user/methods/methods.json @@ -0,0 +1,3 @@ +{ + "type": "method" +} \ No newline at end of file diff --git a/how-to/outcomes/motion-controlled-by-user/methods/objects-with-allowed-motion/background.md b/how-to/outcomes/motion-controlled-by-user/methods/objects-with-allowed-motion/background.md new file mode 100644 index 0000000..cb7ae9c --- /dev/null +++ b/how-to/outcomes/motion-controlled-by-user/methods/objects-with-allowed-motion/background.md @@ -0,0 +1,17 @@ +--- +subtitle: Background +--- + +Coming soon + +### Bibliography + +- [Coming soon](https://) + +### Assumptions + +- [Coming soon](https://) + +### Accessibility Support + +Text diff --git a/how-to/outcomes/motion-controlled-by-user/methods/objects-with-allowed-motion/code-snippets.md b/how-to/outcomes/motion-controlled-by-user/methods/objects-with-allowed-motion/code-snippets.md new file mode 100644 index 0000000..eb56b89 --- /dev/null +++ b/how-to/outcomes/motion-controlled-by-user/methods/objects-with-allowed-motion/code-snippets.md @@ -0,0 +1,33 @@ +--- +subtitle: Code Snippets +--- + +### Passed + +#### Passed Example 1 + +Coming soon + +```html +Code snippet +``` + +### Failed + +#### Failed Example 1 + +Coming soon + +```html +Code snippet +``` + +### Inapplicable + +#### Inapplicable Example 1 + +Coming soon + +```html +Code snippet +``` diff --git a/how-to/outcomes/motion-controlled-by-user/methods/objects-with-allowed-motion/definitions.md b/how-to/outcomes/motion-controlled-by-user/methods/objects-with-allowed-motion/definitions.md new file mode 100644 index 0000000..93ee43b --- /dev/null +++ b/how-to/outcomes/motion-controlled-by-user/methods/objects-with-allowed-motion/definitions.md @@ -0,0 +1,5 @@ +--- +subtitle: Technical Definitions +--- + +Coming soon diff --git a/how-to/outcomes/motion-controlled-by-user/methods/objects-with-allowed-motion/index.md b/how-to/outcomes/motion-controlled-by-user/methods/objects-with-allowed-motion/index.md new file mode 100644 index 0000000..6af53a2 --- /dev/null +++ b/how-to/outcomes/motion-controlled-by-user/methods/objects-with-allowed-motion/index.md @@ -0,0 +1,22 @@ +--- +subtitle: Introduction +--- + +### Summary + +Coming soon + +
+
+
Platform:
+
Any platform supporting HTML
+
+
+
Technology:
+
HTML
+
+
+ +### How it solves user need + +Coming soon \ No newline at end of file diff --git a/how-to/outcomes/motion-controlled-by-user/methods/objects-with-allowed-motion/objects-with-allowed-motion.json b/how-to/outcomes/motion-controlled-by-user/methods/objects-with-allowed-motion/objects-with-allowed-motion.json new file mode 100644 index 0000000..8c354ed --- /dev/null +++ b/how-to/outcomes/motion-controlled-by-user/methods/objects-with-allowed-motion/objects-with-allowed-motion.json @@ -0,0 +1,8 @@ +{ + "method": { + "index": 2, + "title": "Objects with allowed motion", + "slug": "objects-with-allowed-motion", + "description": "Objects that contain allowable motion may not move for more than five seconds, including looping unless a pause, stop or hide mechanism is concurrently implemented." + } +} diff --git a/how-to/outcomes/motion-controlled-by-user/methods/objects-with-allowed-motion/test.md b/how-to/outcomes/motion-controlled-by-user/methods/objects-with-allowed-motion/test.md new file mode 100644 index 0000000..08fd19a --- /dev/null +++ b/how-to/outcomes/motion-controlled-by-user/methods/objects-with-allowed-motion/test.md @@ -0,0 +1,13 @@ +--- +subtitle: Test +--- + +Coming soon + +### Applicability + +Coming soon + +### Expectation + +Coming soon diff --git a/how-to/outcomes/motion-controlled-by-user/methods/objects-with-harmful-motion/background.md b/how-to/outcomes/motion-controlled-by-user/methods/objects-with-harmful-motion/background.md new file mode 100644 index 0000000..cb7ae9c --- /dev/null +++ b/how-to/outcomes/motion-controlled-by-user/methods/objects-with-harmful-motion/background.md @@ -0,0 +1,17 @@ +--- +subtitle: Background +--- + +Coming soon + +### Bibliography + +- [Coming soon](https://) + +### Assumptions + +- [Coming soon](https://) + +### Accessibility Support + +Text diff --git a/how-to/outcomes/motion-controlled-by-user/methods/objects-with-harmful-motion/code-snippets.md b/how-to/outcomes/motion-controlled-by-user/methods/objects-with-harmful-motion/code-snippets.md new file mode 100644 index 0000000..eb56b89 --- /dev/null +++ b/how-to/outcomes/motion-controlled-by-user/methods/objects-with-harmful-motion/code-snippets.md @@ -0,0 +1,33 @@ +--- +subtitle: Code Snippets +--- + +### Passed + +#### Passed Example 1 + +Coming soon + +```html +Code snippet +``` + +### Failed + +#### Failed Example 1 + +Coming soon + +```html +Code snippet +``` + +### Inapplicable + +#### Inapplicable Example 1 + +Coming soon + +```html +Code snippet +``` diff --git a/how-to/outcomes/motion-controlled-by-user/methods/objects-with-harmful-motion/definitions.md b/how-to/outcomes/motion-controlled-by-user/methods/objects-with-harmful-motion/definitions.md new file mode 100644 index 0000000..93ee43b --- /dev/null +++ b/how-to/outcomes/motion-controlled-by-user/methods/objects-with-harmful-motion/definitions.md @@ -0,0 +1,5 @@ +--- +subtitle: Technical Definitions +--- + +Coming soon diff --git a/how-to/outcomes/motion-controlled-by-user/methods/objects-with-harmful-motion/index.md b/how-to/outcomes/motion-controlled-by-user/methods/objects-with-harmful-motion/index.md new file mode 100644 index 0000000..6af53a2 --- /dev/null +++ b/how-to/outcomes/motion-controlled-by-user/methods/objects-with-harmful-motion/index.md @@ -0,0 +1,22 @@ +--- +subtitle: Introduction +--- + +### Summary + +Coming soon + +
+
+
Platform:
+
Any platform supporting HTML
+
+
+
Technology:
+
HTML
+
+
+ +### How it solves user need + +Coming soon \ No newline at end of file diff --git a/how-to/outcomes/motion-controlled-by-user/methods/objects-with-harmful-motion/objects-with-harmful-motion.json b/how-to/outcomes/motion-controlled-by-user/methods/objects-with-harmful-motion/objects-with-harmful-motion.json new file mode 100644 index 0000000..f4b573a --- /dev/null +++ b/how-to/outcomes/motion-controlled-by-user/methods/objects-with-harmful-motion/objects-with-harmful-motion.json @@ -0,0 +1,8 @@ +{ + "method": { + "index": 1, + "title": "Do not use objects that contain harmful motion", + "slug": "objects-with-harmful-motion", + "description": "Do not use objects that contain harmful motion, such as flashing, flickering, repetitive patterns, strobing effects, parallax, or other motion sickness, migraine, or epilepsy triggers" + } +} diff --git a/how-to/outcomes/motion-controlled-by-user/methods/objects-with-harmful-motion/test.md b/how-to/outcomes/motion-controlled-by-user/methods/objects-with-harmful-motion/test.md new file mode 100644 index 0000000..08fd19a --- /dev/null +++ b/how-to/outcomes/motion-controlled-by-user/methods/objects-with-harmful-motion/test.md @@ -0,0 +1,13 @@ +--- +subtitle: Test +--- + +Coming soon + +### Applicability + +Coming soon + +### Expectation + +Coming soon diff --git a/how-to/outcomes/motion-controlled-by-user/methods/protect-users-from-harmful-triggers/background.md b/how-to/outcomes/motion-controlled-by-user/methods/protect-users-from-harmful-triggers/background.md new file mode 100644 index 0000000..cb7ae9c --- /dev/null +++ b/how-to/outcomes/motion-controlled-by-user/methods/protect-users-from-harmful-triggers/background.md @@ -0,0 +1,17 @@ +--- +subtitle: Background +--- + +Coming soon + +### Bibliography + +- [Coming soon](https://) + +### Assumptions + +- [Coming soon](https://) + +### Accessibility Support + +Text diff --git a/how-to/outcomes/motion-controlled-by-user/methods/protect-users-from-harmful-triggers/code-snippets.md b/how-to/outcomes/motion-controlled-by-user/methods/protect-users-from-harmful-triggers/code-snippets.md new file mode 100644 index 0000000..eb56b89 --- /dev/null +++ b/how-to/outcomes/motion-controlled-by-user/methods/protect-users-from-harmful-triggers/code-snippets.md @@ -0,0 +1,33 @@ +--- +subtitle: Code Snippets +--- + +### Passed + +#### Passed Example 1 + +Coming soon + +```html +Code snippet +``` + +### Failed + +#### Failed Example 1 + +Coming soon + +```html +Code snippet +``` + +### Inapplicable + +#### Inapplicable Example 1 + +Coming soon + +```html +Code snippet +``` diff --git a/how-to/outcomes/motion-controlled-by-user/methods/protect-users-from-harmful-triggers/definitions.md b/how-to/outcomes/motion-controlled-by-user/methods/protect-users-from-harmful-triggers/definitions.md new file mode 100644 index 0000000..93ee43b --- /dev/null +++ b/how-to/outcomes/motion-controlled-by-user/methods/protect-users-from-harmful-triggers/definitions.md @@ -0,0 +1,5 @@ +--- +subtitle: Technical Definitions +--- + +Coming soon diff --git a/how-to/outcomes/motion-controlled-by-user/methods/protect-users-from-harmful-triggers/index.md b/how-to/outcomes/motion-controlled-by-user/methods/protect-users-from-harmful-triggers/index.md new file mode 100644 index 0000000..6af53a2 --- /dev/null +++ b/how-to/outcomes/motion-controlled-by-user/methods/protect-users-from-harmful-triggers/index.md @@ -0,0 +1,22 @@ +--- +subtitle: Introduction +--- + +### Summary + +Coming soon + +
+
+
Platform:
+
Any platform supporting HTML
+
+
+
Technology:
+
HTML
+
+
+ +### How it solves user need + +Coming soon \ No newline at end of file diff --git a/how-to/outcomes/motion-controlled-by-user/methods/protect-users-from-harmful-triggers/protect-users-from-harmful-triggers.json b/how-to/outcomes/motion-controlled-by-user/methods/protect-users-from-harmful-triggers/protect-users-from-harmful-triggers.json new file mode 100644 index 0000000..e4ca345 --- /dev/null +++ b/how-to/outcomes/motion-controlled-by-user/methods/protect-users-from-harmful-triggers/protect-users-from-harmful-triggers.json @@ -0,0 +1,8 @@ +{ + "method": { + "index": 4, + "title": "Protect users from harmful triggers", + "slug": "protect-users-from-harmful-triggers", + "description": "Place objects that may trigger a negative motion reaction behind a screen curtain and require users to affirmatively choose to expose that object" + } +} diff --git a/how-to/outcomes/motion-controlled-by-user/methods/protect-users-from-harmful-triggers/test.md b/how-to/outcomes/motion-controlled-by-user/methods/protect-users-from-harmful-triggers/test.md new file mode 100644 index 0000000..08fd19a --- /dev/null +++ b/how-to/outcomes/motion-controlled-by-user/methods/protect-users-from-harmful-triggers/test.md @@ -0,0 +1,13 @@ +--- +subtitle: Test +--- + +Coming soon + +### Applicability + +Coming soon + +### Expectation + +Coming soon diff --git a/how-to/outcomes/motion-controlled-by-user/methods/respect-user-preferences/background.md b/how-to/outcomes/motion-controlled-by-user/methods/respect-user-preferences/background.md new file mode 100644 index 0000000..cb7ae9c --- /dev/null +++ b/how-to/outcomes/motion-controlled-by-user/methods/respect-user-preferences/background.md @@ -0,0 +1,17 @@ +--- +subtitle: Background +--- + +Coming soon + +### Bibliography + +- [Coming soon](https://) + +### Assumptions + +- [Coming soon](https://) + +### Accessibility Support + +Text diff --git a/how-to/outcomes/motion-controlled-by-user/methods/respect-user-preferences/code-snippets.md b/how-to/outcomes/motion-controlled-by-user/methods/respect-user-preferences/code-snippets.md new file mode 100644 index 0000000..eb56b89 --- /dev/null +++ b/how-to/outcomes/motion-controlled-by-user/methods/respect-user-preferences/code-snippets.md @@ -0,0 +1,33 @@ +--- +subtitle: Code Snippets +--- + +### Passed + +#### Passed Example 1 + +Coming soon + +```html +Code snippet +``` + +### Failed + +#### Failed Example 1 + +Coming soon + +```html +Code snippet +``` + +### Inapplicable + +#### Inapplicable Example 1 + +Coming soon + +```html +Code snippet +``` diff --git a/how-to/outcomes/motion-controlled-by-user/methods/respect-user-preferences/definitions.md b/how-to/outcomes/motion-controlled-by-user/methods/respect-user-preferences/definitions.md new file mode 100644 index 0000000..93ee43b --- /dev/null +++ b/how-to/outcomes/motion-controlled-by-user/methods/respect-user-preferences/definitions.md @@ -0,0 +1,5 @@ +--- +subtitle: Technical Definitions +--- + +Coming soon diff --git a/how-to/outcomes/motion-controlled-by-user/methods/respect-user-preferences/index.md b/how-to/outcomes/motion-controlled-by-user/methods/respect-user-preferences/index.md new file mode 100644 index 0000000..6af53a2 --- /dev/null +++ b/how-to/outcomes/motion-controlled-by-user/methods/respect-user-preferences/index.md @@ -0,0 +1,22 @@ +--- +subtitle: Introduction +--- + +### Summary + +Coming soon + +
+
+
Platform:
+
Any platform supporting HTML
+
+
+
Technology:
+
HTML
+
+
+ +### How it solves user need + +Coming soon \ No newline at end of file diff --git a/how-to/outcomes/motion-controlled-by-user/methods/respect-user-preferences/respect-user-preferences.json b/how-to/outcomes/motion-controlled-by-user/methods/respect-user-preferences/respect-user-preferences.json new file mode 100644 index 0000000..76796cf --- /dev/null +++ b/how-to/outcomes/motion-controlled-by-user/methods/respect-user-preferences/respect-user-preferences.json @@ -0,0 +1,8 @@ +{ + "method": { + "index": 1, + "title": "Respect user preferences for motion", + "slug": "respect-userr-preferences", + "description": "Respect user preferences at website, device, user agent, and/or AT level" + } +} diff --git a/how-to/outcomes/motion-controlled-by-user/methods/respect-user-preferences/test.md b/how-to/outcomes/motion-controlled-by-user/methods/respect-user-preferences/test.md new file mode 100644 index 0000000..08fd19a --- /dev/null +++ b/how-to/outcomes/motion-controlled-by-user/methods/respect-user-preferences/test.md @@ -0,0 +1,13 @@ +--- +subtitle: Test +--- + +Coming soon + +### Applicability + +Coming soon + +### Expectation + +Coming soon diff --git a/how-to/outcomes/motion-controlled-by-user/motion-controlled-by-user.11tydata.js b/how-to/outcomes/motion-controlled-by-user/motion-controlled-by-user.11tydata.js new file mode 100644 index 0000000..baddaa9 --- /dev/null +++ b/how-to/outcomes/motion-controlled-by-user/motion-controlled-by-user.11tydata.js @@ -0,0 +1,3 @@ +module.exports = { + ...require('../../build/get-outcome')(__dirname) +} diff --git a/how-to/outcomes/motion-controlled-by-user/outcome.json b/how-to/outcomes/motion-controlled-by-user/outcome.json new file mode 100644 index 0000000..c728baa --- /dev/null +++ b/how-to/outcomes/motion-controlled-by-user/outcome.json @@ -0,0 +1,5 @@ +{ + "index": 0, + "title": "Motion is controlled by the user", + "description": " Visual motion and pseudo-motion are under user-control." +} diff --git a/how-to/outcomes/motion-controlled-by-user/resources.md b/how-to/outcomes/motion-controlled-by-user/resources.md new file mode 100644 index 0000000..368fbda --- /dev/null +++ b/how-to/outcomes/motion-controlled-by-user/resources.md @@ -0,0 +1,7 @@ +--- +title: Resources +--- + +## W3C Resources + +Coming soon diff --git a/how-to/outcomes/motion-controlled-by-user/user-needs.md b/how-to/outcomes/motion-controlled-by-user/user-needs.md new file mode 100644 index 0000000..f9e9777 --- /dev/null +++ b/how-to/outcomes/motion-controlled-by-user/user-needs.md @@ -0,0 +1,28 @@ +--- +title: User Needs +--- + +
+

{{ outcome.description }}

+
+ + +## Functional Needs + +* Use with sensitivity to motion (and pseudo-motion/photosensitivity) +* Use with limited orientation or spatial tracking +* Use with limited planning, orientation, or sequencing ability +* Use with limited ability to maintain, shift, and/or direct focus/attention +* Complete without unnecessary visual fatigue or sensory overwhelm +* Use with confidence that motion personalization will be respected + +## User Stories +1\. As a user who might experience harm from motion, I need +1. a "safe place" to be able to quickly escape the effects of motion or pseudo-motion when they occur (e.g., a quick key, shortcut, macro, button, pause/stop/hide, etc.);  +2. a warning that I may be about to encounter a trigger, and to be provided with an alternative path so that I can still complete the task; +3. my personalized settings at the device and user-agent level,  such as "reduce-motion," to be respected. + +2\. As an individual who experiences sensory overload and/or visual processing difficulties, I need +1. to be able to remove the motion and stress of a visual countdown timer; +2. to be able to reduce the effects of motion when needed (but have the option to use them when helpful or enjoyable) so that I can complete a flow, and help returning to a flow so that I can complete it when the effects of motion interrupt me; +3. to be able to reduce the visual perception of objects moving when browsing content, such as scrolling the page (one user refers to this experience as feeling like their "stomach falls out"). diff --git a/how-to/outcomes/motion-is-safe/activities/activities.json b/how-to/outcomes/motion-is-safe/activities/activities.json new file mode 100644 index 0000000..aeadf6c --- /dev/null +++ b/how-to/outcomes/motion-is-safe/activities/activities.json @@ -0,0 +1,4 @@ +{ + "type": "activity", + "title": "Activity" +} \ No newline at end of file diff --git a/how-to/outcomes/motion-is-safe/activities/design.md b/how-to/outcomes/motion-is-safe/activities/design.md new file mode 100644 index 0000000..b0e47c2 --- /dev/null +++ b/how-to/outcomes/motion-is-safe/activities/design.md @@ -0,0 +1,5 @@ +--- +subtitle: Design +--- + +Coming soon diff --git a/how-to/outcomes/motion-is-safe/activities/develop.md b/how-to/outcomes/motion-is-safe/activities/develop.md new file mode 100644 index 0000000..e8a7da6 --- /dev/null +++ b/how-to/outcomes/motion-is-safe/activities/develop.md @@ -0,0 +1,5 @@ +--- +subtitle: Develop +--- + +Coming soon diff --git a/how-to/outcomes/motion-is-safe/activities/edit.md b/how-to/outcomes/motion-is-safe/activities/edit.md new file mode 100644 index 0000000..41c567a --- /dev/null +++ b/how-to/outcomes/motion-is-safe/activities/edit.md @@ -0,0 +1,5 @@ +--- +subtitle: Edit +--- + +Coming soon diff --git a/how-to/outcomes/motion-is-safe/activities/plan.md b/how-to/outcomes/motion-is-safe/activities/plan.md new file mode 100644 index 0000000..aa2a004 --- /dev/null +++ b/how-to/outcomes/motion-is-safe/activities/plan.md @@ -0,0 +1,5 @@ +--- +subtitle: Plan +--- + +Coming soon diff --git a/how-to/outcomes/motion-is-safe/activities/test.md b/how-to/outcomes/motion-is-safe/activities/test.md new file mode 100644 index 0000000..bae716a --- /dev/null +++ b/how-to/outcomes/motion-is-safe/activities/test.md @@ -0,0 +1,5 @@ +--- +layout: layout/test-activity.md +--- + + diff --git a/how-to/outcomes/motion-is-safe/examples.md b/how-to/outcomes/motion-is-safe/examples.md new file mode 100644 index 0000000..8b2264a --- /dev/null +++ b/how-to/outcomes/motion-is-safe/examples.md @@ -0,0 +1,5 @@ +--- +title: Examples +--- + +Coming soon diff --git a/how-to/outcomes/motion-is-safe/index.md b/how-to/outcomes/motion-is-safe/index.md new file mode 100644 index 0000000..eeb7edc --- /dev/null +++ b/how-to/outcomes/motion-is-safe/index.md @@ -0,0 +1,23 @@ +--- +title: Get Started +--- + +
+

{{ outcome.description }}

+
+ +## Summary + +Coming soon + +## Why + +Coming soon + +## Who it helps + +Coming soon + +## How + +Coming soon diff --git a/how-to/outcomes/motion-is-safe/methods.md b/how-to/outcomes/motion-is-safe/methods.md new file mode 100644 index 0000000..d2d86cc --- /dev/null +++ b/how-to/outcomes/motion-is-safe/methods.md @@ -0,0 +1,5 @@ +--- +layout: layout/methods.md +--- + + diff --git a/how-to/outcomes/motion-is-safe/methods/_template/_template.json b/how-to/outcomes/motion-is-safe/methods/_template/_template.json new file mode 100644 index 0000000..4de32bd --- /dev/null +++ b/how-to/outcomes/motion-is-safe/methods/_template/_template.json @@ -0,0 +1,8 @@ +{ + "method": { + "index": 1, + "title": "METHOD NAME (Also, rename this file)", + "slug": "method-directory-name", + "description": "METHOD DESCRIPTION" + } +} diff --git a/how-to/outcomes/motion-is-safe/methods/_template/background.md b/how-to/outcomes/motion-is-safe/methods/_template/background.md new file mode 100644 index 0000000..cb7ae9c --- /dev/null +++ b/how-to/outcomes/motion-is-safe/methods/_template/background.md @@ -0,0 +1,17 @@ +--- +subtitle: Background +--- + +Coming soon + +### Bibliography + +- [Coming soon](https://) + +### Assumptions + +- [Coming soon](https://) + +### Accessibility Support + +Text diff --git a/how-to/outcomes/motion-is-safe/methods/_template/code-snippets.md b/how-to/outcomes/motion-is-safe/methods/_template/code-snippets.md new file mode 100644 index 0000000..eb56b89 --- /dev/null +++ b/how-to/outcomes/motion-is-safe/methods/_template/code-snippets.md @@ -0,0 +1,33 @@ +--- +subtitle: Code Snippets +--- + +### Passed + +#### Passed Example 1 + +Coming soon + +```html +Code snippet +``` + +### Failed + +#### Failed Example 1 + +Coming soon + +```html +Code snippet +``` + +### Inapplicable + +#### Inapplicable Example 1 + +Coming soon + +```html +Code snippet +``` diff --git a/how-to/outcomes/motion-is-safe/methods/_template/definitions.md b/how-to/outcomes/motion-is-safe/methods/_template/definitions.md new file mode 100644 index 0000000..93ee43b --- /dev/null +++ b/how-to/outcomes/motion-is-safe/methods/_template/definitions.md @@ -0,0 +1,5 @@ +--- +subtitle: Technical Definitions +--- + +Coming soon diff --git a/how-to/outcomes/motion-is-safe/methods/_template/index.md b/how-to/outcomes/motion-is-safe/methods/_template/index.md new file mode 100644 index 0000000..6af53a2 --- /dev/null +++ b/how-to/outcomes/motion-is-safe/methods/_template/index.md @@ -0,0 +1,22 @@ +--- +subtitle: Introduction +--- + +### Summary + +Coming soon + +
+
+
Platform:
+
Any platform supporting HTML
+
+
+
Technology:
+
HTML
+
+
+ +### How it solves user need + +Coming soon \ No newline at end of file diff --git a/how-to/outcomes/motion-is-safe/methods/_template/test.md b/how-to/outcomes/motion-is-safe/methods/_template/test.md new file mode 100644 index 0000000..08fd19a --- /dev/null +++ b/how-to/outcomes/motion-is-safe/methods/_template/test.md @@ -0,0 +1,13 @@ +--- +subtitle: Test +--- + +Coming soon + +### Applicability + +Coming soon + +### Expectation + +Coming soon diff --git a/how-to/outcomes/motion-is-safe/methods/methods.json b/how-to/outcomes/motion-is-safe/methods/methods.json new file mode 100644 index 0000000..f25a945 --- /dev/null +++ b/how-to/outcomes/motion-is-safe/methods/methods.json @@ -0,0 +1,3 @@ +{ + "type": "method" +} \ No newline at end of file diff --git a/how-to/outcomes/motion-is-safe/motion-is-safe.11tydata.js b/how-to/outcomes/motion-is-safe/motion-is-safe.11tydata.js new file mode 100644 index 0000000..baddaa9 --- /dev/null +++ b/how-to/outcomes/motion-is-safe/motion-is-safe.11tydata.js @@ -0,0 +1,3 @@ +module.exports = { + ...require('../../build/get-outcome')(__dirname) +} diff --git a/how-to/outcomes/motion-is-safe/outcome.json b/how-to/outcomes/motion-is-safe/outcome.json new file mode 100644 index 0000000..828e7a6 --- /dev/null +++ b/how-to/outcomes/motion-is-safe/outcome.json @@ -0,0 +1,5 @@ +{ + "index": 1, + "title": "Motion is safe", + "description": "Users are safe from the effects of continuous motion (actual, or perceived)." +} diff --git a/how-to/outcomes/motion-is-safe/resources.md b/how-to/outcomes/motion-is-safe/resources.md new file mode 100644 index 0000000..368fbda --- /dev/null +++ b/how-to/outcomes/motion-is-safe/resources.md @@ -0,0 +1,7 @@ +--- +title: Resources +--- + +## W3C Resources + +Coming soon diff --git a/how-to/outcomes/motion-is-safe/user-needs.md b/how-to/outcomes/motion-is-safe/user-needs.md new file mode 100644 index 0000000..ffda861 --- /dev/null +++ b/how-to/outcomes/motion-is-safe/user-needs.md @@ -0,0 +1,25 @@ +--- +title: User Needs +--- + +
+

{{ outcome.description }}

+
+ + +## Barriers Encountered + +* barrier +* barrier + +## Common User Needs + +* user needs that are common across different disabilities + +## Unique User Needs + +* user needs that may be in conflict with needs of other disability groups + +## Functional Needs + +* "Use with" lists from FAST (or in addition to the FAST document) diff --git a/how-to/outcomes/no-physical-movement/activities/activities.json b/how-to/outcomes/no-physical-movement/activities/activities.json new file mode 100644 index 0000000..aeadf6c --- /dev/null +++ b/how-to/outcomes/no-physical-movement/activities/activities.json @@ -0,0 +1,4 @@ +{ + "type": "activity", + "title": "Activity" +} \ No newline at end of file diff --git a/how-to/outcomes/no-physical-movement/activities/design.md b/how-to/outcomes/no-physical-movement/activities/design.md new file mode 100644 index 0000000..b0e47c2 --- /dev/null +++ b/how-to/outcomes/no-physical-movement/activities/design.md @@ -0,0 +1,5 @@ +--- +subtitle: Design +--- + +Coming soon diff --git a/how-to/outcomes/no-physical-movement/activities/develop.md b/how-to/outcomes/no-physical-movement/activities/develop.md new file mode 100644 index 0000000..e8a7da6 --- /dev/null +++ b/how-to/outcomes/no-physical-movement/activities/develop.md @@ -0,0 +1,5 @@ +--- +subtitle: Develop +--- + +Coming soon diff --git a/how-to/outcomes/no-physical-movement/activities/edit.md b/how-to/outcomes/no-physical-movement/activities/edit.md new file mode 100644 index 0000000..41c567a --- /dev/null +++ b/how-to/outcomes/no-physical-movement/activities/edit.md @@ -0,0 +1,5 @@ +--- +subtitle: Edit +--- + +Coming soon diff --git a/how-to/outcomes/no-physical-movement/activities/plan.md b/how-to/outcomes/no-physical-movement/activities/plan.md new file mode 100644 index 0000000..aa2a004 --- /dev/null +++ b/how-to/outcomes/no-physical-movement/activities/plan.md @@ -0,0 +1,5 @@ +--- +subtitle: Plan +--- + +Coming soon diff --git a/how-to/outcomes/no-physical-movement/activities/test.md b/how-to/outcomes/no-physical-movement/activities/test.md new file mode 100644 index 0000000..bae716a --- /dev/null +++ b/how-to/outcomes/no-physical-movement/activities/test.md @@ -0,0 +1,5 @@ +--- +layout: layout/test-activity.md +--- + + diff --git a/how-to/outcomes/no-physical-movement/examples.md b/how-to/outcomes/no-physical-movement/examples.md new file mode 100644 index 0000000..8b2264a --- /dev/null +++ b/how-to/outcomes/no-physical-movement/examples.md @@ -0,0 +1,5 @@ +--- +title: Examples +--- + +Coming soon diff --git a/how-to/outcomes/no-physical-movement/index.md b/how-to/outcomes/no-physical-movement/index.md new file mode 100644 index 0000000..eeb7edc --- /dev/null +++ b/how-to/outcomes/no-physical-movement/index.md @@ -0,0 +1,23 @@ +--- +title: Get Started +--- + +
+

{{ outcome.description }}

+
+ +## Summary + +Coming soon + +## Why + +Coming soon + +## Who it helps + +Coming soon + +## How + +Coming soon diff --git a/how-to/outcomes/no-physical-movement/methods.md b/how-to/outcomes/no-physical-movement/methods.md new file mode 100644 index 0000000..d2d86cc --- /dev/null +++ b/how-to/outcomes/no-physical-movement/methods.md @@ -0,0 +1,5 @@ +--- +layout: layout/methods.md +--- + + diff --git a/how-to/outcomes/no-physical-movement/methods/_template/_template.json b/how-to/outcomes/no-physical-movement/methods/_template/_template.json new file mode 100644 index 0000000..4de32bd --- /dev/null +++ b/how-to/outcomes/no-physical-movement/methods/_template/_template.json @@ -0,0 +1,8 @@ +{ + "method": { + "index": 1, + "title": "METHOD NAME (Also, rename this file)", + "slug": "method-directory-name", + "description": "METHOD DESCRIPTION" + } +} diff --git a/how-to/outcomes/no-physical-movement/methods/_template/background.md b/how-to/outcomes/no-physical-movement/methods/_template/background.md new file mode 100644 index 0000000..cb7ae9c --- /dev/null +++ b/how-to/outcomes/no-physical-movement/methods/_template/background.md @@ -0,0 +1,17 @@ +--- +subtitle: Background +--- + +Coming soon + +### Bibliography + +- [Coming soon](https://) + +### Assumptions + +- [Coming soon](https://) + +### Accessibility Support + +Text diff --git a/how-to/outcomes/no-physical-movement/methods/_template/code-snippets.md b/how-to/outcomes/no-physical-movement/methods/_template/code-snippets.md new file mode 100644 index 0000000..eb56b89 --- /dev/null +++ b/how-to/outcomes/no-physical-movement/methods/_template/code-snippets.md @@ -0,0 +1,33 @@ +--- +subtitle: Code Snippets +--- + +### Passed + +#### Passed Example 1 + +Coming soon + +```html +Code snippet +``` + +### Failed + +#### Failed Example 1 + +Coming soon + +```html +Code snippet +``` + +### Inapplicable + +#### Inapplicable Example 1 + +Coming soon + +```html +Code snippet +``` diff --git a/how-to/outcomes/no-physical-movement/methods/_template/definitions.md b/how-to/outcomes/no-physical-movement/methods/_template/definitions.md new file mode 100644 index 0000000..93ee43b --- /dev/null +++ b/how-to/outcomes/no-physical-movement/methods/_template/definitions.md @@ -0,0 +1,5 @@ +--- +subtitle: Technical Definitions +--- + +Coming soon diff --git a/how-to/outcomes/no-physical-movement/methods/_template/index.md b/how-to/outcomes/no-physical-movement/methods/_template/index.md new file mode 100644 index 0000000..6af53a2 --- /dev/null +++ b/how-to/outcomes/no-physical-movement/methods/_template/index.md @@ -0,0 +1,22 @@ +--- +subtitle: Introduction +--- + +### Summary + +Coming soon + +
+
+
Platform:
+
Any platform supporting HTML
+
+
+
Technology:
+
HTML
+
+
+ +### How it solves user need + +Coming soon \ No newline at end of file diff --git a/how-to/outcomes/no-physical-movement/methods/_template/test.md b/how-to/outcomes/no-physical-movement/methods/_template/test.md new file mode 100644 index 0000000..08fd19a --- /dev/null +++ b/how-to/outcomes/no-physical-movement/methods/_template/test.md @@ -0,0 +1,13 @@ +--- +subtitle: Test +--- + +Coming soon + +### Applicability + +Coming soon + +### Expectation + +Coming soon diff --git a/how-to/outcomes/no-physical-movement/methods/methods.json b/how-to/outcomes/no-physical-movement/methods/methods.json new file mode 100644 index 0000000..f25a945 --- /dev/null +++ b/how-to/outcomes/no-physical-movement/methods/methods.json @@ -0,0 +1,3 @@ +{ + "type": "method" +} \ No newline at end of file diff --git a/how-to/outcomes/no-physical-movement/no-physical-movement.11tydata.js b/how-to/outcomes/no-physical-movement/no-physical-movement.11tydata.js new file mode 100644 index 0000000..baddaa9 --- /dev/null +++ b/how-to/outcomes/no-physical-movement/no-physical-movement.11tydata.js @@ -0,0 +1,3 @@ +module.exports = { + ...require('../../build/get-outcome')(__dirname) +} diff --git a/how-to/outcomes/no-physical-movement/outcome.json b/how-to/outcomes/no-physical-movement/outcome.json new file mode 100644 index 0000000..2186895 --- /dev/null +++ b/how-to/outcomes/no-physical-movement/outcome.json @@ -0,0 +1,5 @@ +{ + "index": 5, + "title": "No physical movement required", + "description": "Users do not have to move in order to use content (example: turning head or looking up quickly)." +} diff --git a/how-to/outcomes/no-physical-movement/resources.md b/how-to/outcomes/no-physical-movement/resources.md new file mode 100644 index 0000000..368fbda --- /dev/null +++ b/how-to/outcomes/no-physical-movement/resources.md @@ -0,0 +1,7 @@ +--- +title: Resources +--- + +## W3C Resources + +Coming soon diff --git a/how-to/outcomes/no-physical-movement/user-needs.md b/how-to/outcomes/no-physical-movement/user-needs.md new file mode 100644 index 0000000..ffda861 --- /dev/null +++ b/how-to/outcomes/no-physical-movement/user-needs.md @@ -0,0 +1,25 @@ +--- +title: User Needs +--- + +
+

{{ outcome.description }}

+
+ + +## Barriers Encountered + +* barrier +* barrier + +## Common User Needs + +* user needs that are common across different disabilities + +## Unique User Needs + +* user needs that may be in conflict with needs of other disability groups + +## Functional Needs + +* "Use with" lists from FAST (or in addition to the FAST document) diff --git a/how-to/outcomes/safe-from-flashing/activities/activities.json b/how-to/outcomes/safe-from-flashing/activities/activities.json new file mode 100644 index 0000000..aeadf6c --- /dev/null +++ b/how-to/outcomes/safe-from-flashing/activities/activities.json @@ -0,0 +1,4 @@ +{ + "type": "activity", + "title": "Activity" +} \ No newline at end of file diff --git a/how-to/outcomes/safe-from-flashing/activities/design.md b/how-to/outcomes/safe-from-flashing/activities/design.md new file mode 100644 index 0000000..b0e47c2 --- /dev/null +++ b/how-to/outcomes/safe-from-flashing/activities/design.md @@ -0,0 +1,5 @@ +--- +subtitle: Design +--- + +Coming soon diff --git a/how-to/outcomes/safe-from-flashing/activities/develop.md b/how-to/outcomes/safe-from-flashing/activities/develop.md new file mode 100644 index 0000000..e8a7da6 --- /dev/null +++ b/how-to/outcomes/safe-from-flashing/activities/develop.md @@ -0,0 +1,5 @@ +--- +subtitle: Develop +--- + +Coming soon diff --git a/how-to/outcomes/safe-from-flashing/activities/edit.md b/how-to/outcomes/safe-from-flashing/activities/edit.md new file mode 100644 index 0000000..41c567a --- /dev/null +++ b/how-to/outcomes/safe-from-flashing/activities/edit.md @@ -0,0 +1,5 @@ +--- +subtitle: Edit +--- + +Coming soon diff --git a/how-to/outcomes/safe-from-flashing/activities/plan.md b/how-to/outcomes/safe-from-flashing/activities/plan.md new file mode 100644 index 0000000..aa2a004 --- /dev/null +++ b/how-to/outcomes/safe-from-flashing/activities/plan.md @@ -0,0 +1,5 @@ +--- +subtitle: Plan +--- + +Coming soon diff --git a/how-to/outcomes/safe-from-flashing/activities/test.md b/how-to/outcomes/safe-from-flashing/activities/test.md new file mode 100644 index 0000000..bae716a --- /dev/null +++ b/how-to/outcomes/safe-from-flashing/activities/test.md @@ -0,0 +1,5 @@ +--- +layout: layout/test-activity.md +--- + + diff --git a/how-to/outcomes/safe-from-flashing/examples.md b/how-to/outcomes/safe-from-flashing/examples.md new file mode 100644 index 0000000..8b2264a --- /dev/null +++ b/how-to/outcomes/safe-from-flashing/examples.md @@ -0,0 +1,5 @@ +--- +title: Examples +--- + +Coming soon diff --git a/how-to/outcomes/safe-from-flashing/index.md b/how-to/outcomes/safe-from-flashing/index.md new file mode 100644 index 0000000..eeb7edc --- /dev/null +++ b/how-to/outcomes/safe-from-flashing/index.md @@ -0,0 +1,23 @@ +--- +title: Get Started +--- + +
+

{{ outcome.description }}

+
+ +## Summary + +Coming soon + +## Why + +Coming soon + +## Who it helps + +Coming soon + +## How + +Coming soon diff --git a/how-to/outcomes/safe-from-flashing/methods.md b/how-to/outcomes/safe-from-flashing/methods.md new file mode 100644 index 0000000..d2d86cc --- /dev/null +++ b/how-to/outcomes/safe-from-flashing/methods.md @@ -0,0 +1,5 @@ +--- +layout: layout/methods.md +--- + + diff --git a/how-to/outcomes/safe-from-flashing/methods/_template/_template.json b/how-to/outcomes/safe-from-flashing/methods/_template/_template.json new file mode 100644 index 0000000..4de32bd --- /dev/null +++ b/how-to/outcomes/safe-from-flashing/methods/_template/_template.json @@ -0,0 +1,8 @@ +{ + "method": { + "index": 1, + "title": "METHOD NAME (Also, rename this file)", + "slug": "method-directory-name", + "description": "METHOD DESCRIPTION" + } +} diff --git a/how-to/outcomes/safe-from-flashing/methods/_template/background.md b/how-to/outcomes/safe-from-flashing/methods/_template/background.md new file mode 100644 index 0000000..cb7ae9c --- /dev/null +++ b/how-to/outcomes/safe-from-flashing/methods/_template/background.md @@ -0,0 +1,17 @@ +--- +subtitle: Background +--- + +Coming soon + +### Bibliography + +- [Coming soon](https://) + +### Assumptions + +- [Coming soon](https://) + +### Accessibility Support + +Text diff --git a/how-to/outcomes/safe-from-flashing/methods/_template/code-snippets.md b/how-to/outcomes/safe-from-flashing/methods/_template/code-snippets.md new file mode 100644 index 0000000..eb56b89 --- /dev/null +++ b/how-to/outcomes/safe-from-flashing/methods/_template/code-snippets.md @@ -0,0 +1,33 @@ +--- +subtitle: Code Snippets +--- + +### Passed + +#### Passed Example 1 + +Coming soon + +```html +Code snippet +``` + +### Failed + +#### Failed Example 1 + +Coming soon + +```html +Code snippet +``` + +### Inapplicable + +#### Inapplicable Example 1 + +Coming soon + +```html +Code snippet +``` diff --git a/how-to/outcomes/safe-from-flashing/methods/_template/definitions.md b/how-to/outcomes/safe-from-flashing/methods/_template/definitions.md new file mode 100644 index 0000000..93ee43b --- /dev/null +++ b/how-to/outcomes/safe-from-flashing/methods/_template/definitions.md @@ -0,0 +1,5 @@ +--- +subtitle: Technical Definitions +--- + +Coming soon diff --git a/how-to/outcomes/safe-from-flashing/methods/_template/index.md b/how-to/outcomes/safe-from-flashing/methods/_template/index.md new file mode 100644 index 0000000..6af53a2 --- /dev/null +++ b/how-to/outcomes/safe-from-flashing/methods/_template/index.md @@ -0,0 +1,22 @@ +--- +subtitle: Introduction +--- + +### Summary + +Coming soon + +
+
+
Platform:
+
Any platform supporting HTML
+
+
+
Technology:
+
HTML
+
+
+ +### How it solves user need + +Coming soon \ No newline at end of file diff --git a/how-to/outcomes/safe-from-flashing/methods/_template/test.md b/how-to/outcomes/safe-from-flashing/methods/_template/test.md new file mode 100644 index 0000000..08fd19a --- /dev/null +++ b/how-to/outcomes/safe-from-flashing/methods/_template/test.md @@ -0,0 +1,13 @@ +--- +subtitle: Test +--- + +Coming soon + +### Applicability + +Coming soon + +### Expectation + +Coming soon diff --git a/how-to/outcomes/safe-from-flashing/methods/methods.json b/how-to/outcomes/safe-from-flashing/methods/methods.json new file mode 100644 index 0000000..f25a945 --- /dev/null +++ b/how-to/outcomes/safe-from-flashing/methods/methods.json @@ -0,0 +1,3 @@ +{ + "type": "method" +} \ No newline at end of file diff --git a/how-to/outcomes/safe-from-flashing/outcome.json b/how-to/outcomes/safe-from-flashing/outcome.json new file mode 100644 index 0000000..ac50ba3 --- /dev/null +++ b/how-to/outcomes/safe-from-flashing/outcome.json @@ -0,0 +1,5 @@ +{ + "index": 2, + "title": "Safe from flashing", + "description": "Users are safe from physical reactions due to flashing and strobing (such as seizures or sudden dizziness)." +} diff --git a/how-to/outcomes/safe-from-flashing/resources.md b/how-to/outcomes/safe-from-flashing/resources.md new file mode 100644 index 0000000..368fbda --- /dev/null +++ b/how-to/outcomes/safe-from-flashing/resources.md @@ -0,0 +1,7 @@ +--- +title: Resources +--- + +## W3C Resources + +Coming soon diff --git a/how-to/outcomes/safe-from-flashing/safe-from-flashing.11tydata.js b/how-to/outcomes/safe-from-flashing/safe-from-flashing.11tydata.js new file mode 100644 index 0000000..baddaa9 --- /dev/null +++ b/how-to/outcomes/safe-from-flashing/safe-from-flashing.11tydata.js @@ -0,0 +1,3 @@ +module.exports = { + ...require('../../build/get-outcome')(__dirname) +} diff --git a/how-to/outcomes/safe-from-flashing/user-needs.md b/how-to/outcomes/safe-from-flashing/user-needs.md new file mode 100644 index 0000000..ffda861 --- /dev/null +++ b/how-to/outcomes/safe-from-flashing/user-needs.md @@ -0,0 +1,25 @@ +--- +title: User Needs +--- + +
+

{{ outcome.description }}

+
+ + +## Barriers Encountered + +* barrier +* barrier + +## Common User Needs + +* user needs that are common across different disabilities + +## Unique User Needs + +* user needs that may be in conflict with needs of other disability groups + +## Functional Needs + +* "Use with" lists from FAST (or in addition to the FAST document) diff --git a/how-to/outcomes/save-work/_template.11tydata.js b/how-to/outcomes/save-work/_template.11tydata.js new file mode 100644 index 0000000..baddaa9 --- /dev/null +++ b/how-to/outcomes/save-work/_template.11tydata.js @@ -0,0 +1,3 @@ +module.exports = { + ...require('../../build/get-outcome')(__dirname) +} diff --git a/how-to/outcomes/save-work/activities/activities.json b/how-to/outcomes/save-work/activities/activities.json new file mode 100644 index 0000000..aeadf6c --- /dev/null +++ b/how-to/outcomes/save-work/activities/activities.json @@ -0,0 +1,4 @@ +{ + "type": "activity", + "title": "Activity" +} \ No newline at end of file diff --git a/how-to/outcomes/save-work/activities/design.md b/how-to/outcomes/save-work/activities/design.md new file mode 100644 index 0000000..b0e47c2 --- /dev/null +++ b/how-to/outcomes/save-work/activities/design.md @@ -0,0 +1,5 @@ +--- +subtitle: Design +--- + +Coming soon diff --git a/how-to/outcomes/save-work/activities/develop.md b/how-to/outcomes/save-work/activities/develop.md new file mode 100644 index 0000000..e8a7da6 --- /dev/null +++ b/how-to/outcomes/save-work/activities/develop.md @@ -0,0 +1,5 @@ +--- +subtitle: Develop +--- + +Coming soon diff --git a/how-to/outcomes/save-work/activities/edit.md b/how-to/outcomes/save-work/activities/edit.md new file mode 100644 index 0000000..41c567a --- /dev/null +++ b/how-to/outcomes/save-work/activities/edit.md @@ -0,0 +1,5 @@ +--- +subtitle: Edit +--- + +Coming soon diff --git a/how-to/outcomes/save-work/activities/plan.md b/how-to/outcomes/save-work/activities/plan.md new file mode 100644 index 0000000..aa2a004 --- /dev/null +++ b/how-to/outcomes/save-work/activities/plan.md @@ -0,0 +1,5 @@ +--- +subtitle: Plan +--- + +Coming soon diff --git a/how-to/outcomes/save-work/activities/test.md b/how-to/outcomes/save-work/activities/test.md new file mode 100644 index 0000000..bae716a --- /dev/null +++ b/how-to/outcomes/save-work/activities/test.md @@ -0,0 +1,5 @@ +--- +layout: layout/test-activity.md +--- + + diff --git a/how-to/outcomes/save-work/examples.md b/how-to/outcomes/save-work/examples.md new file mode 100644 index 0000000..8b2264a --- /dev/null +++ b/how-to/outcomes/save-work/examples.md @@ -0,0 +1,5 @@ +--- +title: Examples +--- + +Coming soon diff --git a/how-to/outcomes/save-work/index.md b/how-to/outcomes/save-work/index.md new file mode 100644 index 0000000..eeb7edc --- /dev/null +++ b/how-to/outcomes/save-work/index.md @@ -0,0 +1,23 @@ +--- +title: Get Started +--- + +
+

{{ outcome.description }}

+
+ +## Summary + +Coming soon + +## Why + +Coming soon + +## Who it helps + +Coming soon + +## How + +Coming soon diff --git a/how-to/outcomes/save-work/methods.md b/how-to/outcomes/save-work/methods.md new file mode 100644 index 0000000..d2d86cc --- /dev/null +++ b/how-to/outcomes/save-work/methods.md @@ -0,0 +1,5 @@ +--- +layout: layout/methods.md +--- + + diff --git a/how-to/outcomes/save-work/methods/_template/_template.json b/how-to/outcomes/save-work/methods/_template/_template.json new file mode 100644 index 0000000..4de32bd --- /dev/null +++ b/how-to/outcomes/save-work/methods/_template/_template.json @@ -0,0 +1,8 @@ +{ + "method": { + "index": 1, + "title": "METHOD NAME (Also, rename this file)", + "slug": "method-directory-name", + "description": "METHOD DESCRIPTION" + } +} diff --git a/how-to/outcomes/save-work/methods/_template/background.md b/how-to/outcomes/save-work/methods/_template/background.md new file mode 100644 index 0000000..cb7ae9c --- /dev/null +++ b/how-to/outcomes/save-work/methods/_template/background.md @@ -0,0 +1,17 @@ +--- +subtitle: Background +--- + +Coming soon + +### Bibliography + +- [Coming soon](https://) + +### Assumptions + +- [Coming soon](https://) + +### Accessibility Support + +Text diff --git a/how-to/outcomes/save-work/methods/_template/code-snippets.md b/how-to/outcomes/save-work/methods/_template/code-snippets.md new file mode 100644 index 0000000..eb56b89 --- /dev/null +++ b/how-to/outcomes/save-work/methods/_template/code-snippets.md @@ -0,0 +1,33 @@ +--- +subtitle: Code Snippets +--- + +### Passed + +#### Passed Example 1 + +Coming soon + +```html +Code snippet +``` + +### Failed + +#### Failed Example 1 + +Coming soon + +```html +Code snippet +``` + +### Inapplicable + +#### Inapplicable Example 1 + +Coming soon + +```html +Code snippet +``` diff --git a/how-to/outcomes/save-work/methods/_template/definitions.md b/how-to/outcomes/save-work/methods/_template/definitions.md new file mode 100644 index 0000000..93ee43b --- /dev/null +++ b/how-to/outcomes/save-work/methods/_template/definitions.md @@ -0,0 +1,5 @@ +--- +subtitle: Technical Definitions +--- + +Coming soon diff --git a/how-to/outcomes/save-work/methods/_template/index.md b/how-to/outcomes/save-work/methods/_template/index.md new file mode 100644 index 0000000..6af53a2 --- /dev/null +++ b/how-to/outcomes/save-work/methods/_template/index.md @@ -0,0 +1,22 @@ +--- +subtitle: Introduction +--- + +### Summary + +Coming soon + +
+
+
Platform:
+
Any platform supporting HTML
+
+
+
Technology:
+
HTML
+
+
+ +### How it solves user need + +Coming soon \ No newline at end of file diff --git a/how-to/outcomes/save-work/methods/_template/test.md b/how-to/outcomes/save-work/methods/_template/test.md new file mode 100644 index 0000000..08fd19a --- /dev/null +++ b/how-to/outcomes/save-work/methods/_template/test.md @@ -0,0 +1,13 @@ +--- +subtitle: Test +--- + +Coming soon + +### Applicability + +Coming soon + +### Expectation + +Coming soon diff --git a/how-to/outcomes/save-work/methods/methods.json b/how-to/outcomes/save-work/methods/methods.json new file mode 100644 index 0000000..f25a945 --- /dev/null +++ b/how-to/outcomes/save-work/methods/methods.json @@ -0,0 +1,3 @@ +{ + "type": "method" +} \ No newline at end of file diff --git a/how-to/outcomes/save-work/outcome.json b/how-to/outcomes/save-work/outcome.json new file mode 100644 index 0000000..46df4c9 --- /dev/null +++ b/how-to/outcomes/save-work/outcome.json @@ -0,0 +1,5 @@ +{ + "index": 6, + "title": "OUTCOME NAME", + "description": "OUTCOME DESCRIPTION" +} diff --git a/how-to/outcomes/save-work/resources.md b/how-to/outcomes/save-work/resources.md new file mode 100644 index 0000000..368fbda --- /dev/null +++ b/how-to/outcomes/save-work/resources.md @@ -0,0 +1,7 @@ +--- +title: Resources +--- + +## W3C Resources + +Coming soon diff --git a/how-to/outcomes/save-work/user-needs.md b/how-to/outcomes/save-work/user-needs.md new file mode 100644 index 0000000..ffda861 --- /dev/null +++ b/how-to/outcomes/save-work/user-needs.md @@ -0,0 +1,25 @@ +--- +title: User Needs +--- + +
+

{{ outcome.description }}

+
+ + +## Barriers Encountered + +* barrier +* barrier + +## Common User Needs + +* user needs that are common across different disabilities + +## Unique User Needs + +* user needs that may be in conflict with needs of other disability groups + +## Functional Needs + +* "Use with" lists from FAST (or in addition to the FAST document)