@patternfly/patternfly 5.0.0-alpha.13 → 5.0.0-alpha.18

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.
Files changed (177) hide show
  1. package/assets/pficon/pficon.woff +0 -0
  2. package/assets/pficon/pficon.woff2 +0 -0
  3. package/components/Accordion/accordion.css +2 -0
  4. package/components/Accordion/accordion.scss +2 -0
  5. package/components/AppLauncher/app-launcher.css +2 -0
  6. package/components/AppLauncher/app-launcher.scss +2 -0
  7. package/components/Breadcrumb/breadcrumb.css +2 -0
  8. package/components/Breadcrumb/breadcrumb.scss +2 -0
  9. package/components/ContextSelector/context-selector.css +5 -1
  10. package/components/ContextSelector/context-selector.scss +6 -2
  11. package/components/DataList/data-list.css +2 -1
  12. package/components/DataList/data-list.scss +2 -1
  13. package/components/Drawer/drawer.css +13 -13
  14. package/components/Dropdown/dropdown.css +12 -10
  15. package/components/Dropdown/dropdown.scss +2 -0
  16. package/components/ExpandableSection/expandable-section.css +2 -0
  17. package/components/ExpandableSection/expandable-section.scss +2 -0
  18. package/components/Label/label.css +2 -0
  19. package/components/Label/label.scss +2 -0
  20. package/components/Login/login.css +1 -1
  21. package/components/Menu/menu.css +2 -0
  22. package/components/Menu/menu.scss +2 -0
  23. package/components/MenuToggle/menu-toggle.css +2 -0
  24. package/components/MenuToggle/menu-toggle.scss +2 -0
  25. package/components/Page/page.css +60 -60
  26. package/components/Pagination/pagination.css +2 -2
  27. package/components/SearchInput/search-input.css +2 -0
  28. package/components/SearchInput/search-input.scss +2 -0
  29. package/components/Table/table-grid.css +28 -28
  30. package/components/Table/table-tree-view.css +4 -4
  31. package/components/TextInputGroup/text-input-group.css +4 -2
  32. package/components/TextInputGroup/text-input-group.scss +4 -3
  33. package/components/Toolbar/toolbar.css +35 -35
  34. package/components/TreeView/tree-view.css +7 -15
  35. package/components/TreeView/tree-view.scss +7 -18
  36. package/components/Wizard/wizard.css +2 -0
  37. package/components/Wizard/wizard.scss +2 -0
  38. package/docs/components/AboutModalBox/examples/AboutModalBox.md +13 -13
  39. package/docs/components/Accordion/examples/Accordion.md +12 -12
  40. package/docs/components/ActionList/examples/ActionList.md +6 -6
  41. package/docs/components/Alert/examples/Alert.md +19 -19
  42. package/docs/components/AlertGroup/examples/AlertGroup.md +12 -12
  43. package/docs/components/AppLauncher/examples/application-launcher.md +51 -46
  44. package/docs/components/Avatar/examples/Avatar.md +11 -11
  45. package/docs/components/BackToTop/examples/BackToTop.md +4 -4
  46. package/docs/components/Backdrop/examples/Backdrop.md +4 -4
  47. package/docs/components/BackgroundImage/examples/BackgroundImage.md +4 -4
  48. package/docs/components/Badge/examples/Badge.md +5 -5
  49. package/docs/components/Banner/examples/Banner.md +8 -8
  50. package/docs/components/Brand/examples/Brand.md +9 -9
  51. package/docs/components/Breadcrumb/examples/Breadcrumb.md +20 -20
  52. package/docs/components/Button/examples/Button.md +35 -35
  53. package/docs/components/CalendarMonth/examples/CalendarMonth.md +32 -32
  54. package/docs/components/Card/examples/Card.md +27 -27
  55. package/docs/components/Check/examples/Check.md +13 -13
  56. package/docs/components/Chip/examples/Chip.md +13 -13
  57. package/docs/components/ChipGroup/examples/ChipGroup.md +15 -15
  58. package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +22 -22
  59. package/docs/components/CodeBlock/examples/CodeBlock.md +9 -9
  60. package/docs/components/CodeEditor/examples/CodeEditor.md +56 -33
  61. package/docs/components/Content/examples/Content.md +10 -10
  62. package/docs/components/ContextSelector/examples/context-selector.css +5 -1
  63. package/docs/components/ContextSelector/examples/context-selector.md +86 -80
  64. package/docs/components/DataList/examples/DataList.md +83 -83
  65. package/docs/components/DatePicker/examples/DatePicker.md +10 -10
  66. package/docs/components/DescriptionList/examples/DescriptionList.md +24 -24
  67. package/docs/components/Divider/examples/Divider.md +10 -10
  68. package/docs/components/DragDrop/examples/DragDrop.md +5 -5
  69. package/docs/components/Drawer/examples/Drawer.md +43 -43
  70. package/docs/components/Dropdown/examples/Dropdown.css +5 -2
  71. package/docs/components/Dropdown/examples/Dropdown.md +50 -50
  72. package/docs/components/DualListSelector/examples/DualListSelector.md +201 -197
  73. package/docs/components/EmptyState/examples/EmptyState.md +19 -19
  74. package/docs/components/ExpandableSection/examples/ExpandableSection.md +23 -23
  75. package/docs/components/FileUpload/examples/FileUpload.md +8 -8
  76. package/docs/components/Form/examples/Form.md +64 -64
  77. package/docs/components/FormControl/examples/FormControl.md +20 -20
  78. package/docs/components/HelperText/examples/HelperText.md +12 -12
  79. package/docs/components/Hint/examples/Hint.md +7 -7
  80. package/docs/components/Icon/examples/Icon.md +10 -10
  81. package/docs/components/InlineEdit/examples/InlineEdit.md +24 -24
  82. package/docs/components/InputGroup/examples/InputGroup.md +10 -10
  83. package/docs/components/JumpLinks/examples/JumpLinks.md +35 -35
  84. package/docs/components/Label/examples/Label.md +31 -31
  85. package/docs/components/LabelGroup/examples/LabelGroup.md +22 -22
  86. package/docs/components/List/examples/List.md +18 -18
  87. package/docs/components/LogViewer/examples/LogViewer.md +69 -69
  88. package/docs/components/Login/examples/Login.md +32 -32
  89. package/docs/components/Masthead/examples/masthead.md +9 -9
  90. package/docs/components/Menu/examples/Menu.md +81 -79
  91. package/docs/components/MenuToggle/examples/MenuToggle.md +24 -24
  92. package/docs/components/ModalBox/examples/ModalBox.md +35 -35
  93. package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +25 -25
  94. package/docs/components/Nav/examples/Navigation.md +69 -69
  95. package/docs/components/NotificationBadge/examples/NotificationBadge.md +8 -8
  96. package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +44 -44
  97. package/docs/components/NumberInput/examples/NumberInput.md +12 -12
  98. package/docs/components/OptionsMenu/examples/options-menu.md +27 -28
  99. package/docs/components/OverflowMenu/examples/overflow-menu.md +25 -25
  100. package/docs/components/Page/examples/Page.md +54 -54
  101. package/docs/components/Pagination/examples/Pagination.md +27 -27
  102. package/docs/components/Panel/examples/Panel.md +10 -10
  103. package/docs/components/Popover/examples/Popover.md +34 -34
  104. package/docs/components/Progress/examples/Progress.md +31 -31
  105. package/docs/components/ProgressStepper/examples/ProgressStepper.md +45 -38
  106. package/docs/components/Radio/examples/Radio.md +11 -11
  107. package/docs/components/SearchInput/examples/SearchInput.md +34 -34
  108. package/docs/components/Select/examples/Select.md +143 -143
  109. package/docs/components/Sidebar/examples/Sidebar.md +14 -14
  110. package/docs/components/SimpleList/examples/SimpleList.md +15 -15
  111. package/docs/components/Skeleton/examples/Skeleton.md +8 -8
  112. package/docs/components/SkipToContent/examples/SkipToContent.md +5 -5
  113. package/docs/components/Slider/examples/Slider.md +24 -24
  114. package/docs/components/Spinner/examples/Spinner.md +24 -24
  115. package/docs/components/Switch/examples/Switch.md +19 -19
  116. package/docs/components/TabContent/examples/TabContent.md +13 -13
  117. package/docs/components/Table/examples/Table.md +155 -155
  118. package/docs/components/Tabs/examples/Tabs.md +47 -47
  119. package/docs/components/TextInputGroup/examples/TextInputGroup.md +19 -19
  120. package/docs/components/Tile/examples/Tile.md +15 -15
  121. package/docs/components/Timestamp/examples/Timestamp.md +5 -5
  122. package/docs/components/Title/examples/Title.md +17 -17
  123. package/docs/components/ToggleGroup/examples/toggle-group.md +13 -13
  124. package/docs/components/Toolbar/examples/Toolbar.md +113 -113
  125. package/docs/components/Tooltip/examples/Tooltip.md +10 -10
  126. package/docs/components/TreeView/examples/TreeView.md +34 -34
  127. package/docs/components/Truncate/examples/Truncate.md +4 -4
  128. package/docs/components/Wizard/examples/Wizard.md +59 -59
  129. package/docs/demos/AboutModal/examples/AboutModal.md +4 -4
  130. package/docs/demos/Alert/examples/Alert.md +13 -13
  131. package/docs/demos/BackToTop/examples/BackToTop.md +4 -4
  132. package/docs/demos/Banner/examples/Banner.md +8 -8
  133. package/docs/demos/Card/examples/Card.md +7 -7
  134. package/docs/demos/CardView/examples/CardView.md +7 -7
  135. package/docs/demos/ContextSelector/examples/ContextSelector.md +18 -18
  136. package/docs/demos/Dashboard/examples/Dashboard.md +9 -5
  137. package/docs/demos/DataList/examples/DataList.md +22 -22
  138. package/docs/demos/DescriptionList/examples/DescriptionList.md +12 -12
  139. package/docs/demos/Drawer/examples/Drawer.md +20 -20
  140. package/docs/demos/HelperText/examples/HelperText.md +8 -8
  141. package/docs/demos/JumpLinks/examples/JumpLinks.md +28 -28
  142. package/docs/demos/Masthead/examples/Masthead.md +29 -29
  143. package/docs/demos/Modal/examples/Modal.md +24 -24
  144. package/docs/demos/Nav/examples/Nav.md +47 -47
  145. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +40 -28
  146. package/docs/demos/Page/examples/Page.md +36 -36
  147. package/docs/demos/PasswordStrength/examples/PasswordStrength.md +32 -32
  148. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +36 -36
  149. package/docs/demos/Skeleton/examples/Skeleton.md +4 -4
  150. package/docs/demos/Table/examples/Table.md +78 -78
  151. package/docs/demos/Tabs/examples/Tabs.md +25 -25
  152. package/docs/demos/Toolbar/examples/Toolbar.md +16 -16
  153. package/docs/demos/Wizard/examples/Wizard.md +54 -54
  154. package/docs/layouts/Bullseye/examples/Bullseye.md +4 -4
  155. package/docs/layouts/Flex/examples/Flex.md +98 -98
  156. package/docs/layouts/Gallery/examples/Gallery.md +7 -7
  157. package/docs/layouts/Grid/examples/Grid.md +9 -9
  158. package/docs/layouts/Level/examples/Level.md +5 -5
  159. package/docs/layouts/Split/examples/Split.md +7 -7
  160. package/docs/layouts/Stack/examples/Stack.md +6 -6
  161. package/docs/utilities/Accessibility/examples/Accessibility.md +4 -4
  162. package/docs/utilities/Alignment/examples/Alignment.md +6 -6
  163. package/docs/utilities/BackgroundColor/examples/BackgroundColor.md +12 -12
  164. package/docs/utilities/BoxShadow/examples/box-shadow.md +22 -22
  165. package/docs/utilities/Display/examples/Display.md +11 -11
  166. package/docs/utilities/Flex/examples/Flex.md +34 -34
  167. package/docs/utilities/Float/examples/Float.md +4 -4
  168. package/docs/utilities/Sizing/examples/Sizing.md +50 -50
  169. package/docs/utilities/Spacing/examples/Spacing.md +34 -34
  170. package/docs/utilities/Text/examples/Text.md +27 -27
  171. package/icons/{pf-icons.json → pf-icons.mjs} +1 -1
  172. package/layouts/Grid/grid.css +5 -5
  173. package/package.json +56 -61
  174. package/patternfly-no-reset.css +196 -177
  175. package/patternfly.css +196 -177
  176. package/patternfly.min.css +1 -1
  177. package/patternfly.min.css.map +1 -1
