@patternfly/patternfly 5.0.0-alpha.12 → 5.0.0-alpha.14

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 (50) hide show
  1. package/components/DataList/data-list.css +0 -1
  2. package/components/DataList/data-list.scss +0 -1
  3. package/components/Menu/menu.css +1 -0
  4. package/components/Menu/menu.scss +1 -0
  5. package/docs/components/AlertGroup/examples/AlertGroup.md +2 -2
  6. package/docs/components/AppLauncher/examples/application-launcher.md +17 -12
  7. package/docs/components/Breadcrumb/examples/Breadcrumb.md +5 -5
  8. package/docs/components/ContextSelector/examples/context-selector.md +6 -6
  9. package/docs/components/Divider/examples/Divider.md +1 -1
  10. package/docs/components/HelperText/examples/HelperText.md +1 -1
  11. package/docs/components/JumpLinks/examples/JumpLinks.md +14 -14
  12. package/docs/components/List/examples/List.md +12 -12
  13. package/docs/components/Login/examples/Login.md +10 -10
  14. package/docs/components/Menu/examples/Menu.md +3 -3
  15. package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +3 -3
  16. package/docs/components/Nav/examples/Navigation.md +33 -33
  17. package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +5 -5
  18. package/docs/components/ProgressStepper/examples/ProgressStepper.md +21 -14
  19. package/docs/components/SimpleList/examples/SimpleList.md +4 -4
  20. package/docs/components/Wizard/examples/Wizard.md +12 -12
  21. package/docs/demos/AboutModal/examples/AboutModal.md +4 -4
  22. package/docs/demos/Alert/examples/Alert.md +13 -13
  23. package/docs/demos/BackToTop/examples/BackToTop.md +4 -4
  24. package/docs/demos/Banner/examples/Banner.md +8 -8
  25. package/docs/demos/Card/examples/Card.md +7 -7
  26. package/docs/demos/CardView/examples/CardView.md +7 -7
  27. package/docs/demos/ContextSelector/examples/ContextSelector.md +18 -18
  28. package/docs/demos/Dashboard/examples/Dashboard.md +9 -5
  29. package/docs/demos/DataList/examples/DataList.md +18 -18
  30. package/docs/demos/DescriptionList/examples/DescriptionList.md +12 -12
  31. package/docs/demos/Drawer/examples/Drawer.md +20 -20
  32. package/docs/demos/HelperText/examples/HelperText.md +8 -8
  33. package/docs/demos/JumpLinks/examples/JumpLinks.md +28 -28
  34. package/docs/demos/Masthead/examples/Masthead.md +23 -23
  35. package/docs/demos/Modal/examples/Modal.md +24 -24
  36. package/docs/demos/Nav/examples/Nav.md +47 -47
  37. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +40 -28
  38. package/docs/demos/Page/examples/Page.md +36 -36
  39. package/docs/demos/PasswordStrength/examples/PasswordStrength.md +32 -32
  40. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +30 -30
  41. package/docs/demos/Skeleton/examples/Skeleton.md +4 -4
  42. package/docs/demos/Table/examples/Table.md +56 -56
  43. package/docs/demos/Tabs/examples/Tabs.md +25 -25
  44. package/docs/demos/Toolbar/examples/Toolbar.md +8 -8
  45. package/docs/demos/Wizard/examples/Wizard.md +54 -54
  46. package/package.json +1 -1
  47. package/patternfly-no-reset.css +1 -1
  48. package/patternfly.css +1 -1
  49. package/patternfly.min.css +1 -1
  50. package/patternfly.min.css.map +1 -1
@@ -98,7 +98,7 @@ wrapperTag: div
98
98
  </div>
99
99
  <section class="pf-c-app-launcher__group">
100
100
  <h1 class="pf-c-app-launcher__group-title">Favorites</h1>
101
- <ul>
101
+ <ul role="list">
102
102
  <li
103
103
  class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
104
104
  >
