@patternfly/patternfly 5.0.0-alpha.4 → 5.0.0-alpha.40

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 (340) hide show
  1. package/RELEASE-NOTES.md +18 -1
  2. package/assets/icons/iconUnicodes.json +1 -0
  3. package/assets/images/pfbg-icon.svg +1 -0
  4. package/assets/pficon/pficon.scss +7 -2
  5. package/assets/pficon/pficon.woff2 +0 -0
  6. package/base/_base.scss +0 -18
  7. package/base/_chart-globals.scss +0 -4
  8. package/base/_common.scss +0 -22
  9. package/base/_fa-icons.scss +1 -2
  10. package/base/_fonts.scss +22 -27
  11. package/base/_globals.scss +92 -86
  12. package/base/_icons.scss +1 -28
  13. package/base/_svg-icons.scss +6 -0
  14. package/base/_variables.scss +4 -4
  15. package/base/patternfly-common.css +0 -10
  16. package/base/patternfly-fa-icons.css +1 -1
  17. package/base/patternfly-fonts.css +17 -17
  18. package/base/patternfly-globals.css +35 -41
  19. package/base/patternfly-icons.css +8 -22
  20. package/base/patternfly-pf-icons.css +6 -2
  21. package/base/patternfly-themes.css +0 -42
  22. package/base/patternfly-variables.css +3 -3
  23. package/base/themes/dark/_globals.scss +1 -1
  24. package/base/themes/dark/_variables.scss +1 -1
  25. package/components/AboutModalBox/about-modal-box.css +20 -50
  26. package/components/AboutModalBox/about-modal-box.scss +22 -14
  27. package/components/Accordion/accordion.css +2 -0
  28. package/components/Accordion/accordion.scss +2 -0
  29. package/components/Alert/alert.css +17 -8
  30. package/components/Alert/alert.scss +21 -7
  31. package/components/Alert/themes/dark/alert.scss +1 -1
  32. package/components/AppLauncher/app-launcher.css +2 -0
  33. package/components/AppLauncher/app-launcher.scss +2 -0
  34. package/components/Avatar/avatar.scss +2 -2
  35. package/components/BackgroundImage/background-image.css +8 -35
  36. package/components/BackgroundImage/background-image.scss +17 -43
  37. package/components/Banner/banner.css +14 -52
  38. package/components/Banner/banner.scss +9 -13
  39. package/components/Breadcrumb/breadcrumb.css +2 -0
  40. package/components/Breadcrumb/breadcrumb.scss +2 -0
  41. package/components/CalendarMonth/calendar-month.css +2 -2
  42. package/components/CalendarMonth/calendar-month.scss +3 -3
  43. package/components/Card/card.css +115 -50
  44. package/components/Card/card.scss +164 -63
  45. package/components/Chip/chip.css +33 -24
  46. package/components/Chip/chip.scss +40 -31
  47. package/components/ChipGroup/chip-group.css +27 -17
  48. package/components/ChipGroup/chip-group.scss +36 -22
  49. package/components/Content/content.css +11 -5
  50. package/components/Content/content.scss +17 -9
  51. package/components/ContextSelector/context-selector.css +13 -6
  52. package/components/ContextSelector/context-selector.scss +14 -7
  53. package/components/DataList/data-list-grid.css +7 -7
  54. package/components/DataList/data-list-grid.scss +1 -1
  55. package/components/DataList/data-list.css +46 -40
  56. package/components/DataList/data-list.scss +37 -28
  57. package/components/DatePicker/date-picker.css +0 -8
  58. package/components/DatePicker/date-picker.scss +0 -9
  59. package/components/DescriptionList/description-list.css +7 -7
  60. package/components/DescriptionList/description-list.scss +7 -7
  61. package/components/Divider/divider.css +2 -2
  62. package/components/Divider/divider.scss +3 -3
  63. package/components/Drawer/drawer.css +15 -16
  64. package/components/Drawer/drawer.scss +2 -3
  65. package/components/Dropdown/dropdown.css +26 -25
  66. package/components/Dropdown/dropdown.scss +17 -18
  67. package/components/DualListSelector/dual-list-selector.css +1 -1
  68. package/components/DualListSelector/dual-list-selector.scss +1 -1
  69. package/components/EmptyState/empty-state.css +46 -52
  70. package/components/EmptyState/empty-state.scss +58 -57
  71. package/components/ExpandableSection/expandable-section.css +2 -0
  72. package/components/ExpandableSection/expandable-section.scss +2 -0
  73. package/components/Form/form.css +14 -12
  74. package/components/Form/form.scss +9 -7
  75. package/components/FormControl/form-control.css +2 -5
  76. package/components/FormControl/themes/dark/form-control.scss +2 -6
  77. package/components/HelperText/helper-text.css +4 -0
  78. package/components/HelperText/helper-text.scss +5 -0
  79. package/components/Hint/hint.css +2 -2
  80. package/components/Hint/hint.scss +2 -2
  81. package/components/Icon/icon.css +3 -3
  82. package/components/Icon/icon.scss +3 -3
  83. package/components/InputGroup/input-group.css +61 -85
  84. package/components/InputGroup/input-group.scss +55 -61
  85. package/components/InputGroup/themes/dark/input-group.scss +11 -25
  86. package/components/Label/label.css +49 -36
  87. package/components/Label/label.scss +53 -38
  88. package/components/Label/themes/dark/label.scss +2 -2
  89. package/components/LabelGroup/label-group.css +26 -22
  90. package/components/LabelGroup/label-group.scss +31 -26
  91. package/components/LogViewer/log-viewer.css +0 -38
  92. package/components/Login/login.css +20 -60
  93. package/components/Login/login.scss +16 -18
  94. package/components/Login/themes/dark/login.scss +4 -0
  95. package/components/Masthead/masthead.css +4 -42
  96. package/components/Masthead/masthead.scss +4 -4
  97. package/components/Menu/menu.css +9 -6
  98. package/components/Menu/menu.scss +34 -31
  99. package/components/MenuToggle/menu-toggle.css +3 -1
  100. package/components/MenuToggle/menu-toggle.scss +3 -1
  101. package/components/ModalBox/modal-box.css +12 -11
  102. package/components/ModalBox/modal-box.scss +14 -14
  103. package/components/MultipleFileUpload/multiple-file-upload.css +6 -6
  104. package/components/MultipleFileUpload/multiple-file-upload.scss +6 -6
  105. package/components/Nav/nav.css +1 -1
  106. package/components/Nav/nav.scss +2 -2
  107. package/components/NotificationDrawer/notification-drawer.css +8 -8
  108. package/components/NotificationDrawer/notification-drawer.scss +8 -8
  109. package/components/OptionsMenu/options-menu.css +8 -10
  110. package/components/OptionsMenu/options-menu.scss +9 -11
  111. package/components/Page/page.css +101 -122
  112. package/components/Page/page.scss +49 -21
  113. package/components/Pagination/pagination.css +2 -110
  114. package/components/Pagination/pagination.scss +0 -6
  115. package/components/Popover/popover.css +31 -37
  116. package/components/Popover/popover.scss +32 -37
  117. package/components/Popover/themes/dark/popover.scss +3 -9
  118. package/components/Progress/progress.css +13 -10
  119. package/components/Progress/progress.scss +13 -10
  120. package/components/ProgressStepper/progress-stepper.css +5 -5
  121. package/components/ProgressStepper/progress-stepper.scss +5 -5
  122. package/components/SearchInput/search-input.css +4 -2
  123. package/components/SearchInput/search-input.scss +4 -2
  124. package/components/Select/select.css +1 -1
  125. package/components/Select/select.scss +1 -1
  126. package/components/Sidebar/sidebar.css +69 -26
  127. package/components/Sidebar/sidebar.scss +84 -27
  128. package/components/SimpleList/simple-list.css +1 -1
  129. package/components/SimpleList/simple-list.scss +2 -2
  130. package/components/Spinner/spinner.css +4 -4
  131. package/components/Spinner/spinner.scss +4 -4
  132. package/components/Table/table-grid.css +28 -28
  133. package/components/Table/table-scrollable.css +31 -26
  134. package/components/Table/table-scrollable.scss +33 -28
  135. package/components/Table/table-tree-view.css +14 -4
  136. package/components/Table/table-tree-view.scss +15 -0
  137. package/components/Table/table.css +67 -65
  138. package/components/Table/table.scss +65 -62
  139. package/components/Tabs/tabs.css +0 -4
  140. package/components/Tabs/tabs.scss +0 -7
  141. package/components/TextInputGroup/text-input-group.css +6 -4
  142. package/components/TextInputGroup/text-input-group.scss +6 -5
  143. package/components/Tile/tile.css +1 -1
  144. package/components/Tile/tile.scss +1 -1
  145. package/components/Timestamp/timestamp.css +3 -3
  146. package/components/Timestamp/timestamp.scss +3 -3
  147. package/components/Toolbar/toolbar.css +78 -43
  148. package/components/Toolbar/toolbar.scss +50 -10
  149. package/components/Tooltip/themes/dark/tooltip.scss +1 -11
  150. package/components/Tooltip/tooltip.css +7 -12
  151. package/components/Tooltip/tooltip.scss +6 -3
  152. package/components/TreeView/tree-view.css +7 -15
  153. package/components/TreeView/tree-view.scss +7 -18
  154. package/components/Wizard/wizard.css +16 -39
  155. package/components/Wizard/wizard.scss +20 -2
  156. package/docs/components/AboutModalBox/examples/AboutModalBox.md +20 -14
  157. package/docs/components/Accordion/examples/Accordion.md +12 -12
  158. package/docs/components/ActionList/examples/ActionList.md +6 -6
  159. package/docs/components/Alert/examples/Alert.md +29 -29
  160. package/docs/components/AlertGroup/examples/AlertGroup.md +15 -15
  161. package/docs/components/AppLauncher/examples/application-launcher.md +52 -46
  162. package/docs/components/Avatar/examples/Avatar.md +11 -11
  163. package/docs/components/BackToTop/examples/BackToTop.md +4 -4
  164. package/docs/components/Backdrop/examples/Backdrop.md +4 -4
  165. package/docs/components/BackgroundImage/examples/BackgroundImage.md +13 -29
  166. package/docs/components/Badge/examples/Badge.md +5 -5
  167. package/docs/components/Banner/examples/Banner.md +8 -8
  168. package/docs/components/Brand/examples/Brand.md +9 -9
  169. package/docs/components/Breadcrumb/examples/Breadcrumb.md +20 -20
  170. package/docs/components/Button/examples/Button.md +35 -35
  171. package/docs/components/CalendarMonth/examples/CalendarMonth.md +301 -284
  172. package/docs/components/Card/examples/Card.md +676 -116
  173. package/docs/components/Check/examples/Check.md +16 -19
  174. package/docs/components/Chip/examples/Chip.md +70 -52
  175. package/docs/components/ChipGroup/examples/ChipGroup.md +452 -673
  176. package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +22 -22
  177. package/docs/components/CodeBlock/examples/CodeBlock.md +9 -9
  178. package/docs/components/CodeEditor/examples/CodeEditor.md +54 -35
  179. package/docs/components/Content/examples/Content.md +37 -9
  180. package/docs/components/ContextSelector/examples/context-selector.css +5 -1
  181. package/docs/components/ContextSelector/examples/context-selector.md +87 -80
  182. package/docs/components/DataList/examples/DataList.md +239 -202
  183. package/docs/components/DatePicker/examples/DatePicker.md +139 -104
  184. package/docs/components/DescriptionList/examples/DescriptionList.md +24 -24
  185. package/docs/components/Divider/examples/Divider.md +10 -10
  186. package/docs/components/DragDrop/examples/DragDrop.md +5 -5
  187. package/docs/components/Drawer/examples/Drawer.md +43 -43
  188. package/docs/components/Dropdown/examples/Dropdown.css +5 -2
  189. package/docs/components/Dropdown/examples/Dropdown.md +125 -100
  190. package/docs/components/DualListSelector/examples/DualListSelector.md +201 -197
  191. package/docs/components/EmptyState/examples/EmptyState.md +130 -82
  192. package/docs/components/ExpandableSection/examples/ExpandableSection.md +23 -23
  193. package/docs/components/FileUpload/examples/FileUpload.md +146 -105
  194. package/docs/components/Form/examples/Form.md +152 -130
  195. package/docs/components/FormControl/examples/FormControl.md +21 -20
  196. package/docs/components/HelperText/examples/HelperText.md +24 -35
  197. package/docs/components/Hint/examples/Hint.md +7 -7
  198. package/docs/components/Icon/examples/Icon.md +11 -12
  199. package/docs/components/InlineEdit/examples/InlineEdit.md +29 -27
  200. package/docs/components/InputGroup/examples/InputGroup.md +229 -179
  201. package/docs/components/JumpLinks/examples/JumpLinks.md +35 -35
  202. package/docs/components/Label/examples/Label.md +1427 -746
  203. package/docs/components/LabelGroup/examples/LabelGroup.md +295 -242
  204. package/docs/components/List/examples/List.md +18 -18
  205. package/docs/components/LogViewer/examples/LogViewer.md +79 -74
  206. package/docs/components/Login/examples/Login.md +103 -181
  207. package/docs/components/Masthead/examples/masthead.md +9 -9
  208. package/docs/components/Menu/examples/Menu.md +83 -80
  209. package/docs/components/MenuToggle/examples/MenuToggle.md +29 -28
  210. package/docs/components/ModalBox/examples/ModalBox.md +113 -92
  211. package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +27 -26
  212. package/docs/components/Nav/examples/Navigation.md +69 -69
  213. package/docs/components/NotificationBadge/examples/NotificationBadge.md +8 -8
  214. package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +64 -64
  215. package/docs/components/NumberInput/examples/NumberInput.md +311 -239
  216. package/docs/components/OptionsMenu/examples/options-menu.md +28 -28
  217. package/docs/components/OverflowMenu/examples/overflow-menu.md +25 -25
  218. package/docs/components/Page/examples/Page.css +7 -1
  219. package/docs/components/Page/examples/Page.md +81 -54
  220. package/docs/components/Pagination/examples/Pagination.md +27 -27
  221. package/docs/components/Panel/examples/Panel.md +10 -10
  222. package/docs/components/Popover/examples/Popover.md +206 -149
  223. package/docs/components/Progress/examples/Progress.md +32 -61
  224. package/docs/components/ProgressStepper/examples/ProgressStepper.md +45 -39
  225. package/docs/components/Radio/examples/Radio.md +12 -11
  226. package/docs/components/SearchInput/examples/SearchInput.md +185 -148
  227. package/docs/components/Select/examples/Select.md +368 -313
  228. package/docs/components/Sidebar/examples/Sidebar.md +70 -14
  229. package/docs/components/SimpleList/examples/SimpleList.md +15 -15
  230. package/docs/components/Skeleton/examples/Skeleton.md +8 -8
  231. package/docs/components/SkipToContent/examples/SkipToContent.md +5 -5
  232. package/docs/components/Slider/examples/Slider.md +84 -62
  233. package/docs/components/Spinner/examples/Spinner.md +24 -24
  234. package/docs/components/Switch/examples/Switch.md +19 -19
  235. package/docs/components/TabContent/examples/TabContent.md +13 -13
  236. package/docs/components/Table/examples/Table.css +4 -0
  237. package/docs/components/Table/examples/Table.md +5212 -5750
  238. package/docs/components/Tabs/examples/Tabs.md +155 -155
  239. package/docs/components/TextInputGroup/examples/TextInputGroup.md +523 -406
  240. package/docs/components/Tile/examples/Tile.md +16 -17
  241. package/docs/components/Timestamp/examples/Timestamp.md +5 -5
  242. package/docs/components/Title/examples/Title.md +17 -17
  243. package/docs/components/ToggleGroup/examples/toggle-group.md +13 -13
  244. package/docs/components/Toolbar/examples/Toolbar.md +848 -726
  245. package/docs/components/Tooltip/examples/Tooltip.md +10 -10
  246. package/docs/components/TreeView/examples/TreeView.md +34 -34
  247. package/docs/components/Truncate/examples/Truncate.md +4 -5
  248. package/docs/components/Wizard/examples/Wizard.md +119 -127
  249. package/docs/demos/AboutModal/examples/AboutModal.md +4 -5
  250. package/docs/demos/Alert/examples/Alert.md +118 -71
  251. package/docs/demos/BackToTop/examples/BackToTop.md +4 -4
  252. package/docs/demos/Banner/examples/Banner.md +8 -9
  253. package/docs/demos/Card/examples/Card.md +216 -153
  254. package/docs/demos/CardView/examples/CardView.md +57 -30
  255. package/docs/demos/ContextSelector/examples/ContextSelector.md +18 -18
  256. package/docs/demos/Dashboard/examples/Dashboard.md +51 -33
  257. package/docs/demos/DataList/examples/DataList.md +312 -255
  258. package/docs/demos/DescriptionList/examples/DescriptionList.md +33 -22
  259. package/docs/demos/Drawer/examples/Drawer.md +24 -22
  260. package/docs/demos/Form/examples/BasicForms.md +220 -213
  261. package/docs/demos/HelperText/examples/HelperText.md +16 -14
  262. package/docs/demos/JumpLinks/examples/JumpLinks.md +28 -28
  263. package/docs/demos/Masthead/examples/Masthead.md +302 -284
  264. package/docs/demos/Modal/examples/Modal.md +54 -66
  265. package/docs/demos/Nav/examples/Nav.md +47 -47
  266. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +70 -58
  267. package/docs/demos/Page/examples/Page.md +982 -51
  268. package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +22 -18
  269. package/docs/demos/PasswordStrength/examples/PasswordStrength.md +121 -106
  270. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +345 -311
  271. package/docs/demos/Skeleton/examples/Skeleton.md +4 -4
  272. package/docs/demos/Table/examples/Table.md +3323 -1288
  273. package/docs/demos/Tabs/examples/Tabs.md +141 -90
  274. package/docs/demos/Toolbar/examples/Toolbar.md +1994 -329
  275. package/docs/demos/Wizard/examples/Wizard.md +289 -266
  276. package/docs/layouts/Bullseye/examples/Bullseye.md +4 -4
  277. package/docs/layouts/Flex/examples/Flex.md +98 -98
  278. package/docs/layouts/Gallery/examples/Gallery.md +7 -7
  279. package/docs/layouts/Grid/examples/Grid.md +9 -9
  280. package/docs/layouts/Level/examples/Level.md +5 -5
  281. package/docs/layouts/Split/examples/Split.md +7 -7
  282. package/docs/layouts/Stack/examples/Stack.md +6 -6
  283. package/docs/utilities/Accessibility/examples/Accessibility.md +5 -5
  284. package/docs/utilities/Alignment/examples/Alignment.md +7 -7
  285. package/docs/utilities/BackgroundColor/examples/BackgroundColor.md +13 -13
  286. package/docs/utilities/BoxShadow/examples/box-shadow.md +23 -23
  287. package/docs/utilities/Display/examples/Display.md +12 -12
  288. package/docs/utilities/Flex/examples/Flex.md +35 -35
  289. package/docs/utilities/Float/examples/Float.md +5 -5
  290. package/docs/utilities/Sizing/examples/Sizing.md +51 -51
  291. package/docs/utilities/Spacing/examples/Spacing.md +35 -35
  292. package/docs/utilities/Text/examples/Text.md +31 -31
  293. package/icons/{pf-icons.json → pf-icons.mjs} +2 -1
  294. package/layouts/Gallery/gallery.css +1 -1
  295. package/layouts/Gallery/gallery.scss +1 -1
  296. package/layouts/Grid/grid.css +7 -7
  297. package/layouts/Grid/grid.scss +2 -2
  298. package/package.json +59 -65
  299. package/patternfly-addons.css +48 -48
  300. package/{patternfly-base-no-reset.css → patternfly-base-no-globals.css} +28 -73
  301. package/{patternfly-base-no-reset.scss → patternfly-base-no-globals.scss} +1 -0
  302. package/patternfly-base.css +63 -114
  303. package/{patternfly-no-reset.css → patternfly-no-globals.css} +1179 -2293
  304. package/{patternfly-no-reset.scss → patternfly-no-globals.scss} +1 -0
  305. package/patternfly.css +1207 -2327
  306. package/patternfly.min.css +1 -1
  307. package/patternfly.min.css.map +1 -1
  308. package/sass-utilities/functions.scss +8 -24
  309. package/sass-utilities/mixins.scss +15 -39
  310. package/sass-utilities/placeholders.scss +0 -23
  311. package/sass-utilities/scss-variables.scss +5 -6
  312. package/sass-utilities/themes/dark/placeholders.scss +0 -22
  313. package/sass-utilities/themes/dark/scss-variables.scss +1 -1
  314. package/utilities/Spacing/spacing.scss +2 -2
  315. package/utilities/Text/text.css +48 -48
  316. package/utilities/Text/text.scss +6 -6
  317. package/utilities/Text/themes/dark/text.scss +2 -2
  318. package/assets/fonts/RedHatDisplay/RedHatDisplay-Black.woff +0 -0
  319. package/assets/fonts/RedHatDisplay/RedHatDisplay-BlackItalic.woff +0 -0
  320. package/assets/fonts/RedHatDisplay/RedHatDisplay-Bold.woff +0 -0
  321. package/assets/fonts/RedHatDisplay/RedHatDisplay-BoldItalic.woff +0 -0
  322. package/assets/fonts/RedHatDisplay/RedHatDisplay-Italic.woff +0 -0
  323. package/assets/fonts/RedHatDisplay/RedHatDisplay-Medium.woff +0 -0
  324. package/assets/fonts/RedHatDisplay/RedHatDisplay-MediumItalic.woff +0 -0
  325. package/assets/fonts/RedHatDisplay/RedHatDisplay-Regular.woff +0 -0
  326. package/assets/fonts/RedHatText/RedHatText-Bold.woff +0 -0
  327. package/assets/fonts/RedHatText/RedHatText-BoldItalic.woff +0 -0
  328. package/assets/fonts/RedHatText/RedHatText-Italic.woff +0 -0
  329. package/assets/fonts/RedHatText/RedHatText-Medium.woff +0 -0
  330. package/assets/fonts/RedHatText/RedHatText-MediumItalic.woff +0 -0
  331. package/assets/fonts/RedHatText/RedHatText-Regular.woff +0 -0
  332. package/assets/fonts/webfonts/fa-solid-900.woff +0 -0
  333. package/assets/pficon/pficon.woff +0 -0
  334. package/base/_shield-inheritable.scss +0 -69
  335. package/base/_shield-noninheritable.scss +0 -13
  336. package/base/patternfly-shield-inheritable.css +0 -66
  337. package/base/patternfly-shield-inheritable.scss +0 -4
  338. package/base/patternfly-shield-noninheritable.css +0 -9
  339. package/base/patternfly-shield-noninheritable.scss +0 -4
  340. package/sass-utilities/bs-variables.scss +0 -709
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  id: Application launcher
3
3
  section: components
