Skip to content

Commit 90e8c07

Browse files
authored
Remove howto: true in advance of revamped how-to structure (#331)
1 parent 638eec7 commit 90e8c07

File tree

10 files changed

+2
-11
lines changed

10 files changed

+2
-11
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,11 @@ These are available to multiple data types, as specified in each respective sect
7676

7777
- `children` - A list containing every slug found under a parent entry's corresponding subdirectory,
7878
in the order they are intended to be listed in the document
79-
- `howto` - Optional boolean or string indicating the presence of a howto page
79+
- `howto` - *Deprecated* Optional boolean or string indicating the presence of a howto page
8080
for the given guideline or requirement
8181
- `true` indicates the slug to reach the howto is consistent with the folder and filename of the current file
8282
- A string value indicates an exact slug
83-
- This is likely to change when the howto documentation is revisited
83+
- *This should currently be avoided until the informative documentation is revisited*
8484
- `status` - Optional string: one of the status indicators outlined in the Explainer (in lowercase)
8585
- `title` - Optional title of the guideline, requirement, or term
8686
- If unspecified, this will be derived from the slug,

guidelines/groups/image-and-media-alternatives/image-alternatives.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ children:
77
- image-type
88
- editable-alternatives
99
- style-guide
10-
howto: true
1110
---
1211

1312
Users have equivalent alternatives for images.

guidelines/groups/image-and-media-alternatives/image-alternatives/decorative-image.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
howto: true
32
status: developing
43
type: foundational
54
---

guidelines/groups/image-and-media-alternatives/image-alternatives/detectable-image.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
howto: true
32
status: developing
43
type: foundational
54
---

guidelines/groups/image-and-media-alternatives/image-alternatives/equivalent-text-alternative.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
howto: true
32
status: developing
43
type: foundational
54
---

guidelines/groups/interactive-components/keyboard-focus-appearance/custom-indicator.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
howto: true
32
status: developing
43
type: foundational
54
---

guidelines/groups/interactive-components/keyboard-focus-appearance/user-agent-default-indicator.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
howto: true
32
status: developing
43
type: foundational
54
---

guidelines/groups/text-and-wording/clear-meaning.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
children:
33
- detectable-text
44
- unambiguous-text
5-
howto: true
65
status: developing
76
---
87

guidelines/groups/text-and-wording/clear-meaning/detectable-text.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
howto: true
32
type: foundational
43
---
54

guidelines/groups/text-and-wording/clear-meaning/unambiguous-text.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
howto: true
32
type: foundational
43
---
54

0 commit comments

Comments
 (0)