@@ -150,7 +150,7 @@ wrapperTag: div
150
150
  <hr class="pf-c-divider" />
151
151
  <section class="pf-c-app-launcher__group">
152
152
  <h1 class="pf-c-app-launcher__group-title">Group 1</h1>
153
- <ul>
153
+ <ul role="list">
154
154
  <li
155
155
  class="pf-c-app-launcher__menu-wrapper pf-m-external"
156
156
  >
@@ -801,7 +801,7 @@ wrapperTag: div
801
801
  <div class="pf-c-page__sidebar">
802
802
  <div class="pf-c-page__sidebar-body">
803
803
  <nav class="pf-c-nav" id="basic-demo-primary-nav" aria-label="Global">
804
- <ul class="pf-c-nav__list">
804
+ <ul class="pf-c-nav__list" role="list">
805
805
  <li class="pf-c-nav__item">
806
806
  <a href="#" class="pf-c-nav__link">System panel</a>
807
807
  </li>
@@ -829,7 +829,7 @@ wrapperTag: div
829
829
  <section class="pf-c-page__main-breadcrumb pf-m-limit-width">
830
830
  <div class="pf-c-page__main-body">
831
831
  <nav class="pf-c-breadcrumb" aria-label="breadcrumb">
832
- <ol class="pf-c-breadcrumb__list">
832
+ <ol class="pf-c-breadcrumb__list" role="list">
833
833
  <li class="pf-c-breadcrumb__item">
834
834
  <a href="#" class="pf-c-breadcrumb__link">Section home</a>
835
835
  </li>
@@ -1819,7 +1819,7 @@ wrapperTag: div
1819
1819
  </div>
1820
1820
  <section class="pf-c-app-launcher__group">
1821
1821
  <h1 class="pf-c-app-launcher__group-title">Favorites</h1>
1822
- <ul>
1822
+ <ul role="list">
1823
1823
  <li
1824
1824
  class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
1825
1825
  >
@@ -1871,7 +1871,7 @@ wrapperTag: div
1871
1871
  <hr class="pf-c-divider" />
1872
1872
  <section class="pf-c-app-launcher__group">
1873
1873
  <h1 class="pf-c-app-launcher__group-title">Group 1</h1>
1874
- <ul>
1874
+ <ul role="list">
1875
1875
  <li
1876
1876
  class="pf-c-app-launcher__menu-wrapper pf-m-external"
1877
1877
  >
@@ -2522,7 +2522,7 @@ wrapperTag: div
2522
2522
  <div class="pf-c-page__sidebar">
2523
2523
  <div class="pf-c-page__sidebar-body">
2524
2524
  <nav class="pf-c-nav" id="sortable-demo-primary-nav" aria-label="Global">
2525
- <ul class="pf-c-nav__list">
2525
+ <ul class="pf-c-nav__list" role="list">
2526
2526
  <li class="pf-c-nav__item">
2527
2527
  <a href="#" class="pf-c-nav__link">System panel</a>
2528
2528
  </li>
@@ -2550,7 +2550,7 @@ wrapperTag: div
2550
2550
  <section class="pf-c-page__main-breadcrumb pf-m-limit-width">
2551
2551
  <div class="pf-c-page__main-body">
2552
2552
  <nav class="pf-c-breadcrumb" aria-label="breadcrumb">
2553
- <ol class="pf-c-breadcrumb__list">
2553
+ <ol class="pf-c-breadcrumb__list" role="list">
2554
2554
  <li class="pf-c-breadcrumb__item">
2555
2555
  <a href="#" class="pf-c-breadcrumb__link">Section home</a>
2556
2556
  </li>
@@ -3714,7 +3714,7 @@ wrapperTag: div
3714
3714
  </div>
3715
3715
  <section class="pf-c-app-launcher__group">
3716
3716
  <h1 class="pf-c-app-launcher__group-title">Favorites</h1>