4
+ subsection: menus
4
5
  cssPrefix: pf-c-app-launcher
5
6
  ---import './application-launcher.css'
6
7
 
@@ -26,6 +27,7 @@ cssPrefix: pf-c-app-launcher
26
27
  <ul
27
28
  class="pf-c-app-launcher__menu"
28
29
  aria-labelledby="application-launcher-collapsed-button"
30
+ role="list"
29
31
  hidden
30
32
  >
31
33
  <li>
@@ -69,6 +71,7 @@ cssPrefix: pf-c-app-launcher
69
71
  <ul
70
72
  class="pf-c-app-launcher__menu"
71
73
  aria-labelledby="application-launcher-disabled-button"
74
+ role="list"
72
75
  hidden
73
76
  >
74
77
  <li>
@@ -111,6 +114,7 @@ cssPrefix: pf-c-app-launcher
111
114
  <ul
112
115
  class="pf-c-app-launcher__menu"
113
116
  aria-labelledby="application-launcher-expanded-button"
117
+ role="list"
114
118
  >
115
119
  <li>
116
120
  <a class="pf-c-app-launcher__menu-item" href="#">Link</a>
@@ -152,6 +156,7 @@ cssPrefix: pf-c-app-launcher
152
156
  <ul
153
157
  class="pf-c-app-launcher__menu pf-m-align-right"