@@ -46,13 +46,13 @@ wrapperTag: div
46
46
  <div class="pf-c-wizard__outer-wrap">
47
47
  <div class="pf-c-wizard__inner-wrap">
48
48
  <nav class="pf-c-wizard__nav" aria-label="Steps">
49
- <ol class="pf-c-wizard__nav-list">
49
+ <ol class="pf-c-wizard__nav-list" role="list">
50
50
  <li class="pf-c-wizard__nav-item">
51
51
  <button class="pf-c-wizard__nav-link">Information</button>
52
52
  </li>
53
53
  <li class="pf-c-wizard__nav-item">
54
54
  <button class="pf-c-wizard__nav-link pf-m-current">Configuration</button>
55
- <ol class="pf-c-wizard__nav-list">
55
+ <ol class="pf-c-wizard__nav-list" role="list">
56
56
  <li class="pf-c-wizard__nav-item">
57
57
  <button class="pf-c-wizard__nav-link">Substep A</button>
58
58
  </li>
@@ -252,13 +252,13 @@ wrapperTag: div
252
252
  <div class="pf-c-wizard__outer-wrap">
253
253
  <div class="pf-c-wizard__inner-wrap">
254
254
  <nav class="pf-c-wizard__nav pf-m-expanded" aria-label="Steps">