3717
- <ul>
3717
+ <ul role="list">
3718
3718
  <li
3719
3719
  class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
3720
3720
  >
@@ -3766,7 +3766,7 @@ wrapperTag: div
3766
3766
  <hr class="pf-c-divider" />
3767
3767
  <section class="pf-c-app-launcher__group">
3768
3768
  <h1 class="pf-c-app-launcher__group-title">Group 1</h1>
3769
- <ul>
3769
+ <ul role="list">
3770
3770
  <li
3771
3771
  class="pf-c-app-launcher__menu-wrapper pf-m-external"
3772
3772
  >
@@ -4421,7 +4421,7 @@ wrapperTag: div
4421
4421
  id="expandable-demo-primary-nav"
4422
4422
  aria-label="Global"
4423
4423
  >
4424
- <ul class="pf-c-nav__list">
4424
+ <ul class="pf-c-nav__list" role="list">
4425
4425
  <li class="pf-c-nav__item">
4426
4426
  <a href="#" class="pf-c-nav__link">System panel</a>
4427
4427
  </li>
@@ -4449,7 +4449,7 @@ wrapperTag: div
4449
4449
  <section class="pf-c-page__main-breadcrumb pf-m-limit-width">
4450
4450
  <div class="pf-c-page__main-body">
4451
4451
  <nav class="pf-c-breadcrumb" aria-label="breadcrumb">
4452
- <ol class="pf-c-breadcrumb__list">
4452
+ <ol class="pf-c-breadcrumb__list" role="list">
4453
4453
  <li class="pf-c-breadcrumb__item">
4454
4454
  <a href="#" class="pf-c-breadcrumb__link">Section home</a>
4455
4455
  </li>
@@ -5811,7 +5811,7 @@ wrapperTag: div
5811
5811
  </div>
5812
5812
  <section class="pf-c-app-launcher__group">
5813
5813
  <h1 class="pf-c-app-launcher__group-title">Favorites</h1>
5814
- <ul>
5814
+ <ul role="list">
5815
5815
  <li
5816
5816
  class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
5817
5817
  >
@@ -5863,7 +5863,7 @@ wrapperTag: div
5863
5863
  <hr class="pf-c-divider" />
5864
5864
  <section class="pf-c-app-launcher__group">
5865
5865
  <h1 class="pf-c-app-launcher__group-title">Group 1</h1>
5866
- <ul>
5866
+ <ul role="list">
5867
5867
  <li
5868
5868
  class="pf-c-app-launcher__menu-wrapper pf-m-external"
5869
5869
  >
@@ -6514,7 +6514,7 @@ wrapperTag: div
6514
6514
  <div class="pf-c-page__sidebar">
6515
6515
  <div class="pf-c-page__sidebar-body">
6516
6516
  <nav class="pf-c-nav" id="compact-demo-primary-nav" aria-label="Global">
6517
- <ul class="pf-c-nav__list">
6517
+ <ul class="pf-c-nav__list" role="list">
6518
6518
  <li class="pf-c-nav__item">
6519
6519
  <a href="#" class="pf-c-nav__link">System panel</a>
6520
6520
  </li>
@@ -6542,7 +6542,7 @@ wrapperTag: div
6542
6542
  <section class="pf-c-page__main-breadcrumb pf-m-limit-width">
6543
6543
  <div class="pf-c-page__main-body">
6544
6544
  <nav class="pf-c-breadcrumb" aria-label="breadcrumb">
6545
- <ol class="pf-c-breadcrumb__list">
6545
+ <ol class="pf-c-breadcrumb__list" role="list">
6546
6546
  <li class="pf-c-breadcrumb__item">
6547
6547
  <a href="#" class="pf-c-breadcrumb__link">Section home</a>
6548
6548
  </li>
@@ -7561,7 +7561,7 @@ wrapperTag: div
7561
7561
  </div>
7562
7562
  <section class="pf-c-app-launcher__group">