154
158
  aria-labelledby="application-launcher-aligned-right-button"
159
+ role="list"
155
160
  >
156
161
  <li>
157
162
  <a class="pf-c-app-launcher__menu-item" href="#">Link</a>
@@ -193,6 +198,7 @@ cssPrefix: pf-c-app-launcher
193
198
  <ul
194
199
  class="pf-c-app-launcher__menu"
195
200
  aria-labelledby="application-launcher-aligned-top-button"
201
+ role="list"
196
202
  >
197
203
  <li>
198
204
  <a class="pf-c-app-launcher__menu-item" href="#">Link</a>
@@ -233,7 +239,7 @@ cssPrefix: pf-c-app-launcher
233
239
  </button>
234
240
  <div class="pf-c-app-launcher__menu">
235
241
  <section class="pf-c-app-launcher__group">
236
- <ul>
242
+ <ul role="list">
237
243
  <li>
238
244
  <a class="pf-c-app-launcher__menu-item" href="#">Link not in group</a>
239
245
  </li>
@@ -242,7 +248,7 @@ cssPrefix: pf-c-app-launcher
242
248
  <hr class="pf-c-divider" />
243
249
  <section class="pf-c-app-launcher__group">
244
250
  <h1 class="pf-c-app-launcher__group-title">Group 1</h1>