255
- <ol class="pf-c-wizard__nav-list">
255
+ <ol class="pf-c-wizard__nav-list" role="list">
256
256
  <li class="pf-c-wizard__nav-item">
257
257
  <button class="pf-c-wizard__nav-link">Information</button>
258
258
  </li>
259
259
  <li class="pf-c-wizard__nav-item">
260
260
  <button class="pf-c-wizard__nav-link pf-m-current">Configuration</button>
261
- <ol class="pf-c-wizard__nav-list">
261
+ <ol class="pf-c-wizard__nav-list" role="list">
262
262
  <li class="pf-c-wizard__nav-item">
263
263
  <button class="pf-c-wizard__nav-link">Substep A</button>
264
264
  </li>
@@ -458,13 +458,13 @@ wrapperTag: div
458
458
  <div class="pf-c-wizard__outer-wrap">
459
459
  <div class="pf-c-wizard__inner-wrap">
460
460
  <nav class="pf-c-wizard__nav" aria-label="Steps">
461
- <ol class="pf-c-wizard__nav-list">
461
+ <ol class="pf-c-wizard__nav-list" role="list">
462
462
  <li class="pf-c-wizard__nav-item">
463
463
  <button class="pf-c-wizard__nav-link">Information</button>
464
464
  </li>
465
465
  <li class="pf-c-wizard__nav-item">
466
466
  <button class="pf-c-wizard__nav-link pf-m-current">Configuration</button>
467
- <ol class="pf-c-wizard__nav-list">
467
+ <ol class="pf-c-wizard__nav-list" role="list">
468
468
  <li class="pf-c-wizard__nav-item">
469
469
  <button class="pf-c-wizard__nav-link">Substep A</button>
470
470
  </li>
@@ -712,7 +712,7 @@ wrapperTag: div
712
712
  <div class="pf-c-wizard__outer-wrap">
713
713
  <div class="pf-c-wizard__inner-wrap">
714
714
  <nav class="pf-c-wizard__nav" aria-label="Steps">
715
- <ol class="pf-c-wizard__nav-list">
715
+ <ol class="pf-c-wizard__nav-list" role="list">
716
716
  <li class="pf-c-wizard__nav-item">
717
717
  <button
718
718
  class="pf-c-wizard__nav-link pf-m-current"
@@ -728,7 +728,7 @@ wrapperTag: div
728
728
  </span>
729
729
  </span>
730
730
  </button>
731
- <ol class="pf-c-wizard__nav-list">
731
+ <ol class="pf-c-wizard__nav-list" role="list">
732
732
  <li class="pf-c-wizard__nav-item">
733
733
  <button class="pf-c-wizard__nav-link">Substep A</button>
734
734
  </li>
@@ -946,7 +946,7 @@ wrapperTag: div
946
946
  <div class="pf-c-wizard__outer-wrap">
947
947
  <div class="pf-c-wizard__inner-wrap">
948
948
  <nav class="pf-c-wizard__nav" aria-label="Steps">
949
- <ol class="pf-c-wizard__nav-list">
949
+ <ol class="pf-c-wizard__nav-list" role="list">
950
950
  <li class="pf-c-wizard__nav-item">
951
951
  <button class="pf-c-wizard__nav-link">Information</button>
952
952
  </li>
@@ -962,7 +962,7 @@ wrapperTag: div
962
962
  </span>
963
963
  </span>
964
964
  </button>
965
- <ol class="pf-c-wizard__nav-list">
965
+ <ol class="pf-c-wizard__nav-list" role="list">
966
966
  <li class="pf-c-wizard__nav-item">
967
967
  <button class="pf-c-wizard__nav-link">Substep A</button>
968
968
  </li>
@@ -1183,13 +1183,13 @@ wrapperTag: div
1183
1183
  <div class="pf-c-wizard__outer-wrap">
1184
1184
  <div class="pf-c-wizard__inner-wrap">
1185
1185
  <nav class="pf-c-wizard__nav" aria-label="Steps">
1186
- <ol class="pf-c-wizard__nav-list">
1186
+ <ol class="pf-c-wizard__nav-list" role="list">
1187
1187
  <li class="pf-c-wizard__nav-item">
1188
1188
  <button class="pf-c-wizard__nav-link">Information</button>
1189
1189
  </li>
1190
1190
  <li class="pf-c-wizard__nav-item">
1191
1191
  <button class="pf-c-wizard__nav-link">Configuration</button>
1192
- <ol class="pf-c-wizard__nav-list">
1192
+ <ol class="pf-c-wizard__nav-list" role="list">
1193
1193
  <li class="pf-c-wizard__nav-item">
1194
1194
  <button class="pf-c-wizard__nav-link">Substep A</button>
1195
1195
  </li>
@@ -1273,53 +1273,53 @@ wrapperTag: div
1273
1273
 
1274
1274
  ### Accessibility
1275
1275
 