7563
7563
  <h1 class="pf-c-app-launcher__group-title">Favorites</h1>
7564
- <ul>
7564
+ <ul role="list">
7565
7565
  <li
7566
7566
  class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
7567
7567
  >
@@ -7613,7 +7613,7 @@ wrapperTag: div
7613
7613
  <hr class="pf-c-divider" />
7614
7614
  <section class="pf-c-app-launcher__group">
7615
7615
  <h1 class="pf-c-app-launcher__group-title">Group 1</h1>
7616
- <ul>
7616
+ <ul role="list">
7617
7617
  <li
7618
7618
  class="pf-c-app-launcher__menu-wrapper pf-m-external"
7619
7619
  >
@@ -8268,7 +8268,7 @@ wrapperTag: div
8268
8268
  id="compound-expansion-demo-primary-nav"
8269
8269
  aria-label="Global"
8270
8270
  >
8271
- <ul class="pf-c-nav__list">
8271
+ <ul class="pf-c-nav__list" role="list">
8272
8272
  <li class="pf-c-nav__item">
8273
8273
  <a href="#" class="pf-c-nav__link">System panel</a>
8274
8274
  </li>
@@ -8300,7 +8300,7 @@ wrapperTag: div
8300
8300
  <section class="pf-c-page__main-breadcrumb pf-m-limit-width">
8301
8301
  <div class="pf-c-page__main-body">
8302
8302
  <nav class="pf-c-breadcrumb" aria-label="breadcrumb">
8303
- <ol class="pf-c-breadcrumb__list">
8303
+ <ol class="pf-c-breadcrumb__list" role="list">
8304
8304
  <li class="pf-c-breadcrumb__item">
8305
8305
  <a href="#" class="pf-c-breadcrumb__link">Section home</a>
8306
8306
  </li>
@@ -12513,7 +12513,7 @@ wrapperTag: div
12513
12513
  </div>
12514
12514
  <section class="pf-c-app-launcher__group">
12515
12515
  <h1 class="pf-c-app-launcher__group-title">Favorites</h1>
12516
- <ul>
12516
+ <ul role="list">
12517
12517
  <li
12518
12518
  class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
12519
12519
  >
@@ -12565,7 +12565,7 @@ wrapperTag: div
12565
12565
  <hr class="pf-c-divider" />
12566
12566
  <section class="pf-c-app-launcher__group">
12567
12567
  <h1 class="pf-c-app-launcher__group-title">Group 1</h1>
12568
- <ul>
12568
+ <ul role="list">
12569
12569
  <li
12570
12570
  class="pf-c-app-launcher__menu-wrapper pf-m-external"
12571
12571
  >
@@ -13220,7 +13220,7 @@ wrapperTag: div
13220
13220
  id="loading-state-demo-primary-nav"
13221
13221
  aria-label="Global"
13222
13222
  >
13223
- <ul class="pf-c-nav__list">
13223
+ <ul class="pf-c-nav__list" role="list">
13224
13224
  <li class="pf-c-nav__item">
13225
13225
  <a href="#" class="pf-c-nav__link">System panel</a>
13226
13226
  </li>
@@ -13252,7 +13252,7 @@ wrapperTag: div
13252
13252
  <section class="pf-c-page__main-breadcrumb pf-m-limit-width">
13253
13253
  <div class="pf-c-page__main-body">
13254
13254
  <nav class="pf-c-breadcrumb" aria-label="breadcrumb">
13255
- <ol class="pf-c-breadcrumb__list">
13255
+ <ol class="pf-c-breadcrumb__list" role="list">
13256
13256
  <li class="pf-c-breadcrumb__item">
13257
13257
  <a href="#" class="pf-c-breadcrumb__link">Section home</a>
13258
13258
  </li>
@@ -13446,7 +13446,7 @@ wrapperTag: div
13446
13446
  </div>
13447
13447
  <section class="pf-c-app-launcher__group">