245
- <ul>
251
+ <ul role="list">
246
252
  <li>
247
253
  <a class="pf-c-app-launcher__menu-item" href="#">Group 1 link</a>
248
254
  </li>
@@ -254,7 +260,7 @@ cssPrefix: pf-c-app-launcher
254
260
  <hr class="pf-c-divider" />
255
261
  <section class="pf-c-app-launcher__group">
256
262
  <h1 class="pf-c-app-launcher__group-title">Group 2</h1>
257
- <ul>
263
+ <ul role="list">
258
264
  <li>
259
265
  <a class="pf-c-app-launcher__menu-item" href="#">Group 2 link</a>
260
266
  </li>
@@ -287,7 +293,7 @@ cssPrefix: pf-c-app-launcher
287
293
  </button>
288
294
  <div class="pf-c-app-launcher__menu">
289
295
  <section class="pf-c-app-launcher__group">
290
- <ul>
296
+ <ul role="list">
291
297
  <li>
292
298
  <a class="pf-c-app-launcher__menu-item" href="#">Link not in group</a>
293
299
  </li>
@@ -296,7 +302,7 @@ cssPrefix: pf-c-app-launcher
296
302
  </section>
297
303
  <section class="pf-c-app-launcher__group">
298
304
  <h1 class="pf-c-app-launcher__group-title">Group 1</h1>
299
- <ul>
305
+ <ul role="list">
300
306
  <li>
301
307
  <a class="pf-c-app-launcher__menu-item" href="#">Group 1 link</a>
302
308
  </li>
@@ -308,7 +314,7 @@ cssPrefix: pf-c-app-launcher
308
314
  </section>
309
315
  <section class="pf-c-app-launcher__group">
310
316
  <h1 class="pf-c-app-launcher__group-title">Group 2</h1>
311
- <ul>
317
+ <ul role="list">
312
318
  <li>
313
319
  <a class="pf-c-app-launcher__menu-item" href="#">Group 2 link</a>
314
320
  </li>
@@ -341,7 +347,7 @@ cssPrefix: pf-c-app-launcher
341
347
  </button>
342
348
  <div class="pf-c-app-launcher__menu">
343
349
  <section class="pf-c-app-launcher__group">
344
- <ul>
350
+ <ul role="list">
345
351
  <li>
346
352
  <a class="pf-c-app-launcher__menu-item" href="#">
347
353
  <span class="pf-c-app-launcher__menu-item-icon">
@@ -355,7 +361,7 @@ cssPrefix: pf-c-app-launcher
355
361
  <li class="pf-c-divider" role="separator"></li>
356
362
  <section class="pf-c-app-launcher__group">
357
363
  <h1 class="pf-c-app-launcher__group-title">Group 1</h1>
358
- <ul>
364
+ <ul role="list">
359
365
  <li>
360
366
  <a
361
367
  class="pf-c-app-launcher__menu-item pf-m-external"
@@ -397,7 +403,7 @@ cssPrefix: pf-c-app-launcher
397
403
  </section>
398
404
  <section class="pf-c-app-launcher__group">
399
405
  <h1 class="pf-c-app-launcher__group-title">Group 2</h1>
400
- <ul>
406
+ <ul role="list">
401
407
  <li>
402
408
  <a
403
409
  class="pf-c-app-launcher__menu-item pf-m-external"
@@ -478,7 +484,7 @@ cssPrefix: pf-c-app-launcher
478
484
  </div>
479
485
  <section class="pf-c-app-launcher__group">
480
486
  <h1 class="pf-c-app-launcher__group-title">Favorites</h1>
481
- <ul>
487
+ <ul role="list">
482
488
  <li class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite">
483
489
  <a
484
490
  class="pf-c-app-launcher__menu-item pf-m-link"
@@ -534,7 +540,7 @@ cssPrefix: pf-c-app-launcher
534
540
  <hr class="pf-c-divider" />
535
541
  <section class="pf-c-app-launcher__group">
536
542
  <h1 class="pf-c-app-launcher__group-title">Group 1</h1>
537
- <ul>
543
+ <ul role="list">
538
544
  <li class="pf-c-app-launcher__menu-wrapper pf-m-external">
539
545
  <a
540
546
  class="pf-c-app-launcher__menu-item pf-m-link"
@@ -590,7 +596,7 @@ cssPrefix: pf-c-app-launcher
590
596
  <hr class="pf-c-divider" />
591
597
  <section class="pf-c-app-launcher__group">
592
598
  <h1 class="pf-c-app-launcher__group-title">Group 2</h1>
593
- <ul>
599
+ <ul role="list">
594
600
  <li class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite">
595
601
  <a
596
602
  class="pf-c-app-launcher__menu-item pf-m-link"
@@ -652,40 +658,40 @@ cssPrefix: pf-c-app-launcher
652
658
 
653
659
  ### Accessibility
654
660
 
655
- | Attribute | Applied | Outcome |
656
- | ----------------------------------- | ------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------ |
657
- | `aria-label="Application launcher"` | `.pf-c-app-launcher` | Gives the app launcher element an accessible name. **Required** |
658
- | `aria-expanded="false"` | `.pf-c-button` | Indicates that the menu is hidden. |
659
- | `aria-expanded="true"` | `.pf-c-button` | Indicates that the menu is visible. |
660
- | `aria-label="Actions"` | `.pf-c-button` | Provides an accessible name for the app launcher when an icon is used. **Required** |
661
- | `hidden` | `.pf-c-app-launcher__menu` | Indicates that the menu is hidden so that it isn't visible in the UI and isn't accessed by assistive technologies. |
662
- | `disabled` | `.pf-c-app-launcher__toggle` | Disables the app launcher toggle and removes it from keyboard focus. |
663
- | `disabled` | `button.pf-c-app-launcher__menu-item` | When the menu item uses a button element, indicates that it is unavailable and removes it from keyboard focus. |
664
- | `aria-disabled="true"` | `a.pf-c-app-launcher__menu-item` | When the menu item uses a link element, indicates that it is unavailable. |
665
- | `tabindex="-1"` | `a.pf-c-app-launcher__menu-item` | When the menu item uses a link element, removes it from keyboard focus. |
666
- | `aria-hidden="true"` | `.pf-c-app-launcher__menu-item-external-icon > *` | Hides the icon from assistive technologies. |
661
+ | Attribute | Applied | Outcome |
662
+ | -- | -- | -- |
663
+ | `aria-label="Application launcher"` | `.pf-c-app-launcher` | Gives the app launcher element an accessible name. **Required** |
664
+ | `aria-expanded="false"` | `.pf-c-button` | Indicates that the menu is hidden. |
665
+ | `aria-expanded="true"` | `.pf-c-button` | Indicates that the menu is visible. |
666
+ | `aria-label="Actions"` | `.pf-c-button` | Provides an accessible name for the app launcher when an icon is used. **Required** |
667
+ | `hidden` | `.pf-c-app-launcher__menu` | Indicates that the menu is hidden so that it isn't visible in the UI and isn't accessed by assistive technologies. |
668
+ | `disabled` | `.pf-c-app-launcher__toggle` | Disables the app launcher toggle and removes it from keyboard focus. |
669
+ | `disabled` | `button.pf-c-app-launcher__menu-item` | When the menu item uses a button element, indicates that it is unavailable and removes it from keyboard focus. |
670
+ | `aria-disabled="true"` | `a.pf-c-app-launcher__menu-item` | When the menu item uses a link element, indicates that it is unavailable. |
671
+ | `tabindex="-1"` | `a.pf-c-app-launcher__menu-item` | When the menu item uses a link element, removes it from keyboard focus. |
672
+ | `aria-hidden="true"` | `.pf-c-app-launcher__menu-item-external-icon > *` | Hides the icon from assistive technologies. |
667
673
 