1276
- | Attribute | Applied to | Outcome |
1277
- | ----------------------- | ----------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
1278
- | `aria-expanded="true"` | `.pf-c-wizard__toggle` | Indicates that the steps menu is visible. **Required** |
1279
- | `aria-expanded="false"` | `.pf-c-wizard__toggle` | Indicates that the steps menu is hidden. **Required** |
1280
- | `aria-label="close"` | `.pf-c-wizard__toggle-icon` | Gives the close button an accessible name. **Required** |
1281
- | `aria-hidden="true"` | `.pf-c-wizard__toggle-icon`, `.pf-c-wizard__toggle-divider` | Hides the icon from assistive technologies. **Required** |
1282
- | `aria-label="Steps"` | `.pf-c-wizard__nav` | Gives the steps nav element an accessible name. **Required** |
1283
- | `disabled` | `button.pf-c-wizard__nav-link` | Indicates that the element is disabled. **Required when a nav item is disabled** |
1284
- | `aria-disabled="true"` | `a.pf-c-wizard__nav-link` | Indicates that the element is disabled. **Required for disabled links with `.pf-m-disabled`** |
1285
- | `aria-current="page"` | `.pf-c-wizard__nav-link` | Indicates the current page link. Can only occur once on page. **Required for the current link** |
1286
- | `aria-expanded="true"` | `.pf-c-wizard__nav-link` | Indicates that the link subnav is visible. **Required** |
1287
- | `aria-expanded="false"` | `.pf-c-wizard__nav-link` | Indicates that the link subnav is hidden. **Required** |
1288
- | `tabindex="-1"` | `a.pf-c-wizard__nav-link` | Removes a link from keyboard focus. **Required for disabled links with `.pf-m-disabled`** |
1289
- | `tabindex="0"` | `.pf-c-wizard__main` | If the wizard main section has overflow content that triggers a scrollbar, to ensure that the content is keyboard accessible, the section must include either a focusable element within the scrollable region or the section itself must be focusable by adding `tabindex="0"`. |
1276
+ | Attribute | Applied to | Outcome |
1277
+ | -- | -- | -- |
1278
+ | `aria-expanded="true"` | `.pf-c-wizard__toggle` | Indicates that the steps menu is visible. **Required** |
1279
+ | `aria-expanded="false"` | `.pf-c-wizard__toggle` | Indicates that the steps menu is hidden. **Required** |
1280
+ | `aria-label="close"` | `.pf-c-wizard__toggle-icon` | Gives the close button an accessible name. **Required** |
1281
+ | `aria-hidden="true"` | `.pf-c-wizard__toggle-icon`, `.pf-c-wizard__toggle-divider` | Hides the icon from assistive technologies. **Required** |
1282
+ | `aria-label="Steps"` | `.pf-c-wizard__nav` | Gives the steps nav element an accessible name. **Required** |
1283
+ | `disabled` | `button.pf-c-wizard__nav-link` | Indicates that the element is disabled. **Required when a nav item is disabled** |
1284
+ | `aria-disabled="true"` | `a.pf-c-wizard__nav-link` | Indicates that the element is disabled. **Required for disabled links with `.pf-m-disabled`** |
1285
+ | `aria-current="page"` | `.pf-c-wizard__nav-link` | Indicates the current page link. Can only occur once on page. **Required for the current link** |
1286
+ | `aria-expanded="true"` | `.pf-c-wizard__nav-link` | Indicates that the link subnav is visible. **Required** |
1287
+ | `aria-expanded="false"` | `.pf-c-wizard__nav-link` | Indicates that the link subnav is hidden. **Required** |
1288
+ | `tabindex="-1"` | `a.pf-c-wizard__nav-link` | Removes a link from keyboard focus. **Required for disabled links with `.pf-m-disabled`** |
1289
+ | `tabindex="0"` | `.pf-c-wizard__main` | If the wizard main section has overflow content that triggers a scrollbar, to ensure that the content is keyboard accessible, the section must include either a focusable element within the scrollable region or the section itself must be focusable by adding `tabindex="0"`. |
1290
1290
 
1291
1291
  ### Usage
1292
1292
 