13448
13448
  <h1 class="pf-c-app-launcher__group-title">Favorites</h1>
13449
- <ul>
13449
+ <ul role="list">
13450
13450
  <li
13451
13451
  class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
13452
13452
  >
@@ -13498,7 +13498,7 @@ wrapperTag: div
13498
13498
  <hr class="pf-c-divider" />
13499
13499
  <section class="pf-c-app-launcher__group">
13500
13500
  <h1 class="pf-c-app-launcher__group-title">Group 1</h1>
13501
- <ul>
13501
+ <ul role="list">
13502
13502
  <li
13503
13503
  class="pf-c-app-launcher__menu-wrapper pf-m-external"
13504
13504
  >
@@ -14153,7 +14153,7 @@ wrapperTag: div
14153
14153
  id="empty-state-demo-primary-nav"
14154
14154
  aria-label="Global"
14155
14155
  >
14156
- <ul class="pf-c-nav__list">
14156
+ <ul class="pf-c-nav__list" role="list">
14157
14157
  <li class="pf-c-nav__item">
14158
14158
  <a href="#" class="pf-c-nav__link">System panel</a>
14159
14159
  </li>
@@ -14185,7 +14185,7 @@ wrapperTag: div
14185
14185
  <section class="pf-c-page__main-breadcrumb pf-m-limit-width">
14186
14186
  <div class="pf-c-page__main-body">
14187
14187
  <nav class="pf-c-breadcrumb" aria-label="breadcrumb">
14188
- <ol class="pf-c-breadcrumb__list">
14188
+ <ol class="pf-c-breadcrumb__list" role="list">
14189
14189
  <li class="pf-c-breadcrumb__item">
14190
14190
  <a href="#" class="pf-c-breadcrumb__link">Section home</a>
14191
14191
  </li>
@@ -14379,7 +14379,7 @@ wrapperTag: div
14379
14379
  </div>
14380
14380
  <section class="pf-c-app-launcher__group">
14381
14381
  <h1 class="pf-c-app-launcher__group-title">Favorites</h1>
14382
- <ul>
14382
+ <ul role="list">
14383
14383
  <li
14384
14384
  class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
14385
14385
  >
@@ -14431,7 +14431,7 @@ wrapperTag: div
14431
14431
  <hr class="pf-c-divider" />
14432
14432
  <section class="pf-c-app-launcher__group">
14433
14433
  <h1 class="pf-c-app-launcher__group-title">Group 1</h1>
14434
- <ul>
14434
+ <ul role="list">
14435
14435
  <li
14436
14436
  class="pf-c-app-launcher__menu-wrapper pf-m-external"
14437
14437
  >
@@ -15086,7 +15086,7 @@ wrapperTag: div
15086
15086
  id="static-bottom-pagination-demo-primary-nav"
15087
15087
  aria-label="Global"
15088
15088
  >
15089
- <ul class="pf-c-nav__list">
15089
+ <ul class="pf-c-nav__list" role="list">
15090
15090
  <li class="pf-c-nav__item">
15091
15091
  <a href="#" class="pf-c-nav__link">System panel</a>
15092
15092
  </li>
@@ -15118,7 +15118,7 @@ wrapperTag: div
15118
15118
  <section class="pf-c-page__main-breadcrumb pf-m-limit-width">
15119
15119
  <div class="pf-c-page__main-body">
15120
15120
  <nav class="pf-c-breadcrumb" aria-label="breadcrumb">
15121
- <ol class="pf-c-breadcrumb__list">
15121
+ <ol class="pf-c-breadcrumb__list" role="list">
15122
15122
  <li class="pf-c-breadcrumb__item">
15123
15123
  <a href="#" class="pf-c-breadcrumb__link">Section home</a>
15124
15124
  </li>
@@ -16272,7 +16272,7 @@ wrapperTag: div
16272
16272
  </div>
16273
16273
  <section class="pf-c-app-launcher__group">