668
674
  ### Usage
669
675
 
670
- | Class | Applied | Outcome |
671
- | --------------------------------------------- | ---------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------ |
672
- | `.pf-c-app-launcher` | `<nav>` | Defines the parent wrapper of the app launcher. |
673
- | `.pf-c-app-launcher__toggle` | `<button>` | Defines the app launcher toggle. |
674
- | `.pf-c-app-launcher__menu` | `<ul>`, `<div>` | Defines the parent wrapper of the menu items. Use a `<div>` if your app launcher has groups. |
675
- | `.pf-c-app-launcher__menu-search` | `<div>` | Defines the wrapper for the search input. |
676
- | `.pf-c-app-launcher__group` | `<section>` | Defines a group of items. Required when there is more than one group. |
677
- | `.pf-c-app-launcher__group-title` | `<h1>` | Defines a title for a group of items. |
678
- | `.pf-c-app-launcher__menu-wrapper` | `<li>` | Defines a menu wrapper for use with multiple actionable items in a single item row. |
679
- | `.pf-c-app-launcher__menu-item` | `<a>`, `<button>` | Defines a menu item. |
680
- | `.pf-c-app-launcher__menu-item-icon` | `<span>` | Defines the wrapper for the menu item icon. |
681
- | `.pf-c-app-launcher__menu-item-external-icon` | `<span>` | Defines the wrapper for the external link icon that appears on hover/focus. Use with `.pf-m-external`. |
682
- | `.pf-m-expanded` | `.pf-c-app-launcher` | Modifies for the expanded state. |
683
- | `.pf-m-top` | `.pf-c-app-launcher` | Modifies to display the menu above the toggle. |
684
- | `.pf-m-align-right` | `.pf-c-app-launcher__menu` | Modifies to display the menu aligned to the right edge of the toggle. |
685
- | `.pf-m-static` | `.pf-c-app-launcher__menu` | Modifies to position the menu statically to support custom positioning. |
686
- | `.pf-m-disabled` | `a.pf-c-app-launcher__menu-item` | Modifies to display the menu item as disabled. |
687
- | `.pf-m-external` | `.pf-c-app-launcher__menu-item` | Modifies to display the menu item as having an external link icon on hover/focus. |
688
- | `.pf-m-favorite` | `.pf-c-app-launcher__menu-wrapper` | Modifies wrapper to indicate that the item row has been favorited. |
689
- | `.pf-m-link` | `.pf-c-app-launcher__menu-item.pf-m-wrapper > .pf-c-app-launcher__menu-item` | Modifies item for link styles. |
690
- | `.pf-m-action` | `.pf-c-app-launcher__menu-item.pf-m-wrapper > .pf-c-app-launcher__menu-item` | Modifies item to for action styles. |
691
- | `.pf-m-active` | `.pf-c-app-launcher__toggle` | Forces display of the active state of the toggle. |
676
+ | Class | Applied | Outcome |
677
+ | -- | -- | -- |
678
+ | `.pf-c-app-launcher` | `<nav>` | Defines the parent wrapper of the app launcher. |
679
+ | `.pf-c-app-launcher__toggle` | `<button>` | Defines the app launcher toggle. |
680
+ | `.pf-c-app-launcher__menu` | `<ul>`, `<div>` | Defines the parent wrapper of the menu items. Use a `<div>` if your app launcher has groups. |
681
+ | `.pf-c-app-launcher__menu-search` | `<div>` | Defines the wrapper for the search input. |
682
+ | `.pf-c-app-launcher__group` | `<section>` | Defines a group of items. Required when there is more than one group. |
683
+ | `.pf-c-app-launcher__group-title` | `<h1>` | Defines a title for a group of items. |
684
+ | `.pf-c-app-launcher__menu-wrapper` | `<li>` | Defines a menu wrapper for use with multiple actionable items in a single item row. |
685
+ | `.pf-c-app-launcher__menu-item` | `<a>`, `<button>` | Defines a menu item. |
686
+ | `.pf-c-app-launcher__menu-item-icon` | `<span>` | Defines the wrapper for the menu item icon. |
687
+ | `.pf-c-app-launcher__menu-item-external-icon` | `<span>` | Defines the wrapper for the external link icon that appears on hover/focus. Use with `.pf-m-external`. |
688
+ | `.pf-m-expanded` | `.pf-c-app-launcher` | Modifies for the expanded state. |
689
+ | `.pf-m-top` | `.pf-c-app-launcher` | Modifies to display the menu above the toggle. |
690
+ | `.pf-m-align-right` | `.pf-c-app-launcher__menu` | Modifies to display the menu aligned to the right edge of the toggle. |
691
+ | `.pf-m-static` | `.pf-c-app-launcher__menu` | Modifies to position the menu statically to support custom positioning. |
692
+ | `.pf-m-disabled` | `a.pf-c-app-launcher__menu-item` | Modifies to display the menu item as disabled. |
693
+ | `.pf-m-external` | `.pf-c-app-launcher__menu-item` | Modifies to display the menu item as having an external link icon on hover/focus. |
694
+ | `.pf-m-favorite` | `.pf-c-app-launcher__menu-wrapper` | Modifies wrapper to indicate that the item row has been favorited. |
695
+ | `.pf-m-link` | `.pf-c-app-launcher__menu-item.pf-m-wrapper > .pf-c-app-launcher__menu-item` | Modifies item for link styles. |
696
+ | `.pf-m-action` | `.pf-c-app-launcher__menu-item.pf-m-wrapper > .pf-c-app-launcher__menu-item` | Modifies item to for action styles. |
697
+ | `.pf-m-active` | `.pf-c-app-launcher__toggle` | Forces display of the active state of the toggle. |
@@ -91,18 +91,18 @@ The avatar component provides a default SVG icon. If an image is used it should
91
91
 
92
92
  ### Accessibility
93
93
 
94
- | Attribute | Applied to | Outcome |
95
- | --------- | -------------- | ----------------------------------------------------------------------------------------- |
96
- | `alt` | `.pf-c-avatar` | The alt attribute describes the appearance and function of the avatar image. **Required** |
94
+ | Attribute | Applied to | Outcome |
95
+ | -- | -- | -- |
96
+ | `alt` | `.pf-c-avatar` | The alt attribute describes the appearance and function of the avatar image. **Required** |
97
97
 
98
98
  ### Usage
99
99
 
100
- | Class | Applied to | Outcome |
101
- | ---------------------------- | -------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
102
- | `.pf-c-avatar` | `<img>` | Initiates an avatar image. **Required** |
103
- | `.pf-m-light` | `.pf-c-avatar` | Modifies an avatar for use against a light background. |
104
- | `.pf-m-dark` | `.pf-c-avatar` | Modifies an avatar for use against a dark background. |
105
- | `.pf-m-sm{-on-[breakpoint]}` | `.pf-c-avatar` | Modifies an avatar to be small on an optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
100
+ | Class | Applied to | Outcome |
101
+ | -- | -- | -- |
102
+ | `.pf-c-avatar` | `<img>` | Initiates an avatar image. **Required** |
103
+ | `.pf-m-light` | `.pf-c-avatar` | Modifies an avatar for use against a light background. |
104
+ | `.pf-m-dark` | `.pf-c-avatar` | Modifies an avatar for use against a dark background. |
105
+ | `.pf-m-sm{-on-[breakpoint]}` | `.pf-c-avatar` | Modifies an avatar to be small on an optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
106
106
  | `.pf-m-md{-on-[breakpoint]}` | `.pf-c-avatar` | Modifies an avatar to be medium on an optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). **Note:** This is the default size. |
107
- | `.pf-m-lg{-on-[breakpoint]}` | `.pf-c-avatar` | Modifies an avatar to be large on an optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
108
- | `.pf-m-xl{-on-[breakpoint]}` | `.pf-c-avatar` | Modifies an avatar to be extra large on an optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
107
+ | `.pf-m-lg{-on-[breakpoint]}` | `.pf-c-avatar` | Modifies an avatar to be large on an optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
108
+ | `.pf-m-xl{-on-[breakpoint]}` | `.pf-c-avatar` | Modifies an avatar to be extra large on an optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
@@ -24,7 +24,7 @@ cssPrefix: pf-c-back-to-top
24
24
 
