Skip to content

Commit

Permalink
Add the Reference tag to some documents that lacked it
Browse files Browse the repository at this point in the history
  • Loading branch information
sideshowbarker committed May 12, 2022
1 parent 9c2a384 commit 606e245
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ tags:
- ARIA
- ARIA attribute
- ARIA property
- Reference
- aria-activedescendant
- NeedsExample
spec-urls:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ tags:
- ARIA
- ARIA attribute
- ARIA property
- Reference
- aria-atomic
- NeedsExample
spec-urls: https://w3c.github.io/aria/#aria-atomic
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ tags:
- ARIA
- ARIA attribute
- ARIA property
- Reference
- aria-autocomplete
- combobox
- searchbox
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ tags:
- ARIA
- ARIA attribute
- ARIA property
- Reference
- aria-braillelabel
spec-urls: https://w3c.github.io/aria/#aria-braillelabel
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ tags:
- ARIA
- ARIA attribute
- ARIA property
- Reference
- aria-brailleroledescription
spec-urls: https://w3c.github.io/aria/#aria-brailleroledescription
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ tags:
- Accessibility
- ARIA
- ARIA attribute
- Reference
- aria-busy
- aria live regions
- aria state
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ tags:
- ARIA
- ARIA attribute
- ARIA property
- Reference
- aria-checked
spec-urls:
- https://w3c.github.io/aria/#aria-checked
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ tags:
- ARIA
- ARIA attribute
- ARIA property
- Reference
- aria-colcount
spec-urls: https://w3c.github.io/aria/#aria-colcount
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ tags:
- ARIA
- ARIA attribute
- ARIA property
- Reference
- aria-colindextext
spec-urls: https://w3c.github.io/aria/#aria-colindextext
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ tags:
- ARIA
- ARIA attribute
- ARIA property
- Reference
- aria-colspan
spec-urls: https://w3c.github.io/aria/#aria-colspan
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ tags:
- ARIA
- ARIA attribute
- ARIA property
- Reference
- aria-controls
spec-urls: https://w3c.github.io/aria/#aria-controls
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ tags:
- ARIA
- ARIA attribute
- ARIA property
- Reference
- aria-current
spec-urls: https://w3c.github.io/aria/#aria-current
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ tags:
- ARIA
- ARIA attribute
- ARIA property
- Reference
- aria-dropeffect
- drag and drop
- deprecated
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ tags:
- ARIA
- ARIA attribute
- ARIA property
- Reference
- aria-expanded
spec-urls: https://w3c.github.io/aria/#aria-expanded
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ tags:
- ARIA
- ARIA attribute
- ARIA property
- Reference
- aria-keyshortcuts
spec-urls:
- https://w3c.github.io/aria/#aria-keyshortcuts
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ tags:
- ARIA
- Accessibility
- Meter
- Reference
- Web Development
spec-urls: https://www.w3.org/TR/wai-aria-1.2/#meter
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tags:
- document structure role
- Accessibility
- ARIA role
- reference
- Reference
spec-urls: https://w3c.github.io/aria/#rowgroup
---
An element with `role="rowgroup"` is a group of [rows](/en-US/docs/Web/Accessibility/ARIA/Roles/row_role) within a tabular structure. A `rowgroup` contains one or more rows of [cells](/en-US/docs/Web/Accessibility/ARIA/Roles/cell_role), [grid cells](/en-US/docs/Web/Accessibility/ARIA/Roles/gridcell_role), [column headers](/en-US/docs/Web/Accessibility/ARIA/Roles/columnheader_role), or [row headers](/en-US/docs/Web/Accessibility/ARIA/Roles/rowheader_role) within a [`grid`](/en-US/docs/Web/Accessibility/ARIA/Roles/grid_role), [`table`](/en-US/docs/Web/Accessibility/ARIA/Roles/table_role) or [`treegrid`](/en-US/docs/Web/Accessibility/ARIA/Roles/treegrid_role).
Expand Down

0 comments on commit 606e245

Please sign in to comment.