@patternfly/patternfly 5.0.0-alpha.13 → 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/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 +0 -1
- package/patternfly.css +0 -1
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -95,7 +95,7 @@ section: components
|
|
|
95
95
|
</div>
|
|
96
96
|
<section class="pf-c-app-launcher__group">
|
|
97
97
|
<h1 class="pf-c-app-launcher__group-title">Favorites</h1>
|
|
98
|
-
<ul>
|
|
98
|
+
<ul role="list">
|
|
99
99
|
<li
|
|
100
100
|
class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
|
|
101
101
|
>
|
|
@@ -147,7 +147,7 @@ section: components
|
|
|
147
147
|
<hr class="pf-c-divider" />
|
|
148
148
|
<section class="pf-c-app-launcher__group">
|
|
149
149
|
<h1 class="pf-c-app-launcher__group-title">Group 1</h1>
|
|
150
|
-
<ul>
|
|
150
|
+
<ul role="list">
|
|
151
151
|
<li
|
|
152
152
|
class="pf-c-app-launcher__menu-wrapper pf-m-external"
|
|
153
153
|
>
|
|
@@ -802,7 +802,7 @@ section: components
|
|
|
802
802
|
id="alert-basic-example-primary-nav"
|
|
803
803
|
aria-label="Global"
|
|
804
804
|
>
|
|
805
|
-
<ul class="pf-c-nav__list">
|
|
805
|
+
<ul class="pf-c-nav__list" role="list">
|
|
806
806
|
<li class="pf-c-nav__item">
|
|
807
807
|
<a href="#" class="pf-c-nav__link">System panel</a>
|
|
808
808
|
</li>
|
|
@@ -834,7 +834,7 @@ section: components
|
|
|
834
834
|
<section class="pf-c-page__main-breadcrumb pf-m-limit-width">
|
|
835
835
|
<div class="pf-c-page__main-body">
|
|
836
836
|
<nav class="pf-c-breadcrumb" aria-label="breadcrumb">
|
|
837
|
-
<ol class="pf-c-breadcrumb__list">
|
|
837
|
+
<ol class="pf-c-breadcrumb__list" role="list">
|
|
838
838
|
<li class="pf-c-breadcrumb__item">
|
|
839
839
|
<a href="#" class="pf-c-breadcrumb__link">Section home</a>
|
|
840
840
|
</li>
|
|
@@ -913,7 +913,7 @@ section: components
|
|
|
913
913
|
</section>
|
|
914
914
|
</main>
|
|
915
915
|
</div>
|
|
916
|
-
<ul class="pf-c-alert-group pf-m-toast">
|
|
916
|
+
<ul class="pf-c-alert-group pf-m-toast" role="list">
|
|
917
917
|
<li class="pf-c-alert-group__item">
|
|
918
918
|
<div class="pf-c-alert pf-m-success" aria-label="Success alert">
|
|
919
919
|
<div class="pf-c-alert__icon">
|
|
@@ -1079,7 +1079,7 @@ section: components
|
|
|
1079
1079
|
</div>
|
|
1080
1080
|
<section class="pf-c-app-launcher__group">
|
|
1081
1081
|
<h1 class="pf-c-app-launcher__group-title">Favorites</h1>
|
|
1082
|
-
<ul>
|
|
1082
|
+
<ul role="list">
|
|
1083
1083
|
<li
|
|
1084
1084
|
class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
|
|
1085
1085
|
>
|
|
@@ -1131,7 +1131,7 @@ section: components
|
|
|
1131
1131
|
<hr class="pf-c-divider" />
|
|
1132
1132
|
<section class="pf-c-app-launcher__group">
|
|
1133
1133
|
<h1 class="pf-c-app-launcher__group-title">Group 1</h1>
|
|
1134
|
-
<ul>
|
|
1134
|
+
<ul role="list">
|
|
1135
1135
|
<li
|
|
1136
1136
|
class="pf-c-app-launcher__menu-wrapper pf-m-external"
|
|
1137
1137
|
>
|
|
@@ -1786,7 +1786,7 @@ section: components
|
|
|
1786
1786
|
id="alert-horizontal-example-primary-nav"
|
|
1787
1787
|
aria-label="Global"
|
|
1788
1788
|
>
|
|
1789
|
-
<ul class="pf-c-nav__list">
|
|
1789
|
+
<ul class="pf-c-nav__list" role="list">
|
|
1790
1790
|
<li class="pf-c-nav__item">
|
|
1791
1791
|
<a href="#" class="pf-c-nav__link">System panel</a>
|
|
1792
1792
|
</li>
|
|
@@ -1818,7 +1818,7 @@ section: components
|
|
|
1818
1818
|
<section class="pf-c-page__main-breadcrumb pf-m-limit-width">
|
|
1819
1819
|
<div class="pf-c-page__main-body">
|
|
1820
1820
|
<nav class="pf-c-breadcrumb" aria-label="breadcrumb">
|
|
1821
|
-
<ol class="pf-c-breadcrumb__list">
|
|
1821
|
+
<ol class="pf-c-breadcrumb__list" role="list">
|
|
1822
1822
|
<li class="pf-c-breadcrumb__item">
|
|
1823
1823
|
<a href="#" class="pf-c-breadcrumb__link">Section home</a>
|
|
1824
1824
|
</li>
|
|
@@ -2101,7 +2101,7 @@ section: components
|
|
|
2101
2101
|
</div>
|
|
2102
2102
|
<section class="pf-c-app-launcher__group">
|
|
2103
2103
|
<h1 class="pf-c-app-launcher__group-title">Favorites</h1>
|
|
2104
|
-
<ul>
|
|
2104
|
+
<ul role="list">
|
|
2105
2105
|
<li
|
|
2106
2106
|
class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
|
|
2107
2107
|
>
|
|
@@ -2153,7 +2153,7 @@ section: components
|
|
|
2153
2153
|
<hr class="pf-c-divider" />
|
|
2154
2154
|
<section class="pf-c-app-launcher__group">
|
|
2155
2155
|
<h1 class="pf-c-app-launcher__group-title">Group 1</h1>
|
|
2156
|
-
<ul>
|
|
2156
|
+
<ul role="list">
|
|
2157
2157
|
<li
|
|
2158
2158
|
class="pf-c-app-launcher__menu-wrapper pf-m-external"
|
|
2159
2159
|
>
|
|
@@ -2808,7 +2808,7 @@ section: components
|
|
|
2808
2808
|
id="alert-stacked-example-primary-nav"
|
|
2809
2809
|
aria-label="Global"
|
|
2810
2810
|
>
|
|
2811
|
-
<ul class="pf-c-nav__list">
|
|
2811
|
+
<ul class="pf-c-nav__list" role="list">
|
|
2812
2812
|
<li class="pf-c-nav__item">
|
|
2813
2813
|
<a href="#" class="pf-c-nav__link">System panel</a>
|
|
2814
2814
|
</li>
|
|
@@ -2840,7 +2840,7 @@ section: components
|
|
|
2840
2840
|
<section class="pf-c-page__main-breadcrumb pf-m-limit-width">
|
|
2841
2841
|
<div class="pf-c-page__main-body">
|
|
2842
2842
|
<nav class="pf-c-breadcrumb" aria-label="breadcrumb">
|
|
2843
|
-
<ol class="pf-c-breadcrumb__list">
|
|
2843
|
+
<ol class="pf-c-breadcrumb__list" role="list">
|
|
2844
2844
|
<li class="pf-c-breadcrumb__item">
|
|
2845
2845
|
<a href="#" class="pf-c-breadcrumb__link">Section home</a>
|
|
2846
2846
|
</li>
|
|
@@ -96,7 +96,7 @@ cssPrefix: pf-d-back-to-top
|
|
|
96
96
|
</div>
|
|
97
97
|
<section class="pf-c-app-launcher__group">
|
|
98
98
|
<h1 class="pf-c-app-launcher__group-title">Favorites</h1>
|
|
99
|
-
<ul>
|
|
99
|
+
<ul role="list">
|
|
100
100
|
<li
|
|
101
101
|
class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
|
|
102
102
|
>
|
|
@@ -148,7 +148,7 @@ cssPrefix: pf-d-back-to-top
|
|
|
148
148
|
<hr class="pf-c-divider" />
|
|
149
149
|
<section class="pf-c-app-launcher__group">
|
|
150
150
|
<h1 class="pf-c-app-launcher__group-title">Group 1</h1>
|
|
151
|
-
<ul>
|
|
151
|
+
<ul role="list">
|
|
152
152
|
<li
|
|
153
153
|
class="pf-c-app-launcher__menu-wrapper pf-m-external"
|
|
154
154
|
>
|
|
@@ -803,7 +803,7 @@ cssPrefix: pf-d-back-to-top
|
|
|
803
803
|
id="back-to-top-basic-example-primary-nav"
|
|
804
804
|
aria-label="Global"
|
|
805
805
|
>
|
|
806
|
-
<ul class="pf-c-nav__list">
|
|
806
|
+
<ul class="pf-c-nav__list" role="list">
|
|
807
807
|
<li class="pf-c-nav__item">
|
|
808
808
|
<a href="#" class="pf-c-nav__link">System panel</a>
|
|
809
809
|
</li>
|
|
@@ -835,7 +835,7 @@ cssPrefix: pf-d-back-to-top
|
|
|
835
835
|
<section class="pf-c-page__main-breadcrumb pf-m-limit-width">
|
|
836
836
|
<div class="pf-c-page__main-body">
|
|
837
837
|
<nav class="pf-c-breadcrumb" aria-label="breadcrumb">
|
|
838
|
-
<ol class="pf-c-breadcrumb__list">
|
|
838
|
+
<ol class="pf-c-breadcrumb__list" role="list">
|
|
839
839
|
<li class="pf-c-breadcrumb__item">
|
|
840
840
|
<a href="#" class="pf-c-breadcrumb__link">Section home</a>
|
|
841
841
|
</li>
|
|
@@ -97,7 +97,7 @@ wrapperTag: div
|
|
|
97
97
|
</div>
|
|
98
98
|
<section class="pf-c-app-launcher__group">
|
|
99
99
|
<h1 class="pf-c-app-launcher__group-title">Favorites</h1>
|
|
100
|
-
<ul>
|
|
100
|
+
<ul role="list">
|
|
101
101
|
<li
|
|
102
102
|
class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
|
|
103
103
|
>
|
|
@@ -149,7 +149,7 @@ wrapperTag: div
|
|
|
149
149
|
<hr class="pf-c-divider" />
|
|
150
150
|
<section class="pf-c-app-launcher__group">
|
|
151
151
|
<h1 class="pf-c-app-launcher__group-title">Group 1</h1>
|
|
152
|
-
<ul>
|
|
152
|
+
<ul role="list">
|
|
153
153
|
<li
|
|
154
154
|
class="pf-c-app-launcher__menu-wrapper pf-m-external"
|
|
155
155
|
>
|
|
@@ -804,7 +804,7 @@ wrapperTag: div
|
|
|
804
804
|
id="banner-basic-example-primary-nav"
|
|
805
805
|
aria-label="Global"
|
|
806
806
|
>
|
|
807
|
-
<ul class="pf-c-nav__list">
|
|
807
|
+
<ul class="pf-c-nav__list" role="list">
|
|
808
808
|
<li class="pf-c-nav__item">
|
|
809
809
|
<a href="#" class="pf-c-nav__link">System panel</a>
|
|
810
810
|
</li>
|
|
@@ -850,7 +850,7 @@ wrapperTag: div
|
|
|
850
850
|
<section class="pf-c-page__main-breadcrumb pf-m-limit-width">
|
|
851
851
|
<div class="pf-c-page__main-body">
|
|
852
852
|
<nav class="pf-c-breadcrumb" aria-label="breadcrumb">
|
|
853
|
-
<ol class="pf-c-breadcrumb__list">
|
|
853
|
+
<ol class="pf-c-breadcrumb__list" role="list">
|
|
854
854
|
<li class="pf-c-breadcrumb__item">
|
|
855
855
|
<a href="#" class="pf-c-breadcrumb__link">Section home</a>
|
|
856
856
|
</li>
|
|
@@ -1164,7 +1164,7 @@ wrapperTag: div
|
|
|
1164
1164
|
</div>
|
|
1165
1165
|
<section class="pf-c-app-launcher__group">
|
|
1166
1166
|
<h1 class="pf-c-app-launcher__group-title">Favorites</h1>
|
|
1167
|
-
<ul>
|
|
1167
|
+
<ul role="list">
|
|
1168
1168
|
<li
|
|
1169
1169
|
class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
|
|
1170
1170
|
>
|
|
@@ -1220,7 +1220,7 @@ wrapperTag: div
|
|
|
1220
1220
|
<hr class="pf-c-divider" />
|
|
1221
1221
|
<section class="pf-c-app-launcher__group">
|
|
1222
1222
|
<h1 class="pf-c-app-launcher__group-title">Group 1</h1>
|
|
1223
|
-
<ul>
|
|
1223
|
+
<ul role="list">
|
|
1224
1224
|
<li
|
|
1225
1225
|
class="pf-c-app-launcher__menu-wrapper pf-m-external"
|
|
1226
1226
|
>
|
|
@@ -1935,7 +1935,7 @@ wrapperTag: div
|
|
|
1935
1935
|
id="banner-top-bottom-example-primary-nav"
|
|
1936
1936
|
aria-label="Global"
|
|
1937
1937
|
>
|
|
1938
|
-
<ul class="pf-c-nav__list">
|
|
1938
|
+
<ul class="pf-c-nav__list" role="list">
|
|
1939
1939
|
<li class="pf-c-nav__item">
|
|
1940
1940
|
<a href="#" class="pf-c-nav__link">System panel</a>
|
|
1941
1941
|
</li>
|
|
@@ -1967,7 +1967,7 @@ wrapperTag: div
|
|
|
1967
1967
|
<section class="pf-c-page__main-breadcrumb pf-m-limit-width">
|
|
1968
1968
|
<div class="pf-c-page__main-body">
|
|
1969
1969
|
<nav class="pf-c-breadcrumb" aria-label="breadcrumb">
|
|
1970
|
-
<ol class="pf-c-breadcrumb__list">
|
|
1970
|
+
<ol class="pf-c-breadcrumb__list" role="list">
|
|
1971
1971
|
<li class="pf-c-breadcrumb__item">
|
|
1972
1972
|
<a href="#" class="pf-c-breadcrumb__link">Section home</a>
|
|
1973
1973
|
</li>
|
|
@@ -221,7 +221,7 @@ wrapperTag: div
|
|
|
221
221
|
</span>
|
|
222
222
|
</span>
|
|
223
223
|
<p>Continue setting up your cluster to access all you cain in the Console</p>
|
|
224
|
-
<ul class="pf-c-list pf-m-plain">
|
|
224
|
+
<ul class="pf-c-list pf-m-plain" role="list">
|
|
225
225
|
<li>
|
|
226
226
|
<a href="#">Add identity provider</a>
|
|
227
227
|
</li>
|
|
@@ -257,7 +257,7 @@ wrapperTag: div
|
|
|
257
257
|
</span>
|
|
258
258
|
</span>
|
|
259
259
|
<p>Tour some of the key features around the console</p>
|
|
260
|
-
<ul class="pf-c-list pf-m-plain">
|
|
260
|
+
<ul class="pf-c-list pf-m-plain" role="list">
|
|
261
261
|
<li>
|
|
262
262
|
<a href="#">Tour the console</a>
|
|
263
263
|
</li>
|
|
@@ -288,7 +288,7 @@ wrapperTag: div
|
|
|
288
288
|
</span>
|
|
289
289
|
</span>
|
|
290
290
|
<p>Get started with features using our step-by-step documentation</p>
|
|
291
|
-
<ul class="pf-c-list pf-m-plain">
|
|
291
|
+
<ul class="pf-c-list pf-m-plain" role="list">
|
|
292
292
|
<li>
|
|
293
293
|
<a href="#">Getting started with Serverless</a>
|
|
294
294
|
</li>
|
|
@@ -322,7 +322,7 @@ wrapperTag: div
|
|
|
322
322
|
</span>
|
|
323
323
|
</span>
|
|
324
324
|
<p>Learn about new features within the Console and get started with demo apps</p>
|
|
325
|
-
<ul class="pf-c-list pf-m-plain">
|
|
325
|
+
<ul class="pf-c-list pf-m-plain" role="list">
|
|
326
326
|
<li>
|
|
327
327
|
<a href="#">See what's possible with the Explore page</a>
|
|
328
328
|
</li>
|
|
@@ -1039,7 +1039,7 @@ wrapperTag: div
|
|
|
1039
1039
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1040
1040
|
</span>
|
|
1041
1041
|
</button>
|
|
1042
|
-
<ul class="pf-c-notification-drawer__list" hidden>
|
|
1042
|
+
<ul class="pf-c-notification-drawer__list" role="list" hidden>
|
|
1043
1043
|
<li
|
|
1044
1044
|
class="pf-c-notification-drawer__list-item pf-m-hoverable pf-m-danger"
|
|
1045
1045
|
tabindex="0"
|
|
@@ -1232,7 +1232,7 @@ wrapperTag: div
|
|
|
1232
1232
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1233
1233
|
</span>
|
|
1234
1234
|
</button>
|
|
1235
|
-
<ul class="pf-c-notification-drawer__list">
|
|
1235
|
+
<ul class="pf-c-notification-drawer__list" role="list">
|
|
1236
1236
|
<li
|
|
1237
1237
|
class="pf-c-notification-drawer__list-item pf-m-hoverable pf-m-danger"
|
|
1238
1238
|
tabindex="0"
|
|
@@ -1679,7 +1679,7 @@ wrapperTag: div
|
|
|
1679
1679
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1680
1680
|
</span>
|
|
1681
1681
|
</button>
|
|
1682
|
-
<ul class="pf-c-notification-drawer__list">
|
|
1682
|
+
<ul class="pf-c-notification-drawer__list" role="list">
|
|
1683
1683
|
<li
|
|
1684
1684
|
class="pf-c-notification-drawer__list-item pf-m-hoverable pf-m-danger"
|
|
1685
1685
|
tabindex="0"
|
|
@@ -95,7 +95,7 @@ section: demos
|
|
|
95
95
|
</div>
|
|
96
96
|
<section class="pf-c-app-launcher__group">
|
|
97
97
|
<h1 class="pf-c-app-launcher__group-title">Favorites</h1>
|
|
98
|
-
<ul>
|
|
98
|
+
<ul role="list">
|
|
99
99
|
<li
|
|
100
100
|
class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
|
|
101
101
|
>
|
|
@@ -147,7 +147,7 @@ section: demos
|
|
|
147
147
|
<hr class="pf-c-divider" />
|
|
148
148
|
<section class="pf-c-app-launcher__group">
|
|
149
149
|
<h1 class="pf-c-app-launcher__group-title">Group 1</h1>
|
|
150
|
-
<ul>
|
|
150
|
+
<ul role="list">
|
|
151
151
|
<li
|
|
152
152
|
class="pf-c-app-launcher__menu-wrapper pf-m-external"
|
|
153
153
|
>
|
|
@@ -802,7 +802,7 @@ section: demos
|
|
|
802
802
|
id="card-view-basic-example-expandable-nav"
|
|
803
803
|
aria-label="Global"
|
|
804
804
|
>
|
|
805
|
-
<ul class="pf-c-nav__list">
|
|
805
|
+
<ul class="pf-c-nav__list" role="list">
|
|
806
806
|
<li class="pf-c-nav__item pf-m-expandable pf-m-expanded pf-m-current">
|
|
807
807
|
<button
|
|
808
808
|
class="pf-c-nav__link"
|
|
@@ -820,7 +820,7 @@ section: demos
|
|
|
820
820
|
class="pf-c-nav__subnav"
|
|
821
821
|
aria-labelledby="card-view-basic-example-expandable-nav-link1"
|
|
822
822
|
>
|
|
823
|
-
<ul class="pf-c-nav__list">
|
|
823
|
+
<ul class="pf-c-nav__list" role="list">
|
|
824
824
|
<li class="pf-c-nav__item">
|
|
825
825
|
<a href="#" class="pf-c-nav__link">Overview</a>
|
|
826
826
|
</li>
|
|
@@ -866,7 +866,7 @@ section: demos
|
|
|
866
866
|
aria-labelledby="card-view-basic-example-expandable-nav-link2"
|
|
867
867
|
hidden
|
|
868
868
|
>
|
|
869
|
-
<ul class="pf-c-nav__list">
|
|
869
|
+
<ul class="pf-c-nav__list" role="list">
|
|
870
870
|
<li class="pf-c-nav__item">
|
|
871
871
|
<a href="#" class="pf-c-nav__link">Subnav link 1</a>
|
|
872
872
|
</li>
|
|
@@ -894,7 +894,7 @@ section: demos
|
|
|
894
894
|
aria-labelledby="card-view-basic-example-expandable-nav-link3"
|
|
895
895
|
hidden
|
|
896
896
|
>
|
|
897
|
-
<ul class="pf-c-nav__list">
|
|
897
|
+
<ul class="pf-c-nav__list" role="list">
|
|
898
898
|
<li class="pf-c-nav__item">
|
|
899
899
|
<a href="#" class="pf-c-nav__link">Subnav link 1</a>
|
|
900
900
|
</li>
|
|
@@ -916,7 +916,7 @@ section: demos
|
|
|
916
916
|
<section class="pf-c-page__main-breadcrumb pf-m-limit-width">
|
|
917
917
|
<div class="pf-c-page__main-body">
|
|
918
918
|
<nav class="pf-c-breadcrumb" aria-label="breadcrumb">
|
|
919
|
-
<ol class="pf-c-breadcrumb__list">
|
|
919
|
+
<ol class="pf-c-breadcrumb__list" role="list">
|
|
920
920
|
<li class="pf-c-breadcrumb__item">
|
|
921
921
|
<a href="#" class="pf-c-breadcrumb__link">Section home</a>
|
|
922
922
|
</li>
|
|
@@ -85,7 +85,7 @@ section: components
|
|
|
85
85
|
</div>
|
|
86
86
|
</div>
|
|
87
87
|
</div>
|
|
88
|
-
<ul class="pf-c-context-selector__menu-list">
|
|
88
|
+
<ul class="pf-c-context-selector__menu-list" role="list">
|
|
89
89
|
<li>
|
|
90
90
|
<a
|
|
91
91
|
class="pf-c-context-selector__menu-list-item"
|
|
@@ -189,7 +189,7 @@ section: components
|
|
|
189
189
|
id="context-selector-in-masthead-primary-nav"
|
|
190
190
|
aria-label="Global"
|
|
191
191
|
>
|
|
192
|
-
<ul class="pf-c-nav__list">
|
|
192
|
+
<ul class="pf-c-nav__list" role="list">
|
|
193
193
|
<li class="pf-c-nav__item">
|
|
194
194
|
<a href="#" class="pf-c-nav__link">System panel</a>
|
|
195
195
|
</li>
|
|
@@ -221,7 +221,7 @@ section: components
|
|
|
221
221
|
<section class="pf-c-page__main-breadcrumb pf-m-limit-width">
|
|
222
222
|
<div class="pf-c-page__main-body">
|
|
223
223
|
<nav class="pf-c-breadcrumb" aria-label="breadcrumb">
|
|
224
|
-
<ol class="pf-c-breadcrumb__list">
|
|
224
|
+
<ol class="pf-c-breadcrumb__list" role="list">
|
|
225
225
|
<li class="pf-c-breadcrumb__item">
|
|
226
226
|
<a href="#" class="pf-c-breadcrumb__link">Section home</a>
|
|
227
227
|
</li>
|
|
@@ -398,7 +398,7 @@ section: components
|
|
|
398
398
|
</div>
|
|
399
399
|
<section class="pf-c-app-launcher__group">
|
|
400
400
|
<h1 class="pf-c-app-launcher__group-title">Favorites</h1>
|
|
401
|
-
<ul>
|
|
401
|
+
<ul role="list">
|
|
402
402
|
<li
|
|
403
403
|
class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
|
|
404
404
|
>
|
|
@@ -450,7 +450,7 @@ section: components
|
|
|
450
450
|
<hr class="pf-c-divider" />
|
|
451
451
|
<section class="pf-c-app-launcher__group">
|
|
452
452
|
<h1 class="pf-c-app-launcher__group-title">Group 1</h1>
|
|
453
|
-
<ul>
|
|
453
|
+
<ul role="list">
|
|
454
454
|
<li
|
|
455
455
|
class="pf-c-app-launcher__menu-wrapper pf-m-external"
|
|
456
456
|
>
|
|
@@ -1134,7 +1134,7 @@ section: components
|
|
|
1134
1134
|
</div>
|
|
1135
1135
|
</div>
|
|
1136
1136
|
</div>
|
|
1137
|
-
<ul class="pf-c-context-selector__menu-list">
|
|
1137
|
+
<ul class="pf-c-context-selector__menu-list" role="list">
|
|
1138
1138
|
<li>
|
|
1139
1139
|
<a class="pf-c-context-selector__menu-list-item" href="#">Link</a>
|
|
1140
1140
|
</li>
|
|
@@ -1229,7 +1229,7 @@ section: components
|
|
|
1229
1229
|
id="context-selector-in-sidebar-example-primary-nav"
|
|
1230
1230
|
aria-label="Global"
|
|
1231
1231
|
>
|
|
1232
|
-
<ul class="pf-c-nav__list">
|
|
1232
|
+
<ul class="pf-c-nav__list" role="list">
|
|
1233
1233
|
<li class="pf-c-nav__item">
|
|
1234
1234
|
<a href="#" class="pf-c-nav__link">System panel</a>
|
|
1235
1235
|
</li>
|
|
@@ -1261,7 +1261,7 @@ section: components
|
|
|
1261
1261
|
<section class="pf-c-page__main-breadcrumb pf-m-limit-width">
|
|
1262
1262
|
<div class="pf-c-page__main-body">
|
|
1263
1263
|
<nav class="pf-c-breadcrumb" aria-label="breadcrumb">
|
|
1264
|
-
<ol class="pf-c-breadcrumb__list">
|
|
1264
|
+
<ol class="pf-c-breadcrumb__list" role="list">
|
|
1265
1265
|
<li class="pf-c-breadcrumb__item">
|
|
1266
1266
|
<a href="#" class="pf-c-breadcrumb__link">Section home</a>
|
|
1267
1267
|
</li>
|
|
@@ -1438,7 +1438,7 @@ section: components
|
|
|
1438
1438
|
</div>
|
|
1439
1439
|
<section class="pf-c-app-launcher__group">
|
|
1440
1440
|
<h1 class="pf-c-app-launcher__group-title">Favorites</h1>
|
|
1441
|
-
<ul>
|
|
1441
|
+
<ul role="list">
|
|
1442
1442
|
<li
|
|
1443
1443
|
class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
|
|
1444
1444
|
>
|
|
@@ -1490,7 +1490,7 @@ section: components
|
|
|
1490
1490
|
<hr class="pf-c-divider" />
|
|
1491
1491
|
<section class="pf-c-app-launcher__group">
|
|
1492
1492
|
<h1 class="pf-c-app-launcher__group-title">Group 1</h1>
|
|
1493
|
-
<ul>
|
|
1493
|
+
<ul role="list">
|
|
1494
1494
|
<li
|
|
1495
1495
|
class="pf-c-app-launcher__menu-wrapper pf-m-external"
|
|
1496
1496
|
>
|
|
@@ -2176,7 +2176,7 @@ section: components
|
|
|
2176
2176
|
</div>
|
|
2177
2177
|
</div>
|
|
2178
2178
|
</div>
|
|
2179
|
-
<ul class="pf-c-context-selector__menu-list">
|
|
2179
|
+
<ul class="pf-c-context-selector__menu-list" role="list">
|
|
2180
2180
|
<li>
|
|
2181
2181
|
<a class="pf-c-context-selector__menu-list-item" href="#">Link</a>
|
|
2182
2182
|
</li>
|
|
@@ -2271,7 +2271,7 @@ section: components
|
|
|
2271
2271
|
id="context-selector-in-sidebar-expanded-example-primary-nav"
|
|
2272
2272
|
aria-label="Global"
|
|
2273
2273
|
>
|
|
2274
|
-
<ul class="pf-c-nav__list">
|
|
2274
|
+
<ul class="pf-c-nav__list" role="list">
|
|
2275
2275
|
<li class="pf-c-nav__item">
|
|
2276
2276
|
<a href="#" class="pf-c-nav__link">System panel</a>
|
|
2277
2277
|
</li>
|
|
@@ -2303,7 +2303,7 @@ section: components
|
|
|
2303
2303
|
<section class="pf-c-page__main-breadcrumb pf-m-limit-width">
|
|
2304
2304
|
<div class="pf-c-page__main-body">
|
|
2305
2305
|
<nav class="pf-c-breadcrumb" aria-label="breadcrumb">
|
|
2306
|
-
<ol class="pf-c-breadcrumb__list">
|
|
2306
|
+
<ol class="pf-c-breadcrumb__list" role="list">
|
|
2307
2307
|
<li class="pf-c-breadcrumb__item">
|
|
2308
2308
|
<a href="#" class="pf-c-breadcrumb__link">Section home</a>
|
|
2309
2309
|
</li>
|
|
@@ -2480,7 +2480,7 @@ section: components
|
|
|
2480
2480
|
</div>
|
|
2481
2481
|
<section class="pf-c-app-launcher__group">
|
|
2482
2482
|
<h1 class="pf-c-app-launcher__group-title">Favorites</h1>
|
|
2483
|
-
<ul>
|
|
2483
|
+
<ul role="list">
|
|
2484
2484
|
<li
|
|
2485
2485
|
class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
|
|
2486
2486
|
>
|
|
@@ -2532,7 +2532,7 @@ section: components
|
|
|
2532
2532
|
<hr class="pf-c-divider" />
|
|
2533
2533
|
<section class="pf-c-app-launcher__group">
|
|
2534
2534
|
<h1 class="pf-c-app-launcher__group-title">Group 1</h1>
|
|
2535
|
-
<ul>
|
|
2535
|
+
<ul role="list">
|
|
2536
2536
|
<li
|
|
2537
2537
|
class="pf-c-app-launcher__menu-wrapper pf-m-external"
|
|
2538
2538
|
>
|
|
@@ -3187,7 +3187,7 @@ section: components
|
|
|
3187
3187
|
id="context-selector-in-page-content-example-primary-nav"
|
|
3188
3188
|
aria-label="Global"
|
|
3189
3189
|
>
|
|
3190
|
-
<ul class="pf-c-nav__list">
|
|
3190
|
+
<ul class="pf-c-nav__list" role="list">
|
|
3191
3191
|
<li class="pf-c-nav__item">
|
|
3192
3192
|
<a href="#" class="pf-c-nav__link">System panel</a>
|
|
3193
3193
|
</li>
|
|
@@ -3263,7 +3263,7 @@ section: components
|
|
|
3263
3263
|
</div>
|
|
3264
3264
|
</div>
|
|
3265
3265
|
</div>
|
|
3266
|
-
<ul class="pf-c-context-selector__menu-list">
|
|
3266
|
+
<ul class="pf-c-context-selector__menu-list" role="list">
|
|
3267
3267
|
<li>
|
|
3268
3268
|
<a
|
|
3269
3269
|
class="pf-c-context-selector__menu-list-item"
|
|
@@ -3429,7 +3429,7 @@ section: components
|
|
|
3429
3429
|
<section class="pf-c-page__main-breadcrumb pf-m-limit-width">
|
|
3430
3430
|
<div class="pf-c-page__main-body">
|
|
3431
3431
|
<nav class="pf-c-breadcrumb" aria-label="breadcrumb">
|
|
3432
|
-
<ol class="pf-c-breadcrumb__list">
|
|
3432
|
+
<ol class="pf-c-breadcrumb__list" role="list">
|
|
3433
3433
|
<li class="pf-c-breadcrumb__item">
|
|
3434
3434
|
<a href="#" class="pf-c-breadcrumb__link">Section home</a>
|
|
3435
3435
|
</li>
|
|
@@ -97,7 +97,7 @@ cssPrefix: pf-d-dashboard
|
|
|
97
97
|
</div>
|
|
98
98
|
<section class="pf-c-app-launcher__group">
|
|
99
99
|
<h1 class="pf-c-app-launcher__group-title">Favorites</h1>
|
|
100
|
-
<ul>
|
|
100
|
+
<ul role="list">
|
|
101
101
|
<li
|
|
102
102
|
class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
|
|
103
103
|
>
|
|
@@ -149,7 +149,7 @@ cssPrefix: pf-d-dashboard
|
|
|
149
149
|
<hr class="pf-c-divider" />
|
|
150
150
|
<section class="pf-c-app-launcher__group">
|
|
151
151
|
<h1 class="pf-c-app-launcher__group-title">Group 1</h1>
|
|
152
|
-
<ul>
|
|
152
|
+
<ul role="list">
|
|
153
153
|
<li
|
|
154
154
|
class="pf-c-app-launcher__menu-wrapper pf-m-external"
|
|
155
155
|
>
|
|
@@ -800,7 +800,7 @@ cssPrefix: pf-d-dashboard
|
|
|
800
800
|
<div class="pf-c-page__sidebar">
|
|
801
801
|
<div class="pf-c-page__sidebar-body">
|
|
802
802
|
<nav class="pf-c-nav" id="dashboard-demo-primary-nav" aria-label="Global">
|
|
803
|
-
<ul class="pf-c-nav__list">
|
|
803
|
+
<ul class="pf-c-nav__list" role="list">
|
|
804
804
|
<li class="pf-c-nav__item">
|
|
805
805
|
<a href="#" class="pf-c-nav__link">System panel</a>
|
|
806
806
|
</li>
|
|
@@ -828,7 +828,7 @@ cssPrefix: pf-d-dashboard
|
|
|
828
828
|
<section class="pf-c-page__main-breadcrumb pf-m-limit-width">
|
|
829
829
|
<div class="pf-c-page__main-body">
|
|
830
830
|
<nav class="pf-c-breadcrumb" aria-label="breadcrumb">
|
|
831
|
-
<ol class="pf-c-breadcrumb__list">
|
|
831
|
+
<ol class="pf-c-breadcrumb__list" role="list">
|
|
832
832
|
<li class="pf-c-breadcrumb__item">
|
|
833
833
|
<a href="#" class="pf-c-breadcrumb__link">Section home</a>
|
|
834
834
|
</li>
|
|
@@ -1406,7 +1406,11 @@ cssPrefix: pf-d-dashboard
|
|
|
1406
1406
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1407
1407
|
</span>
|
|
1408
1408
|
</button>
|
|
1409
|
-
<ul
|
|
1409
|
+
<ul
|
|
1410
|
+
class="pf-c-notification-drawer__list"
|
|
1411
|
+
role="list"
|
|
1412
|
+
hidden
|
|
1413
|
+
>
|
|
1410
1414
|
<li
|
|
1411
1415
|
class="pf-c-notification-drawer__list-item pf-m-hoverable pf-m-danger"
|
|
1412
1416
|
tabindex="0"
|