16274
16274
  <h1 class="pf-c-app-launcher__group-title">Favorites</h1>
16275
- <ul>
16275
+ <ul role="list">
16276
16276
  <li
16277
16277
  class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
16278
16278
  >
@@ -16324,7 +16324,7 @@ wrapperTag: div
16324
16324
  <hr class="pf-c-divider" />
16325
16325
  <section class="pf-c-app-launcher__group">
16326
16326
  <h1 class="pf-c-app-launcher__group-title">Group 1</h1>
16327
- <ul>
16327
+ <ul role="list">
16328
16328
  <li
16329
16329
  class="pf-c-app-launcher__menu-wrapper pf-m-external"
16330
16330
  >
@@ -16979,7 +16979,7 @@ wrapperTag: div
16979
16979
  id="column-management-demo-primary-nav"
16980
16980
  aria-label="Global"
16981
16981
  >
16982
- <ul class="pf-c-nav__list">
16982
+ <ul class="pf-c-nav__list" role="list">
16983
16983
  <li class="pf-c-nav__item">
16984
16984
  <a href="#" class="pf-c-nav__link">System panel</a>
16985
16985
  </li>
@@ -17011,7 +17011,7 @@ wrapperTag: div
17011
17011
  <section class="pf-c-page__main-breadcrumb pf-m-limit-width">
17012
17012
  <div class="pf-c-page__main-body">
17013
17013
  <nav class="pf-c-breadcrumb" aria-label="breadcrumb">
17014
- <ol class="pf-c-breadcrumb__list">
17014
+ <ol class="pf-c-breadcrumb__list" role="list">
17015
17015
  <li class="pf-c-breadcrumb__item">
17016
17016
  <a href="#" class="pf-c-breadcrumb__link">Section home</a>
17017
17017
  </li>
@@ -18263,7 +18263,7 @@ wrapperTag: div
18263
18263
  </div>
18264
18264
  <section class="pf-c-app-launcher__group">
18265
18265
  <h1 class="pf-c-app-launcher__group-title">Favorites</h1>
18266
- <ul>
18266
+ <ul role="list">
18267
18267
  <li
18268
18268
  class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
18269
18269
  >
@@ -18315,7 +18315,7 @@ wrapperTag: div
18315
18315
  <hr class="pf-c-divider" />
18316
18316
  <section class="pf-c-app-launcher__group">
18317
18317
  <h1 class="pf-c-app-launcher__group-title">Group 1</h1>
18318
- <ul>
18318
+ <ul role="list">
18319
18319
  <li
18320
18320
  class="pf-c-app-launcher__menu-wrapper pf-m-external"
18321
18321
  >
@@ -18970,7 +18970,7 @@ wrapperTag: div
18970
18970
  id="sticky-header-demo-primary-nav"
18971
18971
  aria-label="Global"
18972
18972
  >
18973
- <ul class="pf-c-nav__list">
18973
+ <ul class="pf-c-nav__list" role="list">
18974
18974
  <li class="pf-c-nav__item">
18975
18975
  <a href="#" class="pf-c-nav__link">System panel</a>
18976
18976
  </li>
@@ -19002,7 +19002,7 @@ wrapperTag: div
19002
19002
  <section class="pf-c-page__main-breadcrumb pf-m-limit-width">
19003
19003
  <div class="pf-c-page__main-body">
19004
19004
  <nav class="pf-c-breadcrumb" aria-label="breadcrumb">
19005
- <ol class="pf-c-breadcrumb__list">
19005
+ <ol class="pf-c-breadcrumb__list" role="list">
19006
19006
  <li class="pf-c-breadcrumb__item">
19007
19007
  <a href="#" class="pf-c-breadcrumb__link">Section home</a>
19008
19008
  </li>
@@ -20156,7 +20156,7 @@ wrapperTag: div
20156
20156
  </div>
20157
20157
  <section class="pf-c-app-launcher__group">