25
25
  ### Usage
26
26
 
27
- | Class | Applied to | Outcome |
28
- | ------------------- | ------------------- | ------------------------------------------------- |
29
- | `.pf-c-back-to-top` | `<div>` | Initiates the back to top component. **Required** |
30
- | `.pf-m-hidden` | `.pf-c-back-to-top` | Modifies the component to be hidden. |
27
+ | Class | Applied to | Outcome |
28
+ | -- | -- | -- |
29
+ | `.pf-c-back-to-top` | `<div>` | Initiates the back to top component. **Required** |
30
+ | `.pf-m-hidden` | `.pf-c-back-to-top` | Modifies the component to be hidden. |
@@ -19,7 +19,7 @@ This component puts a backdrop over the entire viewport.
19
19
 
20
20
  ### Usage
21
21
 
22
- | Class | Applied to | Outcome |
23
- | ---------------------- | ---------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
24
- | `.pf-c-backdrop` | `<div>` | Initiates backdrop. **Required** |
25
- | `.pf-c-backdrop__open` | `<body>` | Lock scrolling when backdrop is active. This class should be set on `<body>` while backdrop is active and removed while backdrop is inactive. **Required** |
22
+ | Class | Applied to | Outcome |
23
+ | -- | -- | -- |
24
+ | `.pf-c-backdrop` | `<div>` | Initiates backdrop. **Required** |
25
+ | `.pf-c-backdrop__open` | `<body>` | Lock scrolling when backdrop is active. This class should be set on `<body>` while backdrop is active and removed while backdrop is inactive. **Required** |
@@ -7,30 +7,7 @@ cssPrefix: pf-c-background-image
7
7
  ### Basic
8
8
 
9
9
  ```html isFullscreen
10
- <div class="pf-c-background-image">
11
- <svg
12
- xmlns="http://www.w3.org/2000/svg"
13
- class="pf-c-background-image__filter"
14
- width="0"
15
- height="0"
16
- >
17
- <filter id="image_overlay">
18
- <feColorMatrix
19
- type="matrix"
20
- values="1 0 0 0 0
21
- 1 0 0 0 0
22
- 1 0 0 0 0
23
- 0 0 0 1 0"
24
- />
25
- <feComponentTransfer color-interpolation-filters="sRGB" result="duotone">
26
- <feFuncR type="table" tableValues="0.086274509803922 0.43921568627451" />
27
- <feFuncG type="table" tableValues="0.086274509803922 0.43921568627451" />
28
- <feFuncB type="table" tableValues="0.086274509803922 0.43921568627451" />
29
- <feFuncA type="table" tableValues="0 1" />
30
- </feComponentTransfer>
31
- </filter>
32
- </svg>
33
- </div>
10
+ <div class="pf-c-background-image"></div>
34
11
 
35
12
  ```
36
13
 
@@ -38,11 +15,18 @@ cssPrefix: pf-c-background-image
38
15
 
39
16
  ### Overview
40
17
 
41
- This component puts an image on the background with an svg filter applied to it. The svg must be inline on the page for the filter to work in all browsers.
18
+ This component puts an image on the background.
19
+
20
+ ### Customizing the background image
21
+
22
+ In order to use a custom image, pass a new value to the `--pf-c-background-image--BackgroundImage` CSS variable. For example:
23
+
24
+ ```css
25
+ --pf-c-background-image--BackgroundImage: url("custom/image/path");
26
+ ```
42
27
 
43
28
  ### Usage
44
29
 
45
- | Class | Applied to | Outcome |
46
- | -------------------------------- | ---------- | ------------------------------------------------------------------ |
47
- | `.pf-c-background-image` | `*` | A fixed background image is applied to the background of the page. |
48
- | `.pf-c-background-image__filter` | `*` | The inline svg that provides the filter for the background image. |
30
+ | Class | Applied to | Outcome |
31
+ | -- | -- | -- |
32
+ | `.pf-c-background-image` | `*` | A fixed background image is applied to the background of the page. |
@@ -32,8 +32,8 @@ Always add a modifier class. Never use the class `.pf-c-badge` on its own.
32
32
 
33
33
  ### Usage
34
34
 
35
- | Class | Applied to | Outcome |
36
- | -------------- | ------------- | -------------------------------------------------------- |
37
- | `.pf-c-badge` | `<span>` | Initiates a badge. **Always use with a modifier class.** |
38
- | `.pf-m-read` | `.pf-c-badge` | Applies read badge styling. |
39
- | `.pf-m-unread` | `.pf-c-badge` | Applies unread badge styling. |
35
+ | Class | Applied to | Outcome |
36
+ | -- | -- | -- |
37
+ | `.pf-c-badge` | `<span>` | Initiates a badge. **Always use with a modifier class.** |
38
+ | `.pf-m-read` | `.pf-c-badge` | Applies read badge styling. |
39
+ | `.pf-m-unread` | `.pf-c-badge` | Applies unread badge styling. |
@@ -151,11 +151,11 @@ Add a modifier class to the default banner to change the presentation: `.pf-m-bl
151
151
 
152
152
  ### Usage
153
153
 
154
- | Class | Applied to | Outcome |
155
- | -------------- | -------------- | --------------------------------------------------------- |
156
- | `.pf-c-banner` | `<div>` | Initiates a banner. **Required** |
157
- | `.pf-m-blue` | `.pf-c-banner` | Modifies banner for blue styling. |
158
- | `.pf-m-red` | `.pf-c-banner` | Modifies banner for red styling. |
159
- | `.pf-m-green` | `.pf-c-banner` | Modifies banner for green styling. |
160
- | `.pf-m-gold` | `.pf-c-banner` | Modifies banner for gold styling. |
161
- | `.pf-m-sticky` | `.pf-c-banner` | Modifies banner to be sticky to the top of its container. |
154
+ | Class | Applied to | Outcome |
155
+ | -- | -- | -- |
156
+ | `.pf-c-banner` | `<div>` | Initiates a banner. **Required** |
157
+ | `.pf-m-blue` | `.pf-c-banner` | Modifies banner for blue styling. |
158
+ | `.pf-m-red` | `.pf-c-banner` | Modifies banner for red styling. |
159
+ | `.pf-m-green` | `.pf-c-banner` | Modifies banner for green styling. |
160
+ | `.pf-m-gold` | `.pf-c-banner` | Modifies banner for gold styling. |
161
+ | `.pf-m-sticky` | `.pf-c-banner` | Modifies banner to be sticky to the top of its container. |
@@ -50,15 +50,15 @@ Simple brand component.
50
50
 
51
51
  ### Accessibility
52
52
 
53
- | Attribute | Applied to | Outcome |
54
- | --------- | ------------- | ---------------------------------------------------------------------------------------------------------- |
55
- | `alt` | `.pf-c-brand` | The alt attribute specifies an alternate text for an image, if the image cannot be displayed. **Required** |
53
+ | Attribute | Applied to | Outcome |
54
+ | -- | -- | -- |
55
+ | `alt` | `.pf-c-brand` | The alt attribute specifies an alternate text for an image, if the image cannot be displayed. **Required** |
56
56
 
57
57
  ### Usage
58
58
 
59
- | Class | Applied to | Outcome |
60
- | -------------------------------------------------- | ------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------- |
61
- | `.pf-c-brand` | `<img>, <picture>` | Initiates a brand image. **Required** |
62
- | `.pf-m-picture` | `.pf-c-brand` | Modifies a brand image to a picture. |
63
- | `--pf-c-brand--Width{-on-[breakpoint]}: {width}` | `.pf-c-brand` | Modifies the width value of a picture on optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
64
- | `--pf-c-brand--Height{-on-[breakpoint]}: {height}` | `.pf-c-brand` | Modifies the height value of a picture on optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
59
+ | Class | Applied to | Outcome |
60
+ | -- | -- | -- |
61
+ | `.pf-c-brand` | `<img>, <picture>` | Initiates a brand image. **Required** |
62
+ | `.pf-m-picture` | `.pf-c-brand` | Modifies a brand image to a picture. |
63
+ | `--pf-c-brand--Width{-on-[breakpoint]}: {width}` | `.pf-c-brand` | Modifies the width value of a picture on optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
64
+ | `--pf-c-brand--Height{-on-[breakpoint]}: {height}` | `.pf-c-brand` | Modifies the height value of a picture on optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
@@ -10,7 +10,7 @@ cssPrefix: pf-c-breadcrumb
10
10
 
11
11
  ```html
