@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.
- package/components/DataList/data-list.css +0 -1
- package/components/DataList/data-list.scss +0 -1
- package/components/Menu/menu.css +1 -0
- package/components/Menu/menu.scss +1 -0
- package/docs/components/AlertGroup/examples/AlertGroup.md +2 -2
- package/docs/components/AppLauncher/examples/application-launcher.md +17 -12
- package/docs/components/Breadcrumb/examples/Breadcrumb.md +5 -5
- package/docs/components/ContextSelector/examples/context-selector.md +6 -6
- package/docs/components/Divider/examples/Divider.md +1 -1
- package/docs/components/HelperText/examples/HelperText.md +1 -1
- package/docs/components/JumpLinks/examples/JumpLinks.md +14 -14
- package/docs/components/List/examples/List.md +12 -12
- package/docs/components/Login/examples/Login.md +10 -10
- package/docs/components/Menu/examples/Menu.md +3 -3
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +3 -3
- package/docs/components/Nav/examples/Navigation.md +33 -33
- package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +5 -5
- package/docs/components/ProgressStepper/examples/ProgressStepper.md +21 -14
- package/docs/components/SimpleList/examples/SimpleList.md +4 -4
- package/docs/components/Wizard/examples/Wizard.md +12 -12
- package/docs/demos/AboutModal/examples/AboutModal.md +4 -4
- package/docs/demos/Alert/examples/Alert.md +13 -13
- package/docs/demos/BackToTop/examples/BackToTop.md +4 -4
- package/docs/demos/Banner/examples/Banner.md +8 -8
- package/docs/demos/Card/examples/Card.md +7 -7
- package/docs/demos/CardView/examples/CardView.md +7 -7
- package/docs/demos/ContextSelector/examples/ContextSelector.md +18 -18
- package/docs/demos/Dashboard/examples/Dashboard.md +9 -5
- package/docs/demos/DataList/examples/DataList.md +18 -18
- package/docs/demos/DescriptionList/examples/DescriptionList.md +12 -12
- package/docs/demos/Drawer/examples/Drawer.md +20 -20
- package/docs/demos/HelperText/examples/HelperText.md +8 -8
- package/docs/demos/JumpLinks/examples/JumpLinks.md +28 -28
- package/docs/demos/Masthead/examples/Masthead.md +23 -23
- package/docs/demos/Modal/examples/Modal.md +24 -24
- package/docs/demos/Nav/examples/Nav.md +47 -47
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +40 -28
- package/docs/demos/Page/examples/Page.md +36 -36
- package/docs/demos/PasswordStrength/examples/PasswordStrength.md +32 -32
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +30 -30
- package/docs/demos/Skeleton/examples/Skeleton.md +4 -4
- package/docs/demos/Table/examples/Table.md +56 -56
- package/docs/demos/Tabs/examples/Tabs.md +25 -25
- package/docs/demos/Toolbar/examples/Toolbar.md +8 -8
- package/docs/demos/Wizard/examples/Wizard.md +54 -54
- package/package.json +1 -1
- package/patternfly-no-reset.css +1 -1
- package/patternfly.css +1 -1
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -96,7 +96,7 @@ wrapperTag: div
|
|
|
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 @@ wrapperTag: div
|
|
|
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 @@ wrapperTag: div
|
|
|
803
803
|
id="data-list-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 @@ wrapperTag: div
|
|
|
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>
|
|
@@ -963,7 +963,7 @@ wrapperTag: div
|
|
|
963
963
|
</div>
|
|
964
964
|
</div>
|
|
965
965
|
</div>
|
|
966
|
-
<ul class="pf-c-context-selector__menu-list">
|
|
966
|
+
<ul class="pf-c-context-selector__menu-list" role="list">
|
|
967
967
|
<li>My project</li>
|
|
968
968
|
<li>OpenShift cluster</li>
|
|
969
969
|
<li>Production Ansible</li>
|
|
@@ -1614,7 +1614,7 @@ wrapperTag: div
|
|
|
1614
1614
|
</div>
|
|
1615
1615
|
<section class="pf-c-app-launcher__group">
|
|
1616
1616
|
<h1 class="pf-c-app-launcher__group-title">Favorites</h1>
|
|
1617
|
-
<ul>
|
|
1617
|
+
<ul role="list">
|
|
1618
1618
|
<li
|
|
1619
1619
|
class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
|
|
1620
1620
|
>
|
|
@@ -1666,7 +1666,7 @@ wrapperTag: div
|
|
|
1666
1666
|
<hr class="pf-c-divider" />
|
|
1667
1667
|
<section class="pf-c-app-launcher__group">
|
|
1668
1668
|
<h1 class="pf-c-app-launcher__group-title">Group 1</h1>
|
|
1669
|
-
<ul>
|
|
1669
|
+
<ul role="list">
|
|
1670
1670
|
<li
|
|
1671
1671
|
class="pf-c-app-launcher__menu-wrapper pf-m-external"
|
|
1672
1672
|
>
|
|
@@ -2321,7 +2321,7 @@ wrapperTag: div
|
|
|
2321
2321
|
id="data-list-actionable-example-primary-nav"
|
|
2322
2322
|
aria-label="Global"
|
|
2323
2323
|
>
|
|
2324
|
-
<ul class="pf-c-nav__list">
|
|
2324
|
+
<ul class="pf-c-nav__list" role="list">
|
|
2325
2325
|
<li class="pf-c-nav__item">
|
|
2326
2326
|
<a href="#" class="pf-c-nav__link">System panel</a>
|
|
2327
2327
|
</li>
|
|
@@ -2353,7 +2353,7 @@ wrapperTag: div
|
|
|
2353
2353
|
<section class="pf-c-page__main-breadcrumb pf-m-limit-width">
|
|
2354
2354
|
<div class="pf-c-page__main-body">
|
|
2355
2355
|
<nav class="pf-c-breadcrumb" aria-label="breadcrumb">
|
|
2356
|
-
<ol class="pf-c-breadcrumb__list">
|
|
2356
|
+
<ol class="pf-c-breadcrumb__list" role="list">
|
|
2357
2357
|
<li class="pf-c-breadcrumb__item">
|
|
2358
2358
|
<a href="#" class="pf-c-breadcrumb__link">Section home</a>
|
|
2359
2359
|
</li>
|
|
@@ -2500,7 +2500,7 @@ wrapperTag: div
|
|
|
2500
2500
|
</div>
|
|
2501
2501
|
</div>
|
|
2502
2502
|
</div>
|
|
2503
|
-
<ul class="pf-c-context-selector__menu-list">
|
|
2503
|
+
<ul class="pf-c-context-selector__menu-list" role="list">
|
|
2504
2504
|
<li>My project</li>
|
|
2505
2505
|
<li>OpenShift cluster</li>
|
|
2506
2506
|
<li>Production Ansible</li>
|
|
@@ -3122,7 +3122,7 @@ wrapperTag: div
|
|
|
3122
3122
|
</div>
|
|
3123
3123
|
<section class="pf-c-app-launcher__group">
|
|
3124
3124
|
<h1 class="pf-c-app-launcher__group-title">Favorites</h1>
|
|
3125
|
-
<ul>
|
|
3125
|
+
<ul role="list">
|
|
3126
3126
|
<li
|
|
3127
3127
|
class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
|
|
3128
3128
|
>
|
|
@@ -3174,7 +3174,7 @@ wrapperTag: div
|
|
|
3174
3174
|
<hr class="pf-c-divider" />
|
|
3175
3175
|
<section class="pf-c-app-launcher__group">
|
|
3176
3176
|
<h1 class="pf-c-app-launcher__group-title">Group 1</h1>
|
|
3177
|
-
<ul>
|
|
3177
|
+
<ul role="list">
|
|
3178
3178
|
<li
|
|
3179
3179
|
class="pf-c-app-launcher__menu-wrapper pf-m-external"
|
|
3180
3180
|
>
|
|
@@ -3829,7 +3829,7 @@ wrapperTag: div
|
|
|
3829
3829
|
id="data-list-expandable-example-primary-nav"
|
|
3830
3830
|
aria-label="Global"
|
|
3831
3831
|
>
|
|
3832
|
-
<ul class="pf-c-nav__list">
|
|
3832
|
+
<ul class="pf-c-nav__list" role="list">
|
|
3833
3833
|
<li class="pf-c-nav__item">
|
|
3834
3834
|
<a href="#" class="pf-c-nav__link">System panel</a>
|
|
3835
3835
|
</li>
|
|
@@ -3861,7 +3861,7 @@ wrapperTag: div
|
|
|
3861
3861
|
<section class="pf-c-page__main-breadcrumb pf-m-limit-width">
|
|
3862
3862
|
<div class="pf-c-page__main-body">
|
|
3863
3863
|
<nav class="pf-c-breadcrumb" aria-label="breadcrumb">
|
|
3864
|
-
<ol class="pf-c-breadcrumb__list">
|
|
3864
|
+
<ol class="pf-c-breadcrumb__list" role="list">
|
|
3865
3865
|
<li class="pf-c-breadcrumb__item">
|
|
3866
3866
|
<a href="#" class="pf-c-breadcrumb__link">Section home</a>
|
|
3867
3867
|
</li>
|
|
@@ -5256,7 +5256,7 @@ wrapperTag: div
|
|
|
5256
5256
|
</div>
|
|
5257
5257
|
<section class="pf-c-app-launcher__group">
|
|
5258
5258
|
<h1 class="pf-c-app-launcher__group-title">Favorites</h1>
|
|
5259
|
-
<ul>
|
|
5259
|
+
<ul role="list">
|
|
5260
5260
|
<li
|
|
5261
5261
|
class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
|
|
5262
5262
|
>
|
|
@@ -5308,7 +5308,7 @@ wrapperTag: div
|
|
|
5308
5308
|
<hr class="pf-c-divider" />
|
|
5309
5309
|
<section class="pf-c-app-launcher__group">
|
|
5310
5310
|
<h1 class="pf-c-app-launcher__group-title">Group 1</h1>
|
|
5311
|
-
<ul>
|
|
5311
|
+
<ul role="list">
|
|
5312
5312
|
<li
|
|
5313
5313
|
class="pf-c-app-launcher__menu-wrapper pf-m-external"
|
|
5314
5314
|
>
|
|
@@ -5963,7 +5963,7 @@ wrapperTag: div
|
|
|
5963
5963
|
id="data-list-static-bottom-example-primary-nav"
|
|
5964
5964
|
aria-label="Global"
|
|
5965
5965
|
>
|
|
5966
|
-
<ul class="pf-c-nav__list">
|
|
5966
|
+
<ul class="pf-c-nav__list" role="list">
|
|
5967
5967
|
<li class="pf-c-nav__item">
|
|
5968
5968
|
<a href="#" class="pf-c-nav__link">System panel</a>
|
|
5969
5969
|
</li>
|
|
@@ -5995,7 +5995,7 @@ wrapperTag: div
|
|
|
5995
5995
|
<section class="pf-c-page__main-breadcrumb pf-m-limit-width">
|
|
5996
5996
|
<div class="pf-c-page__main-body">
|
|
5997
5997
|
<nav class="pf-c-breadcrumb" aria-label="breadcrumb">
|
|
5998
|
-
<ol class="pf-c-breadcrumb__list">
|
|
5998
|
+
<ol class="pf-c-breadcrumb__list" role="list">
|
|
5999
5999
|
<li class="pf-c-breadcrumb__item">
|
|
6000
6000
|
<a href="#" class="pf-c-breadcrumb__link">Section home</a>
|
|
6001
6001
|
</li>
|
|
@@ -96,7 +96,7 @@ cssPrefix: pf-d-description-list
|
|
|
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-description-list
|
|
|
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-description-list
|
|
|
803
803
|
id="description-list-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-description-list
|
|
|
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>
|
|
@@ -1070,7 +1070,7 @@ cssPrefix: pf-d-description-list
|
|
|
1070
1070
|
</div>
|
|
1071
1071
|
<section class="pf-c-app-launcher__group">
|
|
1072
1072
|
<h1 class="pf-c-app-launcher__group-title">Favorites</h1>
|
|
1073
|
-
<ul>
|
|
1073
|
+
<ul role="list">
|
|
1074
1074
|
<li
|
|
1075
1075
|
class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
|
|
1076
1076
|
>
|
|
@@ -1122,7 +1122,7 @@ cssPrefix: pf-d-description-list
|
|
|
1122
1122
|
<hr class="pf-c-divider" />
|
|
1123
1123
|
<section class="pf-c-app-launcher__group">
|
|
1124
1124
|
<h1 class="pf-c-app-launcher__group-title">Group 1</h1>
|
|
1125
|
-
<ul>
|
|
1125
|
+
<ul role="list">
|
|
1126
1126
|
<li
|
|
1127
1127
|
class="pf-c-app-launcher__menu-wrapper pf-m-external"
|
|
1128
1128
|
>
|
|
@@ -1777,7 +1777,7 @@ cssPrefix: pf-d-description-list
|
|
|
1777
1777
|
id="description-list-in-drawer-example-primary-nav"
|
|
1778
1778
|
aria-label="Global"
|
|
1779
1779
|
>
|
|
1780
|
-
<ul class="pf-c-nav__list">
|
|
1780
|
+
<ul class="pf-c-nav__list" role="list">
|
|
1781
1781
|
<li class="pf-c-nav__item">
|
|
1782
1782
|
<a href="#" class="pf-c-nav__link">System panel</a>
|
|
1783
1783
|
</li>
|
|
@@ -1814,7 +1814,7 @@ cssPrefix: pf-d-description-list
|
|
|
1814
1814
|
<section class="pf-c-page__main-breadcrumb pf-m-limit-width">
|
|
1815
1815
|
<div class="pf-c-page__main-body">
|
|
1816
1816
|
<nav class="pf-c-breadcrumb" aria-label="breadcrumb">
|
|
1817
|
-
<ol class="pf-c-breadcrumb__list">
|
|
1817
|
+
<ol class="pf-c-breadcrumb__list" role="list">
|
|
1818
1818
|
<li class="pf-c-breadcrumb__item">
|
|
1819
1819
|
<a href="#" class="pf-c-breadcrumb__link">Section home</a>
|
|
1820
1820
|
</li>
|
|
@@ -2329,7 +2329,7 @@ cssPrefix: pf-d-description-list
|
|
|
2329
2329
|
</div>
|
|
2330
2330
|
<section class="pf-c-app-launcher__group">
|
|
2331
2331
|
<h1 class="pf-c-app-launcher__group-title">Favorites</h1>
|
|
2332
|
-
<ul>
|
|
2332
|
+
<ul role="list">
|
|
2333
2333
|
<li
|
|
2334
2334
|
class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
|
|
2335
2335
|
>
|
|
@@ -2381,7 +2381,7 @@ cssPrefix: pf-d-description-list
|
|
|
2381
2381
|
<hr class="pf-c-divider" />
|
|
2382
2382
|
<section class="pf-c-app-launcher__group">
|
|
2383
2383
|
<h1 class="pf-c-app-launcher__group-title">Group 1</h1>
|
|
2384
|
-
<ul>
|
|
2384
|
+
<ul role="list">
|
|
2385
2385
|
<li
|
|
2386
2386
|
class="pf-c-app-launcher__menu-wrapper pf-m-external"
|
|
2387
2387
|
>
|
|
@@ -3036,7 +3036,7 @@ cssPrefix: pf-d-description-list
|
|
|
3036
3036
|
id="description-list-complex-content-example-primary-nav"
|
|
3037
3037
|
aria-label="Global"
|
|
3038
3038
|
>
|
|
3039
|
-
<ul class="pf-c-nav__list">
|
|
3039
|
+
<ul class="pf-c-nav__list" role="list">
|
|
3040
3040
|
<li class="pf-c-nav__item">
|
|
3041
3041
|
<a href="#" class="pf-c-nav__link">System panel</a>
|
|
3042
3042
|
</li>
|
|
@@ -3068,7 +3068,7 @@ cssPrefix: pf-d-description-list
|
|
|
3068
3068
|
<section class="pf-c-page__main-breadcrumb pf-m-limit-width">
|
|
3069
3069
|
<div class="pf-c-page__main-body">
|
|
3070
3070
|
<nav class="pf-c-breadcrumb" aria-label="breadcrumb">
|
|
3071
|
-
<ol class="pf-c-breadcrumb__list">
|
|
3071
|
+
<ol class="pf-c-breadcrumb__list" role="list">
|
|
3072
3072
|
<li class="pf-c-breadcrumb__item">
|
|
3073
3073
|
<a href="#" class="pf-c-breadcrumb__link">Section home</a>
|
|
3074
3074
|
</li>
|
|
@@ -96,7 +96,7 @@ wrapperTag: div
|
|
|
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 @@ wrapperTag: div
|
|
|
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 @@ wrapperTag: div
|
|
|
803
803
|
id="drawer-collapsed-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>
|
|
@@ -840,7 +840,7 @@ wrapperTag: div
|
|
|
840
840
|
<section class="pf-c-page__main-breadcrumb pf-m-limit-width">
|
|
841
841
|
<div class="pf-c-page__main-body">
|
|
842
842
|
<nav class="pf-c-breadcrumb" aria-label="breadcrumb">
|
|
843
|
-
<ol class="pf-c-breadcrumb__list">
|
|
843
|
+
<ol class="pf-c-breadcrumb__list" role="list">
|
|
844
844
|
<li class="pf-c-breadcrumb__item">
|
|
845
845
|
<a href="#" class="pf-c-breadcrumb__link">Section home</a>
|
|
846
846
|
</li>
|
|
@@ -1200,7 +1200,7 @@ wrapperTag: div
|
|
|
1200
1200
|
</div>
|
|
1201
1201
|
<section class="pf-c-app-launcher__group">
|
|
1202
1202
|
<h1 class="pf-c-app-launcher__group-title">Favorites</h1>
|
|
1203
|
-
<ul>
|
|
1203
|
+
<ul role="list">
|
|
1204
1204
|
<li
|
|
1205
1205
|
class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
|
|
1206
1206
|
>
|
|
@@ -1252,7 +1252,7 @@ wrapperTag: div
|
|
|
1252
1252
|
<hr class="pf-c-divider" />
|
|
1253
1253
|
<section class="pf-c-app-launcher__group">
|
|
1254
1254
|
<h1 class="pf-c-app-launcher__group-title">Group 1</h1>
|
|
1255
|
-
<ul>
|
|
1255
|
+
<ul role="list">
|
|
1256
1256
|
<li
|
|
1257
1257
|
class="pf-c-app-launcher__menu-wrapper pf-m-external"
|
|
1258
1258
|
>
|
|
@@ -1907,7 +1907,7 @@ wrapperTag: div
|
|
|
1907
1907
|
id="drawer-expanded-example-primary-nav"
|
|
1908
1908
|
aria-label="Global"
|
|
1909
1909
|
>
|
|
1910
|
-
<ul class="pf-c-nav__list">
|
|
1910
|
+
<ul class="pf-c-nav__list" role="list">
|
|
1911
1911
|
<li class="pf-c-nav__item">
|
|
1912
1912
|
<a href="#" class="pf-c-nav__link">System panel</a>
|
|
1913
1913
|
</li>
|
|
@@ -1944,7 +1944,7 @@ wrapperTag: div
|
|
|
1944
1944
|
<section class="pf-c-page__main-breadcrumb pf-m-limit-width">
|
|
1945
1945
|
<div class="pf-c-page__main-body">
|
|
1946
1946
|
<nav class="pf-c-breadcrumb" aria-label="breadcrumb">
|
|
1947
|
-
<ol class="pf-c-breadcrumb__list">
|
|
1947
|
+
<ol class="pf-c-breadcrumb__list" role="list">
|
|
1948
1948
|
<li class="pf-c-breadcrumb__item">
|
|
1949
1949
|
<a href="#" class="pf-c-breadcrumb__link">Section home</a>
|
|
1950
1950
|
</li>
|
|
@@ -2128,7 +2128,7 @@ wrapperTag: div
|
|
|
2128
2128
|
</div>
|
|
2129
2129
|
<section class="pf-c-app-launcher__group">
|
|
2130
2130
|
<h1 class="pf-c-app-launcher__group-title">Favorites</h1>
|
|
2131
|
-
<ul>
|
|
2131
|
+
<ul role="list">
|
|
2132
2132
|
<li
|
|
2133
2133
|
class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
|
|
2134
2134
|
>
|
|
@@ -2180,7 +2180,7 @@ wrapperTag: div
|
|
|
2180
2180
|
<hr class="pf-c-divider" />
|
|
2181
2181
|
<section class="pf-c-app-launcher__group">
|
|
2182
2182
|
<h1 class="pf-c-app-launcher__group-title">Group 1</h1>
|
|
2183
|
-
<ul>
|
|
2183
|
+
<ul role="list">
|
|
2184
2184
|
<li
|
|
2185
2185
|
class="pf-c-app-launcher__menu-wrapper pf-m-external"
|
|
2186
2186
|
>
|
|
@@ -2835,7 +2835,7 @@ wrapperTag: div
|
|
|
2835
2835
|
id="drawer-expanded-bottom-example-primary-nav"
|
|
2836
2836
|
aria-label="Global"
|
|
2837
2837
|
>
|
|
2838
|
-
<ul class="pf-c-nav__list">
|
|
2838
|
+
<ul class="pf-c-nav__list" role="list">
|
|
2839
2839
|
<li class="pf-c-nav__item">
|
|
2840
2840
|
<a href="#" class="pf-c-nav__link">System panel</a>
|
|
2841
2841
|
</li>
|
|
@@ -2872,7 +2872,7 @@ wrapperTag: div
|
|
|
2872
2872
|
<section class="pf-c-page__main-breadcrumb pf-m-limit-width">
|
|
2873
2873
|
<div class="pf-c-page__main-body">
|
|
2874
2874
|
<nav class="pf-c-breadcrumb" aria-label="breadcrumb">
|
|
2875
|
-
<ol class="pf-c-breadcrumb__list">
|
|
2875
|
+
<ol class="pf-c-breadcrumb__list" role="list">
|
|
2876
2876
|
<li class="pf-c-breadcrumb__item">
|
|
2877
2877
|
<a href="#" class="pf-c-breadcrumb__link">Section home</a>
|
|
2878
2878
|
</li>
|
|
@@ -3056,7 +3056,7 @@ wrapperTag: div
|
|
|
3056
3056
|
</div>
|
|
3057
3057
|
<section class="pf-c-app-launcher__group">
|
|
3058
3058
|
<h1 class="pf-c-app-launcher__group-title">Favorites</h1>
|
|
3059
|
-
<ul>
|
|
3059
|
+
<ul role="list">
|
|
3060
3060
|
<li
|
|
3061
3061
|
class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
|
|
3062
3062
|
>
|
|
@@ -3108,7 +3108,7 @@ wrapperTag: div
|
|
|
3108
3108
|
<hr class="pf-c-divider" />
|
|
3109
3109
|
<section class="pf-c-app-launcher__group">
|
|
3110
3110
|
<h1 class="pf-c-app-launcher__group-title">Group 1</h1>
|
|
3111
|
-
<ul>
|
|
3111
|
+
<ul role="list">
|
|
3112
3112
|
<li
|
|
3113
3113
|
class="pf-c-app-launcher__menu-wrapper pf-m-external"
|
|
3114
3114
|
>
|
|
@@ -3763,7 +3763,7 @@ wrapperTag: div
|
|
|
3763
3763
|
id="drawer-jump-links-primary-nav"
|
|
3764
3764
|
aria-label="Global"
|
|
3765
3765
|
>
|
|
3766
|
-
<ul class="pf-c-nav__list">
|
|
3766
|
+
<ul class="pf-c-nav__list" role="list">
|
|
3767
3767
|
<li class="pf-c-nav__item">
|
|
3768
3768
|
<a href="#" class="pf-c-nav__link">System panel</a>
|
|
3769
3769
|
</li>
|
|
@@ -3807,7 +3807,7 @@ wrapperTag: div
|
|
|
3807
3807
|
class="pf-c-jump-links pf-m-vertical pf-m-non-expandable-on-md pf-m-expandable"
|
|
3808
3808
|
>
|
|
3809
3809
|
<div class="pf-c-jump-links__label">Jump to section</div>
|
|
3810
|
-
<ul class="pf-c-jump-links__list">
|
|
3810
|
+
<ul class="pf-c-jump-links__list" role="list">
|
|
3811
3811
|
<li class="pf-c-jump-links__item pf-m-current">
|
|
3812
3812
|
<a
|
|
3813
3813
|
class="pf-c-jump-links__link"
|
|
@@ -4011,7 +4011,7 @@ wrapperTag: div
|
|
|
4011
4011
|
</div>
|
|
4012
4012
|
<section class="pf-c-app-launcher__group">
|
|
4013
4013
|
<h1 class="pf-c-app-launcher__group-title">Favorites</h1>
|
|
4014
|
-
<ul>
|
|
4014
|
+
<ul role="list">
|
|
4015
4015
|
<li
|
|
4016
4016
|
class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
|
|
4017
4017
|
>
|
|
@@ -4063,7 +4063,7 @@ wrapperTag: div
|
|
|
4063
4063
|
<hr class="pf-c-divider" />
|
|
4064
4064
|
<section class="pf-c-app-launcher__group">
|
|
4065
4065
|
<h1 class="pf-c-app-launcher__group-title">Group 1</h1>
|
|
4066
|
-
<ul>
|
|
4066
|
+
<ul role="list">
|
|
4067
4067
|
<li
|
|
4068
4068
|
class="pf-c-app-launcher__menu-wrapper pf-m-external"
|
|
4069
4069
|
>
|
|
@@ -4718,7 +4718,7 @@ wrapperTag: div
|
|
|
4718
4718
|
id="drawer-expanded-jump-links-primary-nav"
|
|
4719
4719
|
aria-label="Global"
|
|
4720
4720
|
>
|
|
4721
|
-
<ul class="pf-c-nav__list">
|
|
4721
|
+
<ul class="pf-c-nav__list" role="list">
|
|
4722
4722
|
<li class="pf-c-nav__item">
|
|
4723
4723
|
<a href="#" class="pf-c-nav__link">System panel</a>
|
|
4724
4724
|
</li>
|
|
@@ -4762,7 +4762,7 @@ wrapperTag: div
|
|
|
4762
4762
|
class="pf-c-jump-links pf-m-vertical pf-m-non-expandable-on-md pf-m-expandable"
|
|
4763
4763
|
>
|
|
4764
4764
|
<div class="pf-c-jump-links__label">Jump to section</div>
|
|
4765
|
-
<ul class="pf-c-jump-links__list">
|
|
4765
|
+
<ul class="pf-c-jump-links__list" role="list">
|
|
4766
4766
|
<li class="pf-c-jump-links__item pf-m-current">
|
|
4767
4767
|
<a
|
|
4768
4768
|
class="pf-c-jump-links__link"
|
|
@@ -82,32 +82,32 @@ section: components
|
|
|
82
82
|
id="helper-text-form-address-helper"
|
|
83
83
|
aria-live="polite"
|
|
84
84
|
>
|
|
85
|
-
<
|
|
86
|
-
<
|
|
85
|
+
<div class="pf-c-helper-text">
|
|
86
|
+
<div class="pf-c-helper-text__item pf-m-dynamic pf-m-success">
|
|
87
87
|
<span class="pf-c-helper-text__item-icon">
|
|
88
88
|
<i class="fas fa-fw fa-check-circle" aria-hidden="true"></i>
|
|
89
89
|
</span>
|
|
90
90
|
<span
|
|
91
91
|
class="pf-c-helper-text__item-text"
|
|
92
92
|
>This criteria has been met.</span>
|
|
93
|
-
</
|
|
94
|
-
<
|
|
93
|
+
</div>
|
|
94
|
+
<div class="pf-c-helper-text__item pf-m-dynamic pf-m-error">
|
|
95
95
|
<span class="pf-c-helper-text__item-icon">
|
|
96
96
|
<i class="fas fa-fw fa-exclamation-circle" aria-hidden="true"></i>
|
|
97
97
|
</span>
|
|
98
98
|
<span
|
|
99
99
|
class="pf-c-helper-text__item-text"
|
|
100
100
|
>This criteria has not been met.</span>
|
|
101
|
-
</
|
|
102
|
-
<
|
|
101
|
+
</div>
|
|
102
|
+
<div class="pf-c-helper-text__item pf-m-dynamic pf-m-success">
|
|
103
103
|
<span class="pf-c-helper-text__item-icon">
|
|
104
104
|
<i class="fas fa-fw fa-check-circle" aria-hidden="true"></i>
|
|
105
105
|
</span>
|
|
106
106
|
<span
|
|
107
107
|
class="pf-c-helper-text__item-text"
|
|
108
108
|
>This criteria has been met.</span>
|
|
109
|
-
</
|
|
110
|
-
</
|
|
109
|
+
</div>
|
|
110
|
+
</div>
|
|
111
111
|
</div>
|
|
112
112
|
</div>
|
|
113
113
|
</div>
|