@skyux/popovers 7.6.0 → 7.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -133,7 +133,7 @@ class SkyDropdownItemComponent {
133
133
  * [to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility)
134
134
  * by indicating how the item functions and what it controls. For information about
135
135
  * how an ARIA role indicates what an item represents on a web page, see the
136
- * [WAI-ARIA roles model](https://www.w3.org/WAI/PF/aria/roles).
136
+ * [WAI-ARIA roles model](https://www.w3.org/WAI/PF/aria/#roles).
137
137
  * @default "menuitem"
138
138
  */
139
139
  set ariaRole(value) {
@@ -593,7 +593,7 @@ class SkyDropdownMenuComponent {
593
593
  * by indicating how the dropdown menu functions and what it controls. The dropdown button
594
594
  * inherits this value to set its `aria-haspopup` property. For information
595
595
  * about how an ARIA role indicates what an item represents on a web page, see the
596
- * [WAI-ARIA roles model](https://www.w3.org/WAI/PF/aria/roles).
596
+ * [WAI-ARIA roles model](https://www.w3.org/WAI/PF/aria/#roles).
597
597
  * @default "menu"
598
598
  */
599
599
  set ariaRole(value) {