12
12
  <nav class="pf-c-breadcrumb" aria-label="breadcrumb">
13
- <ol class="pf-c-breadcrumb__list">
13
+ <ol class="pf-c-breadcrumb__list" role="list">
14
14
  <li class="pf-c-breadcrumb__item">
15
15
  <span class="pf-c-breadcrumb__item-divider">
16
16
  <i class="fas fa-angle-right" aria-hidden="true"></i>
@@ -48,7 +48,7 @@ cssPrefix: pf-c-breadcrumb
48
48
 
49
49
  ```html
50
50
  <nav class="pf-c-breadcrumb" aria-label="breadcrumb">
51
- <ol class="pf-c-breadcrumb__list">
51
+ <ol class="pf-c-breadcrumb__list" role="list">
52
52
  <li class="pf-c-breadcrumb__item">
53
53
  <span class="pf-c-breadcrumb__item-divider">
54
54
  <i class="fas fa-angle-right" aria-hidden="true"></i>
@@ -98,7 +98,7 @@ cssPrefix: pf-c-breadcrumb
98
98
 
99
99
  ```html
100
100
  <nav class="pf-c-breadcrumb" aria-label="breadcrumb">
101
- <ol class="pf-c-breadcrumb__list">
101
+ <ol class="pf-c-breadcrumb__list" role="list">
102
102
  <li class="pf-c-breadcrumb__item">
103
103
  <span class="pf-c-breadcrumb__item-divider">
104
104
  <i class="fas fa-angle-right" aria-hidden="true"></i>
@@ -144,7 +144,7 @@ cssPrefix: pf-c-breadcrumb
144
144
 
145
145
  ```html
146
146
  <nav class="pf-c-breadcrumb" aria-label="breadcrumb">
147
- <ol class="pf-c-breadcrumb__list">
147
+ <ol class="pf-c-breadcrumb__list" role="list">
148
148
  <li class="pf-c-breadcrumb__item">
149
149
  <span class="pf-c-breadcrumb__item-divider">
150
150
  <i class="fas fa-angle-right" aria-hidden="true"></i>
@@ -235,7 +235,7 @@ cssPrefix: pf-c-breadcrumb
235
235
 
236
236
  ```html
237
237
  <nav class="pf-c-breadcrumb" aria-label="breadcrumb">
238
- <ol class="pf-c-breadcrumb__list">
238
+ <ol class="pf-c-breadcrumb__list" role="list">
239
239
  <li class="pf-c-breadcrumb__item">
240
240
  <span class="pf-c-breadcrumb__item-divider">
241
241
  <i class="fas fa-angle-right" aria-hidden="true"></i>
@@ -275,26 +275,26 @@ cssPrefix: pf-c-breadcrumb
275
275
 
276
276
  A breadcrumb is a list of links to display a user's navigational hierarchy. The last item of the breadcrumb list indicates the current page's location.
277
277
 
278
- - `.pf-c-breadcrumb__list` is the default breadcrumb navigation. It provides links to previous navigation pages and also shows the current page's location.
278
+ * `.pf-c-breadcrumb__list` is the default breadcrumb navigation. It provides links to previous navigation pages and also shows the current page's location.
279
279
 
280
280
  In the event that a page does not have a traditional `<h1>` page title, a heading can be included in the breadcrumbs and an optional link within.
281
281
 
282
282
  ### Accessibility
283
283
 
284
- | Attribute | Applied to | Outcome |
285
- | ------------------------------------- | -------------------------------------------------- | ------------------------------------------------- |
286
- | `aria-label="[landmark description]"` | `.pf-c-breadcrumb` | Describes `<nav>` landmark. |
287
- | `aria-label="[link name]"` | `.pf-c-breadcrumb__link` | If link has no text (icon), add an aria-label. |
288
- | `aria-current="page"` | `.pf-c-breadcrumb__item`, `.pf-c-breadcrumb__link` | Indicates the current page within a set of pages. |
284
+ | Attribute | Applied to | Outcome |
285
+ | -- | -- | -- |
286
+ | `aria-label="[landmark description]"` | `.pf-c-breadcrumb` | Describes `<nav>` landmark. |
287
+ | `aria-label="[link name]"` | `.pf-c-breadcrumb__link` | If link has no text (icon), add an aria-label. |
288
+ | `aria-current="page"` | `.pf-c-breadcrumb__item`, `.pf-c-breadcrumb__link` | Indicates the current page within a set of pages. |
289
289
 
290
290
  ### Usage
291
291
 
292
- | Class | Applied to | Outcome |
293
- | -------------------------------- | ------------------------ | ------------------------------------------------------ |
294
- | `.pf-c-breadcrumb` | `<nav>` | Initiates a primary breadcrumb element. **Required** |
295
- | `.pf-c-breadcrumb__list` | `<ol>` | Initiates default breadcrumb ordered list. |
296
- | `.pf-c-breadcrumb__item` | `<li>` | Initiates default breadcrumb list item. |
297
- | `.pf-c-breadcrumb__item-divider` | `<span>` | Initiates default breadcrumb list item divider. |
298
- | `.pf-c-breadcrumb__link` | `<a>`, `<button>` | Initiates default breadcrumb list link. |
299
- | `.pf-c-breadcrumb__title` | `<h1>` | Initiates breadcrumb header. |
300
- | `.pf-m-current` | `.pf-c-breadcrumb__link` | Modifies to display the list item as the current item. |
292
+ | Class | Applied to | Outcome |
293
+ | -- | -- | -- |
294
+ | `.pf-c-breadcrumb` | `<nav>` | Initiates a primary breadcrumb element. **Required** |
295
+ | `.pf-c-breadcrumb__list` | `<ol>` | Initiates default breadcrumb ordered list. |
296
+ | `.pf-c-breadcrumb__item` | `<li>` | Initiates default breadcrumb list item. |
297
+ | `.pf-c-breadcrumb__item-divider` | `<span>` | Initiates default breadcrumb list item divider. |
298
+ | `.pf-c-breadcrumb__link` | `<a>`, `<button>` | Initiates default breadcrumb list link. |
299
+ | `.pf-c-breadcrumb__title` | `<h1>` | Initiates breadcrumb header. |
300
+ | `.pf-m-current` | `.pf-c-breadcrumb__link` | Modifies to display the list item as the current item. |
@@ -479,41 +479,41 @@ Semantic buttons and links are important for usability as well as accessibility.
479
479
 
480
480
  ### Accessibility
481
481
 