1293
- | Class | Applied to | Outcome |
1294
- | ------------------------------------ | ------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
1295
- | `.pf-c-wizard` | `<div>` | Initiates the wizard component. **Required** |
1296
- | `.pf-c-wizard__header` | `<header>` | Initiates the header. **Required** when the wizard is in a modal. Not recommended to use when the wizard is placed on a page. |
1297
- | `.pf-c-wizard__close` | `.pf-c-button.pf-m-plain` | Initiates the close button. **Required** |
1298
- | `.pf-c-wizard__title` | `.pf-c-title.pf-m-3xl` | Initiates the title. **Required** |
1299
- | `.pf-c-wizard__description` | `<div>`, `<p>` | Initiates the description. |
1300
- | `.pf-c-wizard__toggle` | `<button>` | Initiates the mobile steps menu toggle button. **Required** |
1301
- | `.pf-c-wizard__toggle-list` | `<span>` | Initiates the toggle list. **Required** |
1302
- | `.pf-c-wizard__toggle-list-item` | `<span>` | Initiates a toggle list item. **Required** |
1303
- | `.pf-c-wizard__toggle-num` | `<span>` | Initiates the step number. **Required** |
1304
- | `.pf-c-wizard__toggle-separator` | `<i>` | Initiates the separator between steps. |
1305
- | `.pf-c-wizard__toggle-icon` | `<span>` | Initiates the toggle icon wrapper. **Required** |
1306
- | `.pf-c-wizard__outer-wrap` | `<div>` | Initiates the outer wrapper. **Required** |
1307
- | `.pf-c-wizard__inner-wrap` | `<div>` | Initiates the inner wrapper. **Required** |
1308
- | `.pf-c-wizard__nav` | `<nav>` | Initiates the steps nav. **Required** |
1309
- | `.pf-c-wizard__nav-list` | `<ol>` | Initiates a list of steps. **Required** |
1310
- | `.pf-c-wizard__nav-item` | `<li>` | Initiates a step list item. **Required** |
1311
- | `.pf-c-wizard__nav-link` | `<a>` | Initiates a step link. **Required** |
1312
- | `.pf-c-wizard__nav-link-text` | `<span>` | Initiates the link text container. **Required when nav item is expandable** |
1313
- | `.pf-c-wizard__nav-link-toggle` | `<span>` | Initiates the toggle container. **Required when nav item is expandable** |
1314
- | `.pf-c-wizard__nav-link-toggle-icon` | `<span>` | Initiates the toggle icon container. **Required when nav item is expandable** |
1315
- | `.pf-c-wizard__main` | `<main>`, `<div>` | Initiates the main container. **Required** Note: use the `<main>` element when when there are no other `<main>` elements on the page. |
1316
- | `.pf-c-wizard__main-body` | `<div>` | Initiates the main container body section. **Required** |
1317
- | `.pf-c-wizard__footer` | `<footer>` | Initiates the footer. **Required** |
1318
- | `.pf-c-wizard__footer-cancel` | `<div>` | Initiates the cancel button. **Required** |
1319
- | `.pf-m-expanded` | `.pf-c-wizard__toggle`, `.pf-c-wizard__nav` | Modifies the mobile steps toggle and steps menu for the expanded state. |
1320
- | `.pf-m-finished` | `.pf-c-wizard` | Modifies the wizard for the finished state. |
1321
- | `.pf-m-expandable` | `.pf-c-wizard__nav-item` | Modifies a nav item for the expandable state. |
1322
- | `.pf-m-expanded` | `.pf-c-wizard__nav-item` | Modifies a nav item for the expanded state. |
1323
- | `.pf-m-current` | `.pf-c-wizard__nav-link` | Modifies a step link for the current state. **Required** |
1324
- | `.pf-m-disabled` | `.pf-c-wizard__nav-link` | Modifies a step link for the disabled state. |
1325
- | `.pf-m-no-padding` | `.pf-c-wizard__main-body` | Modifies the main container body to remove the padding. |
1293
+ | Class | Applied to | Outcome |
1294
+ | -- | -- | -- |
1295
+ | `.pf-c-wizard` | `<div>` | Initiates the wizard component. **Required** |
1296
+ | `.pf-c-wizard__header` | `<header>` | Initiates the header. **Required** when the wizard is in a modal. Not recommended to use when the wizard is placed on a page. |
1297
+ | `.pf-c-wizard__close` | `.pf-c-button.pf-m-plain` | Initiates the close button. **Required** |
1298
+ | `.pf-c-wizard__title` | `.pf-c-title.pf-m-3xl` | Initiates the title. **Required** |
1299
+ | `.pf-c-wizard__description` | `<div>`, `<p>` | Initiates the description. |
1300
+ | `.pf-c-wizard__toggle` | `<button>` | Initiates the mobile steps menu toggle button. **Required** |
1301
+ | `.pf-c-wizard__toggle-list` | `<span>` | Initiates the toggle list. **Required** |
1302
+ | `.pf-c-wizard__toggle-list-item` | `<span>` | Initiates a toggle list item. **Required** |
1303
+ | `.pf-c-wizard__toggle-num` | `<span>` | Initiates the step number. **Required** |
1304
+ | `.pf-c-wizard__toggle-separator` | `<i>` | Initiates the separator between steps. |
1305
+ | `.pf-c-wizard__toggle-icon` | `<span>` | Initiates the toggle icon wrapper. **Required** |
1306
+ | `.pf-c-wizard__outer-wrap` | `<div>` | Initiates the outer wrapper. **Required** |
1307
+ | `.pf-c-wizard__inner-wrap` | `<div>` | Initiates the inner wrapper. **Required** |
1308
+ | `.pf-c-wizard__nav` | `<nav>` | Initiates the steps nav. **Required** |
1309
+ | `.pf-c-wizard__nav-list` | `<ol>` | Initiates a list of steps. **Required** |
1310
+ | `.pf-c-wizard__nav-item` | `<li>` | Initiates a step list item. **Required** |
1311
+ | `.pf-c-wizard__nav-link` | `<a>` | Initiates a step link. **Required** |
1312
+ | `.pf-c-wizard__nav-link-text` | `<span>` | Initiates the link text container. **Required when nav item is expandable** |
1313
+ | `.pf-c-wizard__nav-link-toggle` | `<span>` | Initiates the toggle container. **Required when nav item is expandable** |
1314
+ | `.pf-c-wizard__nav-link-toggle-icon` | `<span>` | Initiates the toggle icon container. **Required when nav item is expandable** |
1315
+ | `.pf-c-wizard__main` | `<main>`, `<div>` | Initiates the main container. **Required** Note: use the `<main>` element when when there are no other `<main>` elements on the page.|
1316
+ | `.pf-c-wizard__main-body` | `<div>` | Initiates the main container body section. **Required** |
1317
+ | `.pf-c-wizard__footer` | `<footer>` | Initiates the footer. **Required** |
1318
+ | `.pf-c-wizard__footer-cancel` | `<div>` | Initiates the cancel button. **Required** |
1319
+ | `.pf-m-expanded` | `.pf-c-wizard__toggle`, `.pf-c-wizard__nav` | Modifies the mobile steps toggle and steps menu for the expanded state. |
1320
+ | `.pf-m-finished` | `.pf-c-wizard` | Modifies the wizard for the finished state. |
1321
+ | `.pf-m-expandable` | `.pf-c-wizard__nav-item` | Modifies a nav item for the expandable state. |
1322
+ | `.pf-m-expanded` | `.pf-c-wizard__nav-item` | Modifies a nav item for the expanded state. |
1323
+ | `.pf-m-current` | `.pf-c-wizard__nav-link` | Modifies a step link for the current state. **Required** |
1324
+ | `.pf-m-disabled` | `.pf-c-wizard__nav-link` | Modifies a step link for the disabled state. |
1325
+ | `.pf-m-no-padding` | `.pf-c-wizard__main-body` | Modifies the main container body to remove the padding. |
@@ -97,7 +97,7 @@ This demo implements the about modal, including the backdrop.
97
97
  </div>
98
98
  <section class="pf-c-app-launcher__group">
99
99
  <h1 class="pf-c-app-launcher__group-title">Favorites</h1>
100
- <ul>
100
+ <ul role="list">
101
101
  <li
102
102
  class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
103
103
  >
@@ -149,7 +149,7 @@ This demo implements the about modal, including the backdrop.
149
149
  <hr class="pf-c-divider" />
150
150
  <section class="pf-c-app-launcher__group">
151
151
  <h1 class="pf-c-app-launcher__group-title">Group 1</h1>