20158
20158
  <h1 class="pf-c-app-launcher__group-title">Favorites</h1>
20159
- <ul>
20159
+ <ul role="list">
20160
20160
  <li
20161
20161
  class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
20162
20162
  >
@@ -20208,7 +20208,7 @@ wrapperTag: div
20208
20208
  <hr class="pf-c-divider" />
20209
20209
  <section class="pf-c-app-launcher__group">
20210
20210
  <h1 class="pf-c-app-launcher__group-title">Group 1</h1>
20211
- <ul>
20211
+ <ul role="list">
20212
20212
  <li
20213
20213
  class="pf-c-app-launcher__menu-wrapper pf-m-external"
20214
20214
  >
@@ -20863,7 +20863,7 @@ wrapperTag: div
20863
20863
  id="sticky-first-column-demo-primary-nav"
20864
20864
  aria-label="Global"
20865
20865
  >
20866
- <ul class="pf-c-nav__list">
20866
+ <ul class="pf-c-nav__list" role="list">
20867
20867
  <li class="pf-c-nav__item">
20868
20868
  <a href="#" class="pf-c-nav__link">System panel</a>
20869
20869
  </li>
@@ -20895,7 +20895,7 @@ wrapperTag: div
20895
20895
  <section class="pf-c-page__main-breadcrumb pf-m-limit-width">
20896
20896
  <div class="pf-c-page__main-body">
20897
20897
  <nav class="pf-c-breadcrumb" aria-label="breadcrumb">
20898
- <ol class="pf-c-breadcrumb__list">
20898
+ <ol class="pf-c-breadcrumb__list" role="list">
20899
20899
  <li class="pf-c-breadcrumb__item">
20900
20900
  <a href="#" class="pf-c-breadcrumb__link">Section home</a>
20901
20901
  </li>
@@ -21958,7 +21958,7 @@ wrapperTag: div
21958
21958
  </div>
21959
21959
  <section class="pf-c-app-launcher__group">
21960
21960
  <h1 class="pf-c-app-launcher__group-title">Favorites</h1>
21961
- <ul>
21961
+ <ul role="list">
21962
21962
  <li
21963
21963
  class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
21964
21964
  >
@@ -22010,7 +22010,7 @@ wrapperTag: div
22010
22010
  <hr class="pf-c-divider" />
22011
22011
  <section class="pf-c-app-launcher__group">
22012
22012
  <h1 class="pf-c-app-launcher__group-title">Group 1</h1>
22013
- <ul>
22013
+ <ul role="list">
22014
22014
  <li
22015
22015
  class="pf-c-app-launcher__menu-wrapper pf-m-external"
22016
22016
  >
@@ -22665,7 +22665,7 @@ wrapperTag: div
22665
22665
  id="sticky-multiple-columns-demo-primary-nav"
22666
22666
  aria-label="Global"
22667
22667
  >
22668
- <ul class="pf-c-nav__list">
22668
+ <ul class="pf-c-nav__list" role="list">
22669
22669
  <li class="pf-c-nav__item">
22670
22670
  <a href="#" class="pf-c-nav__link">System panel</a>
22671
22671
  </li>
@@ -22697,7 +22697,7 @@ wrapperTag: div
22697
22697
  <section class="pf-c-page__main-breadcrumb pf-m-limit-width">
22698
22698
  <div class="pf-c-page__main-body">
22699
22699
  <nav class="pf-c-breadcrumb" aria-label="breadcrumb">
22700
- <ol class="pf-c-breadcrumb__list">
22700
+ <ol class="pf-c-breadcrumb__list" role="list">
22701
22701
  <li class="pf-c-breadcrumb__item">
22702
22702
  <a href="#" class="pf-c-breadcrumb__link">Section home</a>
22703
22703
  </li>
@@ -23782,7 +23782,7 @@ wrapperTag: div
23782
23782
  </div>
23783
23783
  <section class="pf-c-app-launcher__group">
