-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add how-to pages for error notification
- Loading branch information
1 parent
bd2ee8f
commit 15bed7a
Showing
80 changed files
with
945 additions
and
0 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
how-to/outcomes/error-notifications-described/activities/activities.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"type": "activity", | ||
"title": "Activity" | ||
} |
5 changes: 5 additions & 0 deletions
5
how-to/outcomes/error-notifications-described/activities/design.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
subtitle: Design | ||
--- | ||
|
||
Coming soon |
5 changes: 5 additions & 0 deletions
5
how-to/outcomes/error-notifications-described/activities/develop.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
subtitle: Develop | ||
--- | ||
|
||
Coming soon |
5 changes: 5 additions & 0 deletions
5
how-to/outcomes/error-notifications-described/activities/edit.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
subtitle: Edit | ||
--- | ||
|
||
Coming soon |
5 changes: 5 additions & 0 deletions
5
how-to/outcomes/error-notifications-described/activities/plan.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
subtitle: Plan | ||
--- | ||
|
||
Coming soon |
5 changes: 5 additions & 0 deletions
5
how-to/outcomes/error-notifications-described/activities/test.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
layout: layout/test-activity.md | ||
--- | ||
|
||
<!-- Leave this empty --> |
3 changes: 3 additions & 0 deletions
3
how-to/outcomes/error-notifications-described/error-notifications-described.11tydata.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
module.exports = { | ||
...require('../../build/get-outcome')(__dirname) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
title: Examples | ||
--- | ||
|
||
Coming soon |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
title: Get Started | ||
--- | ||
|
||
<div class="normative"> | ||
<p>{{ outcome.description }}</p> | ||
</div> | ||
|
||
## Summary | ||
|
||
Coming soon | ||
|
||
## Why | ||
|
||
Coming soon | ||
|
||
## Who it helps | ||
|
||
Coming soon | ||
|
||
## How | ||
|
||
Coming soon |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
layout: layout/methods.md | ||
--- | ||
|
||
<!-- Leave this empty --> |
17 changes: 17 additions & 0 deletions
17
...comes/error-notifications-described/methods/clear-language-errors/background.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
subtitle: Background | ||
--- | ||
|
||
Coming soon | ||
|
||
### Bibliography | ||
|
||
- [Coming soon](https://) | ||
|
||
### Assumptions | ||
|
||
- [Coming soon](https://) | ||
|
||
### Accessibility Support | ||
|
||
Coming soon |
8 changes: 8 additions & 0 deletions
8
...es/error-notifications-described/methods/clear-language-errors/clear-language-errors.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"method": { | ||
"index": 1, | ||
"title": "Explain the error in clear language", | ||
"slug": "clear-language-errors", | ||
"description": "" | ||
} | ||
} |
33 changes: 33 additions & 0 deletions
33
...es/error-notifications-described/methods/clear-language-errors/code-snippets.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
``` |
5 changes: 5 additions & 0 deletions
5
...omes/error-notifications-described/methods/clear-language-errors/definitions.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
subtitle: Technical Definitions | ||
--- | ||
|
||
Coming soon |
26 changes: 26 additions & 0 deletions
26
...o/outcomes/error-notifications-described/methods/clear-language-errors/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
subtitle: Introduction | ||
--- | ||
|
||
* Discussion of how to handle a situation where there is only one Method. We agreed that if there are multiple methods, we can articulate which combinations of methods are satisfactory to meet the outcome, or it can be one outcome, one method. | ||
|
||
* When creating outcomes, there is an ongoing question about when to break apart outcomes and when to combine related requirements. The advantage of breaking outcomes apart is that separate outcomes raise awareness of needs and ensure critical parts are not hidden at lower levels of documentation. The disadvantage of creating separate outcomes is the sheer number of resulting outcomes which may feel overwhelming. Groups should remain aware of this tension and document the rationale for breaking outcomes apart. Conversely, combining outcomes as “outcome A and outcome B” may result in outcome B being overlooked | ||
|
||
### Summary | ||
|
||
Coming soon | ||
|
||
<dl class="method-card"> | ||
<div> | ||
<dt>Platform:</dt> | ||
<dd>Any platform supporting HTML</dd> | ||
</div> | ||
<div> | ||
<dt>Technology:</dt> | ||
<dd>HTML</dd> | ||
</div> | ||
</dl> | ||
|
||
### How it solves user need | ||
|
||
Coming soon |
17 changes: 17 additions & 0 deletions
17
...to/outcomes/error-notifications-described/methods/clear-language-errors/test.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
subtitle: Test | ||
--- | ||
|
||
1. Identify the type of error that has occurred | ||
|
||
2. Identify where the error has occurred | ||
|
||
3. The error message is written in clear language or has a link to a clear language explanation. “Error 10752” is a fail. | ||
|
||
### Applicability | ||
|
||
Coming soon | ||
|
||
### Expectation | ||
|
||
Coming soon |
3 changes: 3 additions & 0 deletions
3
how-to/outcomes/error-notifications-described/methods/methods.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"type": "method" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"index": 0, | ||
"title": "Notifications describe errors", | ||
"description": "Provides a clear message describing the error so users understand the cause of the error." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: Resources | ||
--- | ||
|
||
## W3C Resources | ||
|
||
Coming soon |
38 changes: 38 additions & 0 deletions
38
how-to/outcomes/error-notifications-described/user-needs.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
--- | ||
title: User Needs | ||
--- | ||
|
||
<div class="normative"> | ||
<p>{{ outcome.description }}</p> | ||
</div> | ||
|
||
## Barriers Encountered | ||
|
||
* No description of cause of error | ||
* Unhelpful description of cause of error error | ||
* Error description that is not understandable (e.g., not clear) | ||
|
||
## Common User Needs | ||
|
||
* Error message describes the error: User needs an error message describing the error so they know what went wrong. | ||
|
||
## Unique User Needs | ||
|
||
* N/A | ||
|
||
## Functional Needs | ||
|
||
* Essential | ||
* Sensory - Vision and Visual | ||
* Sensory - Sensory Intersections | ||
* Cognitive - Attention | ||
* Cognitive - Language and Literacy | ||
* Cognitive - Learning | ||
* Cognitive - Memory | ||
* Cognitive - Executive | ||
* Cognitive - Mental Health | ||
* Cognitive - Cognitive and Sensory Intersections | ||
* Independence | ||
* Physical - Mobility | ||
* Physical - Motor | ||
* Physical & Sensory Intersections |
4 changes: 4 additions & 0 deletions
4
how-to/outcomes/error-notifications-provided/activities/activities.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"type": "activity", | ||
"title": "Activity" | ||
} |
5 changes: 5 additions & 0 deletions
5
how-to/outcomes/error-notifications-provided/activities/design.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
subtitle: Design | ||
--- | ||
|
||
Coming soon |
5 changes: 5 additions & 0 deletions
5
how-to/outcomes/error-notifications-provided/activities/develop.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
subtitle: Develop | ||
--- | ||
|
||
Coming soon |
5 changes: 5 additions & 0 deletions
5
how-to/outcomes/error-notifications-provided/activities/edit.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
subtitle: Edit | ||
--- | ||
|
||
Coming soon |
5 changes: 5 additions & 0 deletions
5
how-to/outcomes/error-notifications-provided/activities/plan.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
subtitle: Plan | ||
--- | ||
|
||
Coming soon |
5 changes: 5 additions & 0 deletions
5
how-to/outcomes/error-notifications-provided/activities/test.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
layout: layout/test-activity.md | ||
--- | ||
|
||
<!-- Leave this empty --> |
3 changes: 3 additions & 0 deletions
3
how-to/outcomes/error-notifications-provided/error-notifications-provided.11tydata.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
module.exports = { | ||
...require('../../build/get-outcome')(__dirname) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
title: Examples | ||
--- | ||
|
||
Coming soon |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
title: Get Started | ||
--- | ||
|
||
<div class="normative"> | ||
<p>{{ outcome.description }}</p> | ||
</div> | ||
|
||
## Summary | ||
|
||
Coming soon | ||
|
||
## Why | ||
|
||
Coming soon | ||
|
||
## Who it helps | ||
|
||
Coming soon | ||
|
||
## How | ||
|
||
Coming soon |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
layout: layout/methods.md | ||
--- | ||
|
||
<!-- Leave this empty --> |
17 changes: 17 additions & 0 deletions
17
...-notifications-provided/methods/discernable-consistent-accessible/background.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
subtitle: Background | ||
--- | ||
|
||
Coming soon | ||
|
||
### Bibliography | ||
|
||
- [Coming soon](https://) | ||
|
||
### Assumptions | ||
|
||
- [Coming soon](https://) | ||
|
||
### Accessibility Support | ||
|
||
Coming soon |
33 changes: 33 additions & 0 deletions
33
...tifications-provided/methods/discernable-consistent-accessible/code-snippets.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
``` |
5 changes: 5 additions & 0 deletions
5
...notifications-provided/methods/discernable-consistent-accessible/definitions.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
subtitle: Technical Definitions | ||
--- | ||
|
||
Coming soon |
8 changes: 8 additions & 0 deletions
8
...provided/methods/discernable-consistent-accessible/discernable-consistent-accessible.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"method": { | ||
"index": 1, | ||
"title": "Error messages need to be discernible, consistent, and accessible", | ||
"slug": "discernable-consistent-accessible", | ||
"description": "" | ||
} | ||
} |
Oops, something went wrong.