152
- <ul>
152
+ <ul role="list">
153
153
  <li
154
154
  class="pf-c-app-launcher__menu-wrapper pf-m-external"
155
155
  >
@@ -804,7 +804,7 @@ This demo implements the about modal, including the backdrop.
804
804
  id="modal-basic-example-primary-nav"
805
805
  aria-label="Global"
806
806
  >
807
- <ul class="pf-c-nav__list">
807
+ <ul class="pf-c-nav__list" role="list">
808
808
  <li class="pf-c-nav__item">
809
809
  <a href="#" class="pf-c-nav__link">System panel</a>
810
810
  </li>
@@ -836,7 +836,7 @@ This demo implements the about modal, including the backdrop.
836
836
  <section class="pf-c-page__main-breadcrumb pf-m-limit-width">
837
837
  <div class="pf-c-page__main-body">
838
838
  <nav class="pf-c-breadcrumb" aria-label="breadcrumb">
839
- <ol class="pf-c-breadcrumb__list">
839
+ <ol class="pf-c-breadcrumb__list" role="list">
840
840
  <li class="pf-c-breadcrumb__item">
841
841
  <a href="#" class="pf-c-breadcrumb__link">Section home</a>
842
842
  </li>
@@ -95,7 +95,7 @@ section: components
95
95
  </div>
96
96
  <section class="pf-c-app-launcher__group">
97
97
  <h1 class="pf-c-app-launcher__group-title">Favorites</h1>
98
- <ul>
98
+ <ul role="list">
99
99
  <li
100
100
  class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
101
101
  >
@@ -147,7 +147,7 @@ section: components
147
147
  <hr class="pf-c-divider" />
148
148
  <section class="pf-c-app-launcher__group">
149
149
  <h1 class="pf-c-app-launcher__group-title">Group 1</h1>
150
- <ul>
150
+ <ul role="list">
151
151
  <li
152
152
  class="pf-c-app-launcher__menu-wrapper pf-m-external"
153
153
  >
@@ -802,7 +802,7 @@ section: components
802
802
  id="alert-basic-example-primary-nav"
803
803
  aria-label="Global"
804
804
  >
805
- <ul class="pf-c-nav__list">
805
+ <ul class="pf-c-nav__list" role="list">
806
806
  <li class="pf-c-nav__item">
807
807
  <a href="#" class="pf-c-nav__link">System panel</a>
808
808
  </li>
@@ -834,7 +834,7 @@ section: components
834
834
  <section class="pf-c-page__main-breadcrumb pf-m-limit-width">
835
835
  <div class="pf-c-page__main-body">
836
836
  <nav class="pf-c-breadcrumb" aria-label="breadcrumb">
837
- <ol class="pf-c-breadcrumb__list">
837
+ <ol class="pf-c-breadcrumb__list" role="list">
838
838
  <li class="pf-c-breadcrumb__item">
839
839
  <a href="#" class="pf-c-breadcrumb__link">Section home</a>
840
840
  </li>
@@ -913,7 +913,7 @@ section: components
913
913
  </section>
914
914
  </main>
915
915
  </div>
916
- <ul class="pf-c-alert-group pf-m-toast">
916
+ <ul class="pf-c-alert-group pf-m-toast" role="list">
917
917
  <li class="pf-c-alert-group__item">
918
918
  <div class="pf-c-alert pf-m-success" aria-label="Success alert">
919
919
  <div class="pf-c-alert__icon">
@@ -1079,7 +1079,7 @@ section: components
1079
1079
  </div>
1080
1080
  <section class="pf-c-app-launcher__group">
1081
1081
  <h1 class="pf-c-app-launcher__group-title">Favorites</h1>
1082
- <ul>
1082
+ <ul role="list">
1083
1083
  <li
1084
1084
  class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
1085
1085
  >
@@ -1131,7 +1131,7 @@ section: components
1131
1131
  <hr class="pf-c-divider" />
1132
1132
  <section class="pf-c-app-launcher__group">
1133
1133
  <h1 class="pf-c-app-launcher__group-title">Group 1</h1>
1134
- <ul>
1134
+ <ul role="list">
1135
1135
  <li
1136
1136
  class="pf-c-app-launcher__menu-wrapper pf-m-external"
1137
1137
  >
@@ -1786,7 +1786,7 @@ section: components
1786
1786
  id="alert-horizontal-example-primary-nav"
1787
1787
  aria-label="Global"
1788
1788
  >
1789
- <ul class="pf-c-nav__list">
1789
+ <ul class="pf-c-nav__list" role="list">
1790
1790
  <li class="pf-c-nav__item">
1791
1791
  <a href="#" class="pf-c-nav__link">System panel</a>
1792
1792
  </li>
@@ -1818,7 +1818,7 @@ section: components
1818
1818
  <section class="pf-c-page__main-breadcrumb pf-m-limit-width">
1819
1819
  <div class="pf-c-page__main-body">
1820
1820
  <nav class="pf-c-breadcrumb" aria-label="breadcrumb">
1821
- <ol class="pf-c-breadcrumb__list">
1821
+ <ol class="pf-c-breadcrumb__list" role="list">
1822
1822
  <li class="pf-c-breadcrumb__item">
1823
1823
  <a href="#" class="pf-c-breadcrumb__link">Section home</a>
1824
1824
  </li>
@@ -2101,7 +2101,7 @@ section: components
2101
2101
  </div>
2102
2102
  <section class="pf-c-app-launcher__group">
2103
2103
  <h1 class="pf-c-app-launcher__group-title">Favorites</h1>
2104
- <ul>
2104
+ <ul role="list">
2105
2105
  <li
2106
2106
  class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
2107
2107
  >
@@ -2153,7 +2153,7 @@ section: components
2153
2153
  <hr class="pf-c-divider" />
2154
2154
  <section class="pf-c-app-launcher__group">
2155
2155
  <h1 class="pf-c-app-launcher__group-title">Group 1</h1>
2156
- <ul>
2156
+ <ul role="list">
2157
2157
  <li
2158
2158
  class="pf-c-app-launcher__menu-wrapper pf-m-external"
2159
2159
  >
@@ -2808,7 +2808,7 @@ section: components
2808
2808
  id="alert-stacked-example-primary-nav"
2809
2809
  aria-label="Global"
2810
2810
  >