23784
23784
  <h1 class="pf-c-app-launcher__group-title">Favorites</h1>
23785
- <ul>
23785
+ <ul role="list">
23786
23786
  <li
23787
23787
  class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
23788
23788
  >
@@ -23834,7 +23834,7 @@ wrapperTag: div
23834
23834
  <hr class="pf-c-divider" />
23835
23835
  <section class="pf-c-app-launcher__group">
23836
23836
  <h1 class="pf-c-app-launcher__group-title">Group 1</h1>
23837
- <ul>
23837
+ <ul role="list">
23838
23838
  <li
23839
23839
  class="pf-c-app-launcher__menu-wrapper pf-m-external"
23840
23840
  >
@@ -24489,7 +24489,7 @@ wrapperTag: div
24489
24489
  id="sticky-header-and-multiple columns-demo-primary-nav"
24490
24490
  aria-label="Global"
24491
24491
  >
24492
- <ul class="pf-c-nav__list">
24492
+ <ul class="pf-c-nav__list" role="list">
24493
24493
  <li class="pf-c-nav__item">
24494
24494
  <a href="#" class="pf-c-nav__link">System panel</a>
24495
24495
  </li>
@@ -24521,7 +24521,7 @@ wrapperTag: div
24521
24521
  <section class="pf-c-page__main-breadcrumb pf-m-limit-width">
24522
24522
  <div class="pf-c-page__main-body">
24523
24523
  <nav class="pf-c-breadcrumb" aria-label="breadcrumb">
24524
- <ol class="pf-c-breadcrumb__list">
24524
+ <ol class="pf-c-breadcrumb__list" role="list">
24525
24525
  <li class="pf-c-breadcrumb__item">
24526
24526
  <a href="#" class="pf-c-breadcrumb__link">Section home</a>
24527
24527
  </li>
@@ -25603,7 +25603,7 @@ By default, table cell alignment is set to baseline. This retains vertical align
25603
25603
  </div>
25604
25604
  <section class="pf-c-app-launcher__group">
25605
25605
  <h1 class="pf-c-app-launcher__group-title">Favorites</h1>
25606
- <ul>
25606
+ <ul role="list">
25607
25607
  <li
25608
25608
  class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
25609
25609
  >
@@ -25655,7 +25655,7 @@ By default, table cell alignment is set to baseline. This retains vertical align
25655
25655
  <hr class="pf-c-divider" />
25656
25656
  <section class="pf-c-app-launcher__group">
25657
25657
  <h1 class="pf-c-app-launcher__group-title">Group 1</h1>
25658
- <ul>
25658
+ <ul role="list">
25659
25659
  <li
25660
25660
  class="pf-c-app-launcher__menu-wrapper pf-m-external"
25661
25661
  >
@@ -26310,7 +26310,7 @@ By default, table cell alignment is set to baseline. This retains vertical align
26310
26310
  id="image-alignment-demo-primary-nav"
26311
26311
  aria-label="Global"
26312
26312
  >
26313
- <ul class="pf-c-nav__list">
26313
+ <ul class="pf-c-nav__list" role="list">
26314
26314
  <li class="pf-c-nav__item">
26315
26315
  <a href="#" class="pf-c-nav__link">System panel</a>
26316
26316
  </li>
@@ -26342,7 +26342,7 @@ By default, table cell alignment is set to baseline. This retains vertical align
26342
26342
  <section class="pf-c-page__main-breadcrumb pf-m-limit-width">
26343
26343
  <div class="pf-c-page__main-body">
26344
26344
  <nav class="pf-c-breadcrumb" aria-label="breadcrumb">
26345
- <ol class="pf-c-breadcrumb__list">
26345
+ <ol class="pf-c-breadcrumb__list" role="list">
26346
26346
  <li class="pf-c-breadcrumb__item">
26347
26347
  <a href="#" class="pf-c-breadcrumb__link">Section home</a>
26348
26348
  </li>