482
- | Attribute | Applied to | Outcome |
483
- | ---------------------------------- | ------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
484
- | `aria-pressed="true or false"` | `.pf-c-button` | Indicates that the button is a toggle. When set to "true", `pf-m-active` should also be set so that the button displays in an active state. **Required when button is a toggle** |
485
- | `aria-label="[button label text]"` | `.pf-c-button.pf-m-plain` | Provides an accessible name for the button when an icon is used instead of text. **Required when icon is used with no supporting text** |
486
- | `aria-label="[descriptive text]"` | `a.pf-c-button`, `span.pf-c-button.pf-m-link.pf-m-inline` | The button component's text should adequately describe its purpose. If it does not, `aria-label` can provide more detailed interaction information. |
487
- | `disabled` | `button.pf-c-button` | When a button element is used, indicates that it is unavailable and removes it from keyboard focus. **Required when button is disabled** |
488
- | `aria-disabled="true"` | `button.pf-c-button` | When a button element is used, indicates that it is unavailable but does not prevent keyboard or hover interactions. Used when a disabled button provides interactive elements like a tooltip. |
489
- | `aria-disabled="true"` | `a.pf-c-button.pf-m-disabled`, `span.pf-c-button.pf-m-link.pf-m-inline.pf-m-disabled` | When a non-button element is used, indicates that it is unavailable. **Required when element is disabled** |
490
- | `aria-expanded="true"` | `.pf-c-button.pf-m-expanded` | Indicates that the expanded content element is visible. **Required** |
491
- | `tabindex="-1"` | `a.pf-c-button.pf-m-disabled`, `span.pf-c-button.pf-m-link.pf-m-inline.pf-m-disabled` | When a non-button element is used, removes it from keyboard focus. **Required when element is disabled** |
492
- | `tabindex="0"` | `span.pf-c-button.pf-m-link.pf-m-inline` | Inserts the span into the tab order of the page so that it is focusable. **Required when the element is a span** |
482
+ | Attribute | Applied to | Outcome |
483
+ | -- | -- | -- |
484
+ | `aria-pressed="true or false"` | `.pf-c-button` | Indicates that the button is a toggle. When set to "true", `pf-m-active` should also be set so that the button displays in an active state. **Required when button is a toggle** |
485
+ | `aria-label="[button label text]"` | `.pf-c-button.pf-m-plain` | Provides an accessible name for the button when an icon is used instead of text. **Required when icon is used with no supporting text** |
486
+ | `aria-label="[descriptive text]"` | `a.pf-c-button`, `span.pf-c-button.pf-m-link.pf-m-inline` | The button component's text should adequately describe its purpose. If it does not, `aria-label` can provide more detailed interaction information. |
487
+ | `disabled` | `button.pf-c-button` | When a button element is used, indicates that it is unavailable and removes it from keyboard focus. **Required when button is disabled** |
488
+ | `aria-disabled="true"` | `button.pf-c-button` | When a button element is used, indicates that it is unavailable but does not prevent keyboard or hover interactions. Used when a disabled button provides interactive elements like a tooltip. |
489
+ | `aria-disabled="true"` | `a.pf-c-button.pf-m-disabled`, `span.pf-c-button.pf-m-link.pf-m-inline.pf-m-disabled` | When a non-button element is used, indicates that it is unavailable. **Required when element is disabled** |
490
+ | `aria-expanded="true"` | `.pf-c-button.pf-m-expanded` | Indicates that the expanded content element is visible. **Required** |
491
+ | `tabindex="-1"` | `a.pf-c-button.pf-m-disabled`, `span.pf-c-button.pf-m-link.pf-m-inline.pf-m-disabled` | When a non-button element is used, removes it from keyboard focus. **Required when element is disabled** |
492
+ | `tabindex="0"` | `span.pf-c-button.pf-m-link.pf-m-inline` | Inserts the span into the tab order of the page so that it is focusable. **Required when the element is a span** |
493
493
 
494
494
  ### Usage
495
495
 
496
- | Class | Applied to | Outcome |
497
- | ------------------------ | --------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
498
- | `.pf-c-button` | `<button>` | Initiates a button. Always use it with a modifier class. **Required** |
499
- | `.pf-c-button__icon` | `<span>` | Initiates a button icon. |
500
- | `.pf-c-button__progress` | `<span>` | Initiates a button progress container. |
501
- | `.pf-c-button__count` | `<span>` | Initiates a button count container. **Note:** Count should only be used on link buttons. |
502
- | `.pf-m-primary` | `.pf-c-button` | Modifies for primary styles. |
503
- | `.pf-m-secondary` | `.pf-c-button` | Modifies for secondary styles. |
504
- | `.pf-m-tertiary` | `.pf-c-button` | Modifies for tertiary styles. |
505
- | `.pf-m-danger` | `.pf-c-button` | Modifies for danger styles. |
506
- | `.pf-m-link` | `.pf-c-button` | Modifies for link styles. This button has no background or border and is styled as a link. This button would commonly appear in a form and may include an icon. |
507
- | `.pf-m-plain` | `.pf-c-button` | Modifies for icon styles. This button has no background or border, uses a standard text color, and is used for `.pf-m-plain` icon buttons such as close, expand, kebab, etc. |
508
- | `.pf-m-inline` | `.pf-c-button.pf-m-link` | Modifies for inline styles. This button is presented similar to a normal link and has no padding and is displayed inline with other inline content. When used as a `<span>`, the text will flow inline with text around it. |
509
- | `.pf-m-block` | `.pf-c-button` | Creates a block level button. |
510
- | `.pf-m-control` | `.pf-c-button` | Modifies for control styles. **Note:** This modifier should only be used when using buttons in the Input Group or Clipboard Copy components. |
511
- | `.pf-m-expanded` | `.pf-c-button.pf-m-control` | Modifies a control button for the expanded state. |
512
- | `.pf-m-start` | `.pf-c-button__icon` | Applies right spacing to an icon inside of a button when the icon comes before text. |
513
- | `.pf-m-end` | `.pf-c-button__icon` | Applies left spacing to an icon inside of a button when the icon comes after text. |
514
- | `.pf-m-active` | `.pf-c-button` | Forces display of the active state of the button. This modifier should be used when `aria-pressed` is set to true so that the button displays in an active state. |
515
- | `.pf-m-small` | `.pf-c-button` | Modifies the button so that it has small font size. |
516
- | `.pf-m-aria-disabled` | `.pf-c-button` | Modifies a button to be visually disabled, yet is still focusable. |
517
- | `.pf-m-display-lg` | `.pf-c-button`, `pf-c-button.pf-m-link` | Modifies the button and link button for large display styling. For example, use this modifier to achieve "call to action" styles. |
518
- | `.pf-m-progress` | `.pf-c-button` | Indicates that the button supports the progress state. **Note:** Not used with the plain variation. |
519
- | `.pf-m-in-progress` | `.pf-c-button` | Indicates that the button is in the in progress state. |
496
+ | Class | Applied to | Outcome |
497
+ | -- | -- | -- |
498
+ | `.pf-c-button` | `<button>` | Initiates a button. Always use it with a modifier class. **Required** |
499
+ | `.pf-c-button__icon` | `<span>` | Initiates a button icon. |
500
+ | `.pf-c-button__progress` | `<span>` | Initiates a button progress container. |
501
+ | `.pf-c-button__count` | `<span>` | Initiates a button count container. **Note:** Count should only be used on link buttons.|
502
+ | `.pf-m-primary` | `.pf-c-button` | Modifies for primary styles. |
503
+ | `.pf-m-secondary` | `.pf-c-button` | Modifies for secondary styles. |
504
+ | `.pf-m-tertiary` | `.pf-c-button` | Modifies for tertiary styles. |
505
+ | `.pf-m-danger` | `.pf-c-button` | Modifies for danger styles. |
506
+ | `.pf-m-link` | `.pf-c-button` | Modifies for link styles. This button has no background or border and is styled as a link. This button would commonly appear in a form and may include an icon. |
507
+ | `.pf-m-plain` | `.pf-c-button` | Modifies for icon styles. This button has no background or border, uses a standard text color, and is used for `.pf-m-plain` icon buttons such as close, expand, kebab, etc. |
508
+ | `.pf-m-inline` | `.pf-c-button.pf-m-link` | Modifies for inline styles. This button is presented similar to a normal link and has no padding and is displayed inline with other inline content. When used as a `<span>`, the text will flow inline with text around it. |
509
+ | `.pf-m-block` | `.pf-c-button` | Creates a block level button. |
510
+ | `.pf-m-control` | `.pf-c-button` | Modifies for control styles. **Note:** This modifier should only be used when using buttons in the Input Group or Clipboard Copy components. |
511
+ | `.pf-m-expanded` | `.pf-c-button.pf-m-control` | Modifies a control button for the expanded state. |
512
+ | `.pf-m-start` | `.pf-c-button__icon` | Applies right spacing to an icon inside of a button when the icon comes before text. |
513
+ | `.pf-m-end` | `.pf-c-button__icon` | Applies left spacing to an icon inside of a button when the icon comes after text. |
514
+ | `.pf-m-active` | `.pf-c-button` | Forces display of the active state of the button. This modifier should be used when `aria-pressed` is set to true so that the button displays in an active state. |
515
+ | `.pf-m-small` | `.pf-c-button` | Modifies the button so that it has small font size. |
516
+ | `.pf-m-aria-disabled` | `.pf-c-button` | Modifies a button to be visually disabled, yet is still focusable. |
517
+ | `.pf-m-display-lg` | `.pf-c-button`, `pf-c-button.pf-m-link` | Modifies the button and link button for large display styling. For example, use this modifier to achieve "call to action" styles. |
518
+ | `.pf-m-progress` | `.pf-c-button` | Indicates that the button supports the progress state. **Note:** Not used with the plain variation. |
519
+ | `.pf-m-in-progress` | `.pf-c-button` | Indicates that the button is in the in progress state. |