2811
- <ul class="pf-c-nav__list">
2811
+ <ul class="pf-c-nav__list" role="list">
2812
2812
  <li class="pf-c-nav__item">
2813
2813
  <a href="#" class="pf-c-nav__link">System panel</a>
2814
2814
  </li>
@@ -2840,7 +2840,7 @@ section: components
2840
2840
  <section class="pf-c-page__main-breadcrumb pf-m-limit-width">
2841
2841
  <div class="pf-c-page__main-body">
2842
2842
  <nav class="pf-c-breadcrumb" aria-label="breadcrumb">
2843
- <ol class="pf-c-breadcrumb__list">
2843
+ <ol class="pf-c-breadcrumb__list" role="list">
2844
2844
  <li class="pf-c-breadcrumb__item">
2845
2845
  <a href="#" class="pf-c-breadcrumb__link">Section home</a>
2846
2846
  </li>
@@ -96,7 +96,7 @@ cssPrefix: pf-d-back-to-top
96
96
  </div>
97
97
  <section class="pf-c-app-launcher__group">
98
98
  <h1 class="pf-c-app-launcher__group-title">Favorites</h1>
99
- <ul>
99
+ <ul role="list">
100
100
  <li
101
101
  class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
102
102
  >
@@ -148,7 +148,7 @@ cssPrefix: pf-d-back-to-top
148
148
  <hr class="pf-c-divider" />
149
149
  <section class="pf-c-app-launcher__group">
150
150
  <h1 class="pf-c-app-launcher__group-title">Group 1</h1>
151
- <ul>
151
+ <ul role="list">
152
152
  <li
153
153
  class="pf-c-app-launcher__menu-wrapper pf-m-external"
154
154
  >
@@ -803,7 +803,7 @@ cssPrefix: pf-d-back-to-top
803
803
  id="back-to-top-basic-example-primary-nav"
804
804
  aria-label="Global"
805
805
  >
806
- <ul class="pf-c-nav__list">
806
+ <ul class="pf-c-nav__list" role="list">
807
807
  <li class="pf-c-nav__item">
808
808
  <a href="#" class="pf-c-nav__link">System panel</a>
809
809
  </li>
@@ -835,7 +835,7 @@ cssPrefix: pf-d-back-to-top
835
835
  <section class="pf-c-page__main-breadcrumb pf-m-limit-width">
836
836
  <div class="pf-c-page__main-body">
837
837
  <nav class="pf-c-breadcrumb" aria-label="breadcrumb">
838
- <ol class="pf-c-breadcrumb__list">
838
+ <ol class="pf-c-breadcrumb__list" role="list">
839
839
  <li class="pf-c-breadcrumb__item">
840
840
  <a href="#" class="pf-c-breadcrumb__link">Section home</a>
841
841
  </li>
@@ -97,7 +97,7 @@ wrapperTag: div
97
97
  </div>
98
98
  <section class="pf-c-app-launcher__group">
99
99
  <h1 class="pf-c-app-launcher__group-title">Favorites</h1>
100
- <ul>
100
+ <ul role="list">
101
101
  <li
102
102
  class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
103
103
  >
@@ -149,7 +149,7 @@ wrapperTag: div
149
149
  <hr class="pf-c-divider" />
150
150
  <section class="pf-c-app-launcher__group">
151
151
  <h1 class="pf-c-app-launcher__group-title">Group 1</h1>
152
- <ul>
152
+ <ul role="list">
153
153
  <li
154
154
  class="pf-c-app-launcher__menu-wrapper pf-m-external"
155
155
  >
@@ -804,7 +804,7 @@ wrapperTag: div
804
804
  id="banner-basic-example-primary-nav"
805
805
  aria-label="Global"
806
806
  >
807
- <ul class="pf-c-nav__list">
807
+ <ul class="pf-c-nav__list" role="list">
808
808
  <li class="pf-c-nav__item">
809
809
  <a href="#" class="pf-c-nav__link">System panel</a>
810
810
  </li>
@@ -850,7 +850,7 @@ wrapperTag: div
850
850
  <section class="pf-c-page__main-breadcrumb pf-m-limit-width">
851
851
  <div class="pf-c-page__main-body">
852
852
  <nav class="pf-c-breadcrumb" aria-label="breadcrumb">
853
- <ol class="pf-c-breadcrumb__list">
853
+ <ol class="pf-c-breadcrumb__list" role="list">
854
854
  <li class="pf-c-breadcrumb__item">
855
855
  <a href="#" class="pf-c-breadcrumb__link">Section home</a>
856
856
  </li>
@@ -1164,7 +1164,7 @@ wrapperTag: div
1164
1164
  </div>
1165
1165
  <section class="pf-c-app-launcher__group">
1166
1166
  <h1 class="pf-c-app-launcher__group-title">Favorites</h1>
1167
- <ul>
1167
+ <ul role="list">
1168
1168
  <li
1169
1169
  class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
1170
1170
  >
@@ -1220,7 +1220,7 @@ wrapperTag: div
1220
1220
  <hr class="pf-c-divider" />
1221
1221
  <section class="pf-c-app-launcher__group">
1222
1222
  <h1 class="pf-c-app-launcher__group-title">Group 1</h1>
1223
- <ul>
1223
+ <ul role="list">
1224
1224
  <li
1225
1225
  class="pf-c-app-launcher__menu-wrapper pf-m-external"
1226
1226
  >
@@ -1935,7 +1935,7 @@ wrapperTag: div
1935
1935
  id="banner-top-bottom-example-primary-nav"
1936
1936
  aria-label="Global"
1937
1937
  >
1938
- <ul class="pf-c-nav__list">
1938
+ <ul class="pf-c-nav__list" role="list">
1939
1939
  <li class="pf-c-nav__item">
1940
1940
  <a href="#" class="pf-c-nav__link">System panel</a>
1941
1941
  </li>
@@ -1967,7 +1967,7 @@ wrapperTag: div
1967
1967
  <section class="pf-c-page__main-breadcrumb pf-m-limit-width">
1968
1968
  <div class="pf-c-page__main-body">
1969
1969
  <nav class="pf-c-breadcrumb" aria-label="breadcrumb">
1970
- <ol class="pf-c-breadcrumb__list">
1970
+ <ol class="pf-c-breadcrumb__list" role="list">
1971
1971
  <li class="pf-c-breadcrumb__item">
1972
1972
  <a href="#" class="pf-c-breadcrumb__link">Section home</a>
1973
1973
  </li>
@@ -221,7 +221,7 @@ wrapperTag: div
221
221
  </span>
222
222
  </span>
223
223
  <p>Continue setting up your cluster to access all you cain in the Console</p>
224
- <ul class="pf-c-list pf-m-plain">
224
+ <ul class="pf-c-list pf-m-plain" role="list">
225
225
  <li>
226
226
  <a href="#">Add identity provider</a>
227
227
  </li>
@@ -257,7 +257,7 @@ wrapperTag: div
257
257
  </span>
258
258
  </span>
259
259
  <p>Tour some of the key features around the console</p>
260
- <ul class="pf-c-list pf-m-plain">
260
+ <ul class="pf-c-list pf-m-plain" role="list">
261
261
  <li>
262
262
  <a href="#">Tour the console</a>
263
263
  </li>
@@ -288,7 +288,7 @@ wrapperTag: div
288
288
  </span>
289
289
  </span>
290
290
  <p>Get started with features using our step-by-step documentation</p>
291
- <ul class="pf-c-list pf-m-plain">
291
+ <ul class="pf-c-list pf-m-plain" role="list">
292
292
  <li>
293
293
  <a href="#">Getting started with Serverless</a>
294
294
  </li>
@@ -322,7 +322,7 @@ wrapperTag: div
322
322
  </span>
323
323
  </span>
324
324
  <p>Learn about new features within the Console and get started with demo apps</p>
325
- <ul class="pf-c-list pf-m-plain">
325
+ <ul class="pf-c-list pf-m-plain" role="list">
326
326
  <li>
327
327
  <a href="#">See what's possible with the Explore page</a>
328
328
  </li>
@@ -1039,7 +1039,7 @@ wrapperTag: div
1039
1039
  <i class="fas fa-angle-right" aria-hidden="true"></i>
1040
1040
  </span>
1041
1041
  </button>
1042
- <ul class="pf-c-notification-drawer__list" hidden>
1042
+ <ul class="pf-c-notification-drawer__list" role="list" hidden>
1043
1043
  <li
1044
1044
  class="pf-c-notification-drawer__list-item pf-m-hoverable pf-m-danger"
1045
1045
  tabindex="0"
@@ -1232,7 +1232,7 @@ wrapperTag: div
1232
1232
  <i class="fas fa-angle-right" aria-hidden="true"></i>
1233
1233
  </span>
1234
1234
  </button>
1235
- <ul class="pf-c-notification-drawer__list">
1235
+ <ul class="pf-c-notification-drawer__list" role="list">
1236
1236
  <li
1237
1237
  class="pf-c-notification-drawer__list-item pf-m-hoverable pf-m-danger"
1238
1238
  tabindex="0"
@@ -1679,7 +1679,7 @@ wrapperTag: div
1679
1679
  <i class="fas fa-angle-right" aria-hidden="true"></i>
1680
1680
  </span>
1681
1681
  </button>
1682
- <ul class="pf-c-notification-drawer__list">
1682
+ <ul class="pf-c-notification-drawer__list" role="list">
1683
1683
  <li
1684
1684
  class="pf-c-notification-drawer__list-item pf-m-hoverable pf-m-danger"
1685
1685
  tabindex="0"
@@ -95,7 +95,7 @@ section: demos
95
95
  </div>
96
96
  <section class="pf-c-app-launcher__group">
97
97
  <h1 class="pf-c-app-launcher__group-title">Favorites</h1>
98
- <ul>
98
+ <ul role="list">
99
99
  <li
100
100
  class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
101
101
  >
@@ -147,7 +147,7 @@ section: demos
147
147
  <hr class="pf-c-divider" />
148
148
  <section class="pf-c-app-launcher__group">
149
149
  <h1 class="pf-c-app-launcher__group-title">Group 1</h1>
150
- <ul>
150
+ <ul role="list">
151
151
  <li
152
152
  class="pf-c-app-launcher__menu-wrapper pf-m-external"
153
153
  >
@@ -802,7 +802,7 @@ section: demos
802
802
  id="card-view-basic-example-expandable-nav"
803
803
  aria-label="Global"
804
804
  >
805
- <ul class="pf-c-nav__list">
805
+ <ul class="pf-c-nav__list" role="list">
806
806
  <li class="pf-c-nav__item pf-m-expandable pf-m-expanded pf-m-current">
807
807
  <button
808
808
  class="pf-c-nav__link"
@@ -820,7 +820,7 @@ section: demos
820
820
  class="pf-c-nav__subnav"
821
821
  aria-labelledby="card-view-basic-example-expandable-nav-link1"
822
822
  >
823
- <ul class="pf-c-nav__list">
823
+ <ul class="pf-c-nav__list" role="list">
824
824
  <li class="pf-c-nav__item">
825
825
  <a href="#" class="pf-c-nav__link">Overview</a>
826
826
  </li>
@@ -866,7 +866,7 @@ section: demos
866
866
  aria-labelledby="card-view-basic-example-expandable-nav-link2"
867
867
  hidden
868
868
  >
869
- <ul class="pf-c-nav__list">
869
+ <ul class="pf-c-nav__list" role="list">
870
870
  <li class="pf-c-nav__item">
871
871
  <a href="#" class="pf-c-nav__link">Subnav link 1</a>
872
872
  </li>
@@ -894,7 +894,7 @@ section: demos
894
894
  aria-labelledby="card-view-basic-example-expandable-nav-link3"
895
895
  hidden
896
896
  >
897
- <ul class="pf-c-nav__list">
897
+ <ul class="pf-c-nav__list" role="list">
898
898
  <li class="pf-c-nav__item">
899
899
  <a href="#" class="pf-c-nav__link">Subnav link 1</a>
900
900
  </li>
@@ -916,7 +916,7 @@ section: demos
916
916
  <section class="pf-c-page__main-breadcrumb pf-m-limit-width">
917
917
  <div class="pf-c-page__main-body">
918
918
  <nav class="pf-c-breadcrumb" aria-label="breadcrumb">
919
- <ol class="pf-c-breadcrumb__list">
919
+ <ol class="pf-c-breadcrumb__list" role="list">
920
920
  <li class="pf-c-breadcrumb__item">
921
921
  <a href="#" class="pf-c-breadcrumb__link">Section home</a>
922
922
  </li>