@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
|
@@ -45,32 +45,32 @@ section: demos
|
|
|
45
45
|
</button>
|
|
46
46
|
</div>
|
|
47
47
|
<div class="pf-c-form__helper-text">
|
|
48
|
-
<
|
|
49
|
-
<
|
|
48
|
+
<div class="pf-c-helper-text">
|
|
49
|
+
<div class="pf-c-helper-text__item pf-m-dynamic pf-m-indeterminate">
|
|
50
50
|
<span class="pf-c-helper-text__item-icon">
|
|
51
51
|
<i class="fas fa-fw fa-minus" aria-hidden="true"></i>
|
|
52
52
|
</span>
|
|
53
53
|
<span
|
|
54
54
|
class="pf-c-helper-text__item-text"
|
|
55
55
|
>Must be at least 14 characters</span>
|
|
56
|
-
</
|
|
57
|
-
<
|
|
56
|
+
</div>
|
|
57
|
+
<div class="pf-c-helper-text__item pf-m-dynamic pf-m-indeterminate">
|
|
58
58
|
<span class="pf-c-helper-text__item-icon">
|
|
59
59
|
<i class="fas fa-fw fa-minus" aria-hidden="true"></i>
|
|
60
60
|
</span>
|
|
61
61
|
<span
|
|
62
62
|
class="pf-c-helper-text__item-text"
|
|
63
63
|
>Cannot contain the word "redhat"</span>
|
|
64
|
-
</
|
|
65
|
-
<
|
|
64
|
+
</div>
|
|
65
|
+
<div class="pf-c-helper-text__item pf-m-dynamic pf-m-indeterminate">
|
|
66
66
|
<span class="pf-c-helper-text__item-icon">
|
|
67
67
|
<i class="fas fa-fw fa-minus" aria-hidden="true"></i>
|
|
68
68
|
</span>
|
|
69
69
|
<span
|
|
70
70
|
class="pf-c-helper-text__item-text"
|
|
71
71
|
>Must include at least 3 of the following: lowercase letters, uppercase letters, numbers, symbols</span>
|
|
72
|
-
</
|
|
73
|
-
</
|
|
72
|
+
</div>
|
|
73
|
+
</div>
|
|
74
74
|
</div>
|
|
75
75
|
</div>
|
|
76
76
|
</div>
|
|
@@ -120,32 +120,32 @@ section: demos
|
|
|
120
120
|
</button>
|
|
121
121
|
</div>
|
|
122
122
|
<div class="pf-c-form__helper-text">
|
|
123
|
-
<
|
|
124
|
-
<
|
|
123
|
+
<div class="pf-c-helper-text">
|
|
124
|
+
<div class="pf-c-helper-text__item pf-m-dynamic pf-m-success">
|
|
125
125
|
<span class="pf-c-helper-text__item-icon">
|
|
126
126
|
<i class="fas fa-fw fa-check-circle" aria-hidden="true"></i>
|
|
127
127
|
</span>
|
|
128
128
|
<span
|
|
129
129
|
class="pf-c-helper-text__item-text"
|
|
130
130
|
>Must be at least 14 characters</span>
|
|
131
|
-
</
|
|
132
|
-
<
|
|
131
|
+
</div>
|
|
132
|
+
<div class="pf-c-helper-text__item pf-m-dynamic pf-m-error">
|
|
133
133
|
<span class="pf-c-helper-text__item-icon">
|
|
134
134
|
<i class="fas fa-fw fa-exclamation-circle" aria-hidden="true"></i>
|
|
135
135
|
</span>
|
|
136
136
|
<span
|
|
137
137
|
class="pf-c-helper-text__item-text"
|
|
138
138
|
>Cannot contain the word "redhat"</span>
|
|
139
|
-
</
|
|
140
|
-
<
|
|
139
|
+
</div>
|
|
140
|
+
<div class="pf-c-helper-text__item pf-m-dynamic pf-m-success">
|
|
141
141
|
<span class="pf-c-helper-text__item-icon">
|
|
142
142
|
<i class="fas fa-fw fa-check-circle" aria-hidden="true"></i>
|
|
143
143
|
</span>
|
|
144
144
|
<span
|
|
145
145
|
class="pf-c-helper-text__item-text"
|
|
146
146
|
>Must include at least 3 of the following: lowercase letters, uppercase letters, numbers, symbols</span>
|
|
147
|
-
</
|
|
148
|
-
</
|
|
147
|
+
</div>
|
|
148
|
+
</div>
|
|
149
149
|
</div>
|
|
150
150
|
</div>
|
|
151
151
|
</div>
|
|
@@ -204,32 +204,32 @@ section: demos
|
|
|
204
204
|
</button>
|
|
205
205
|
</div>
|
|
206
206
|
<div class="pf-c-form__helper-text">
|
|
207
|
-
<
|
|
208
|
-
<
|
|
207
|
+
<div class="pf-c-helper-text">
|
|
208
|
+
<div class="pf-c-helper-text__item pf-m-dynamic pf-m-success">
|
|
209
209
|
<span class="pf-c-helper-text__item-icon">
|
|
210
210
|
<i class="fas fa-fw fa-check-circle" aria-hidden="true"></i>
|
|
211
211
|
</span>
|
|
212
212
|
<span
|
|
213
213
|
class="pf-c-helper-text__item-text"
|
|
214
214
|
>Must be at least 14 characters</span>
|
|
215
|
-
</
|
|
216
|
-
<
|
|
215
|
+
</div>
|
|
216
|
+
<div class="pf-c-helper-text__item pf-m-dynamic pf-m-success">
|
|
217
217
|
<span class="pf-c-helper-text__item-icon">
|
|
218
218
|
<i class="fas fa-fw fa-check-circle" aria-hidden="true"></i>
|
|
219
219
|
</span>
|
|
220
220
|
<span
|
|
221
221
|
class="pf-c-helper-text__item-text"
|
|
222
222
|
>Cannot contain the word "redhat"</span>
|
|
223
|
-
</
|
|
224
|
-
<
|
|
223
|
+
</div>
|
|
224
|
+
<div class="pf-c-helper-text__item pf-m-dynamic pf-m-success">
|
|
225
225
|
<span class="pf-c-helper-text__item-icon">
|
|
226
226
|
<i class="fas fa-fw fa-check-circle" aria-hidden="true"></i>
|
|
227
227
|
</span>
|
|
228
228
|
<span
|
|
229
229
|
class="pf-c-helper-text__item-text"
|
|
230
230
|
>Must include at least 3 of the following: lowercase letters, uppercase letters, numbers, symbols</span>
|
|
231
|
-
</
|
|
232
|
-
</
|
|
231
|
+
</div>
|
|
232
|
+
</div>
|
|
233
233
|
</div>
|
|
234
234
|
</div>
|
|
235
235
|
</div>
|
|
@@ -288,32 +288,32 @@ section: demos
|
|
|
288
288
|
</button>
|
|
289
289
|
</div>
|
|
290
290
|
<div class="pf-c-form__helper-text">
|
|
291
|
-
<
|
|
292
|
-
<
|
|
291
|
+
<div class="pf-c-helper-text">
|
|
292
|
+
<div class="pf-c-helper-text__item pf-m-dynamic pf-m-success">
|
|
293
293
|
<span class="pf-c-helper-text__item-icon">
|
|
294
294
|
<i class="fas fa-fw fa-check-circle" aria-hidden="true"></i>
|
|
295
295
|
</span>
|
|
296
296
|
<span
|
|
297
297
|
class="pf-c-helper-text__item-text"
|
|
298
298
|
>Must be at least 14 characters</span>
|
|
299
|
-
</
|
|
300
|
-
<
|
|
299
|
+
</div>
|
|
300
|
+
<div class="pf-c-helper-text__item pf-m-dynamic pf-m-success">
|
|
301
301
|
<span class="pf-c-helper-text__item-icon">
|
|
302
302
|
<i class="fas fa-fw fa-check-circle" aria-hidden="true"></i>
|
|
303
303
|
</span>
|
|
304
304
|
<span
|
|
305
305
|
class="pf-c-helper-text__item-text"
|
|
306
306
|
>Cannot contain the word "redhat"</span>
|
|
307
|
-
</
|
|
308
|
-
<
|
|
307
|
+
</div>
|
|
308
|
+
<div class="pf-c-helper-text__item pf-m-dynamic pf-m-success">
|
|
309
309
|
<span class="pf-c-helper-text__item-icon">
|
|
310
310
|
<i class="fas fa-fw fa-check-circle" aria-hidden="true"></i>
|
|
311
311
|
</span>
|
|
312
312
|
<span
|
|
313
313
|
class="pf-c-helper-text__item-text"
|
|
314
314
|
>Must include at least 3 of the following: lowercase letters, uppercase letters, numbers, symbols</span>
|
|
315
|
-
</
|
|
316
|
-
</
|
|
315
|
+
</div>
|
|
316
|
+
</div>
|
|
317
317
|
</div>
|
|
318
318
|
</div>
|
|
319
319
|
</div>
|
|
@@ -99,7 +99,7 @@ wrapperTag: div
|
|
|
99
99
|
</div>
|
|
100
100
|
<section class="pf-c-app-launcher__group">
|
|
101
101
|
<h1 class="pf-c-app-launcher__group-title">Favorites</h1>
|
|
102
|
-
<ul>
|
|
102
|
+
<ul role="list">
|
|
103
103
|
<li
|
|
104
104
|
class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
|
|
105
105
|
>
|
|
@@ -151,7 +151,7 @@ wrapperTag: div
|
|
|
151
151
|
<hr class="pf-c-divider" />
|
|
152
152
|
<section class="pf-c-app-launcher__group">
|
|
153
153
|
<h1 class="pf-c-app-launcher__group-title">Group 1</h1>
|
|
154
|
-
<ul>
|
|
154
|
+
<ul role="list">
|
|
155
155
|
<li
|
|
156
156
|
class="pf-c-app-launcher__menu-wrapper pf-m-external"
|
|
157
157
|
>
|
|
@@ -806,7 +806,7 @@ wrapperTag: div
|
|
|
806
806
|
id="primary-detail-expanded-example-primary-nav"
|
|
807
807
|
aria-label="Global"
|
|
808
808
|
>
|
|
809
|
-
<ul class="pf-c-nav__list">
|
|
809
|
+
<ul class="pf-c-nav__list" role="list">
|
|
810
810
|
<li class="pf-c-nav__item">
|
|
811
811
|
<a href="#" class="pf-c-nav__link">System panel</a>
|
|
812
812
|
</li>
|
|
@@ -838,7 +838,7 @@ wrapperTag: div
|
|
|
838
838
|
<section class="pf-c-page__main-breadcrumb pf-m-limit-width">
|
|
839
839
|
<div class="pf-c-page__main-body">
|
|
840
840
|
<nav class="pf-c-breadcrumb" aria-label="breadcrumb">
|
|
841
|
-
<ol class="pf-c-breadcrumb__list">
|
|
841
|
+
<ol class="pf-c-breadcrumb__list" role="list">
|
|
842
842
|
<li class="pf-c-breadcrumb__item">
|
|
843
843
|
<a href="#" class="pf-c-breadcrumb__link">Section home</a>
|
|
844
844
|
</li>
|
|
@@ -1978,7 +1978,7 @@ wrapperTag: div
|
|
|
1978
1978
|
</div>
|
|
1979
1979
|
<section class="pf-c-app-launcher__group">
|
|
1980
1980
|
<h1 class="pf-c-app-launcher__group-title">Favorites</h1>
|
|
1981
|
-
<ul>
|
|
1981
|
+
<ul role="list">
|
|
1982
1982
|
<li
|
|
1983
1983
|
class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
|
|
1984
1984
|
>
|
|
@@ -2030,7 +2030,7 @@ wrapperTag: div
|
|
|
2030
2030
|
<hr class="pf-c-divider" />
|
|
2031
2031
|
<section class="pf-c-app-launcher__group">
|
|
2032
2032
|
<h1 class="pf-c-app-launcher__group-title">Group 1</h1>
|
|
2033
|
-
<ul>
|
|
2033
|
+
<ul role="list">
|
|
2034
2034
|
<li
|
|
2035
2035
|
class="pf-c-app-launcher__menu-wrapper pf-m-external"
|
|
2036
2036
|
>
|
|
@@ -2685,7 +2685,7 @@ wrapperTag: div
|
|
|
2685
2685
|
id="primary-detail-collapsed-example-primary-nav"
|
|
2686
2686
|
aria-label="Global"
|
|
2687
2687
|
>
|
|
2688
|
-
<ul class="pf-c-nav__list">
|
|
2688
|
+
<ul class="pf-c-nav__list" role="list">
|
|
2689
2689
|
<li class="pf-c-nav__item">
|
|
2690
2690
|
<a href="#" class="pf-c-nav__link">System panel</a>
|
|
2691
2691
|
</li>
|
|
@@ -2717,7 +2717,7 @@ wrapperTag: div
|
|
|
2717
2717
|
<section class="pf-c-page__main-breadcrumb pf-m-limit-width">
|
|
2718
2718
|
<div class="pf-c-page__main-body">
|
|
2719
2719
|
<nav class="pf-c-breadcrumb" aria-label="breadcrumb">
|
|
2720
|
-
<ol class="pf-c-breadcrumb__list">
|
|
2720
|
+
<ol class="pf-c-breadcrumb__list" role="list">
|
|
2721
2721
|
<li class="pf-c-breadcrumb__item">
|
|
2722
2722
|
<a href="#" class="pf-c-breadcrumb__link">Section home</a>
|
|
2723
2723
|
</li>
|
|
@@ -3784,7 +3784,7 @@ wrapperTag: div
|
|
|
3784
3784
|
</div>
|
|
3785
3785
|
<section class="pf-c-app-launcher__group">
|
|
3786
3786
|
<h1 class="pf-c-app-launcher__group-title">Favorites</h1>
|
|
3787
|
-
<ul>
|
|
3787
|
+
<ul role="list">
|
|
3788
3788
|
<li
|
|
3789
3789
|
class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
|
|
3790
3790
|
>
|
|
@@ -3836,7 +3836,7 @@ wrapperTag: div
|
|
|
3836
3836
|
<hr class="pf-c-divider" />
|
|
3837
3837
|
<section class="pf-c-app-launcher__group">
|
|
3838
3838
|
<h1 class="pf-c-app-launcher__group-title">Group 1</h1>
|
|
3839
|
-
<ul>
|
|
3839
|
+
<ul role="list">
|
|
3840
3840
|
<li
|
|
3841
3841
|
class="pf-c-app-launcher__menu-wrapper pf-m-external"
|
|
3842
3842
|
>
|
|
@@ -4491,7 +4491,7 @@ wrapperTag: div
|
|
|
4491
4491
|
id="primary-detail-content-body-padding-example-primary-nav"
|
|
4492
4492
|
aria-label="Global"
|
|
4493
4493
|
>
|
|
4494
|
-
<ul class="pf-c-nav__list">
|
|
4494
|
+
<ul class="pf-c-nav__list" role="list">
|
|
4495
4495
|
<li class="pf-c-nav__item">
|
|
4496
4496
|
<a href="#" class="pf-c-nav__link">System panel</a>
|
|
4497
4497
|
</li>
|
|
@@ -4523,7 +4523,7 @@ wrapperTag: div
|
|
|
4523
4523
|
<section class="pf-c-page__main-breadcrumb pf-m-limit-width">
|
|
4524
4524
|
<div class="pf-c-page__main-body">
|
|
4525
4525
|
<nav class="pf-c-breadcrumb" aria-label="breadcrumb">
|
|
4526
|
-
<ol class="pf-c-breadcrumb__list">
|
|
4526
|
+
<ol class="pf-c-breadcrumb__list" role="list">
|
|
4527
4527
|
<li class="pf-c-breadcrumb__item">
|
|
4528
4528
|
<a href="#" class="pf-c-breadcrumb__link">Section home</a>
|
|
4529
4529
|
</li>
|
|
@@ -5493,7 +5493,7 @@ wrapperTag: div
|
|
|
5493
5493
|
</div>
|
|
5494
5494
|
<section class="pf-c-app-launcher__group">
|
|
5495
5495
|
<h1 class="pf-c-app-launcher__group-title">Favorites</h1>
|
|
5496
|
-
<ul>
|
|
5496
|
+
<ul role="list">
|
|
5497
5497
|
<li
|
|
5498
5498
|
class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
|
|
5499
5499
|
>
|
|
@@ -5545,7 +5545,7 @@ wrapperTag: div
|
|
|
5545
5545
|
<hr class="pf-c-divider" />
|
|
5546
5546
|
<section class="pf-c-app-launcher__group">
|
|
5547
5547
|
<h1 class="pf-c-app-launcher__group-title">Group 1</h1>
|
|
5548
|
-
<ul>
|
|
5548
|
+
<ul role="list">
|
|
5549
5549
|
<li
|
|
5550
5550
|
class="pf-c-app-launcher__menu-wrapper pf-m-external"
|
|
5551
5551
|
>
|
|
@@ -6200,7 +6200,7 @@ wrapperTag: div
|
|
|
6200
6200
|
id="primary-detail-card-view-expanded-example-primary-nav"
|
|
6201
6201
|
aria-label="Global"
|
|
6202
6202
|
>
|
|
6203
|
-
<ul class="pf-c-nav__list">
|
|
6203
|
+
<ul class="pf-c-nav__list" role="list">
|
|
6204
6204
|
<li class="pf-c-nav__item">
|
|
6205
6205
|
<a href="#" class="pf-c-nav__link">System panel</a>
|
|
6206
6206
|
</li>
|
|
@@ -6232,7 +6232,7 @@ wrapperTag: div
|
|
|
6232
6232
|
<section class="pf-c-page__main-breadcrumb pf-m-limit-width">
|
|
6233
6233
|
<div class="pf-c-page__main-body">
|
|
6234
6234
|
<nav class="pf-c-breadcrumb" aria-label="breadcrumb">
|
|
6235
|
-
<ol class="pf-c-breadcrumb__list">
|
|
6235
|
+
<ol class="pf-c-breadcrumb__list" role="list">
|
|
6236
6236
|
<li class="pf-c-breadcrumb__item">
|
|
6237
6237
|
<a href="#" class="pf-c-breadcrumb__link">Section home</a>
|
|
6238
6238
|
</li>
|
|
@@ -7621,7 +7621,7 @@ wrapperTag: div
|
|
|
7621
7621
|
</div>
|
|
7622
7622
|
<section class="pf-c-app-launcher__group">
|
|
7623
7623
|
<h1 class="pf-c-app-launcher__group-title">Favorites</h1>
|
|
7624
|
-
<ul>
|
|
7624
|
+
<ul role="list">
|
|
7625
7625
|
<li
|
|
7626
7626
|
class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
|
|
7627
7627
|
>
|
|
@@ -7673,7 +7673,7 @@ wrapperTag: div
|
|
|
7673
7673
|
<hr class="pf-c-divider" />
|
|
7674
7674
|
<section class="pf-c-app-launcher__group">
|
|
7675
7675
|
<h1 class="pf-c-app-launcher__group-title">Group 1</h1>
|
|
7676
|
-
<ul>
|
|
7676
|
+
<ul role="list">
|
|
7677
7677
|
<li
|
|
7678
7678
|
class="pf-c-app-launcher__menu-wrapper pf-m-external"
|
|
7679
7679
|
>
|
|
@@ -8328,7 +8328,7 @@ wrapperTag: div
|
|
|
8328
8328
|
id="primary-detail-card-simple-list-on-mobile-example-primary-nav"
|
|
8329
8329
|
aria-label="Global"
|
|
8330
8330
|
>
|
|
8331
|
-
<ul class="pf-c-nav__list">
|
|
8331
|
+
<ul class="pf-c-nav__list" role="list">
|
|
8332
8332
|
<li class="pf-c-nav__item">
|
|
8333
8333
|
<a href="#" class="pf-c-nav__link">System panel</a>
|
|
8334
8334
|
</li>
|
|
@@ -8360,7 +8360,7 @@ wrapperTag: div
|
|
|
8360
8360
|
<section class="pf-c-page__main-breadcrumb pf-m-limit-width">
|
|
8361
8361
|
<div class="pf-c-page__main-body">
|
|
8362
8362
|
<nav class="pf-c-breadcrumb" aria-label="breadcrumb">
|
|
8363
|
-
<ol class="pf-c-breadcrumb__list">
|
|
8363
|
+
<ol class="pf-c-breadcrumb__list" role="list">
|
|
8364
8364
|
<li class="pf-c-breadcrumb__item">
|
|
8365
8365
|
<a href="#" class="pf-c-breadcrumb__link">Section home</a>
|
|
8366
8366
|
</li>
|
|
@@ -8412,7 +8412,7 @@ wrapperTag: div
|
|
|
8412
8412
|
<div class="pf-c-simple-list">
|
|
8413
8413
|
<section class="pf-c-simple-list__section">
|
|
8414
8414
|
<h2 class="pf-c-simple-list__title">Section title</h2>
|
|
8415
|
-
<ul class="pf-c-simple-list__list">
|
|
8415
|
+
<ul class="pf-c-simple-list__list" role="list">
|
|
8416
8416
|
<li class="pf-c-simple-list__item">
|
|
8417
8417
|
<button
|
|
8418
8418
|
class="pf-c-simple-list__item-link pf-m-current"
|
|
@@ -8441,7 +8441,7 @@ wrapperTag: div
|
|
|
8441
8441
|
</section>
|
|
8442
8442
|
<section class="pf-c-simple-list__section">
|
|
8443
8443
|
<h2 class="pf-c-simple-list__title">Section title</h2>
|
|
8444
|
-
<ul class="pf-c-simple-list__list">
|
|
8444
|
+
<ul class="pf-c-simple-list__list" role="list">
|
|
8445
8445
|
<li class="pf-c-simple-list__item">
|
|
8446
8446
|
<button
|
|
8447
8447
|
class="pf-c-simple-list__item-link"
|
|
@@ -8682,7 +8682,7 @@ wrapperTag: div
|
|
|
8682
8682
|
</div>
|
|
8683
8683
|
<section class="pf-c-app-launcher__group">
|
|
8684
8684
|
<h1 class="pf-c-app-launcher__group-title">Favorites</h1>
|
|
8685
|
-
<ul>
|
|
8685
|
+
<ul role="list">
|
|
8686
8686
|
<li
|
|
8687
8687
|
class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
|
|
8688
8688
|
>
|
|
@@ -8734,7 +8734,7 @@ wrapperTag: div
|
|
|
8734
8734
|
<hr class="pf-c-divider" />
|
|
8735
8735
|
<section class="pf-c-app-launcher__group">
|
|
8736
8736
|
<h1 class="pf-c-app-launcher__group-title">Group 1</h1>
|
|
8737
|
-
<ul>
|
|
8737
|
+
<ul role="list">
|
|
8738
8738
|
<li
|
|
8739
8739
|
class="pf-c-app-launcher__menu-wrapper pf-m-external"
|
|
8740
8740
|
>
|
|
@@ -9389,7 +9389,7 @@ wrapperTag: div
|
|
|
9389
9389
|
id="primary-detail-card-data-list-example-primary-nav"
|
|
9390
9390
|
aria-label="Global"
|
|
9391
9391
|
>
|
|
9392
|
-
<ul class="pf-c-nav__list">
|
|
9392
|
+
<ul class="pf-c-nav__list" role="list">
|
|
9393
9393
|
<li class="pf-c-nav__item">
|
|
9394
9394
|
<a href="#" class="pf-c-nav__link">System panel</a>
|
|
9395
9395
|
</li>
|
|
@@ -9421,7 +9421,7 @@ wrapperTag: div
|
|
|
9421
9421
|
<section class="pf-c-page__main-breadcrumb pf-m-limit-width">
|
|
9422
9422
|
<div class="pf-c-page__main-body">
|
|
9423
9423
|
<nav class="pf-c-breadcrumb" aria-label="breadcrumb">
|
|
9424
|
-
<ol class="pf-c-breadcrumb__list">
|
|
9424
|
+
<ol class="pf-c-breadcrumb__list" role="list">
|
|
9425
9425
|
<li class="pf-c-breadcrumb__item">
|
|
9426
9426
|
<a href="#" class="pf-c-breadcrumb__link">Section home</a>
|
|
9427
9427
|
</li>
|
|
@@ -9987,7 +9987,7 @@ wrapperTag: div
|
|
|
9987
9987
|
</div>
|
|
9988
9988
|
<section class="pf-c-app-launcher__group">
|
|
9989
9989
|
<h1 class="pf-c-app-launcher__group-title">Favorites</h1>
|
|
9990
|
-
<ul>
|
|
9990
|
+
<ul role="list">
|
|
9991
9991
|
<li
|
|
9992
9992
|
class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
|
|
9993
9993
|
>
|
|
@@ -10039,7 +10039,7 @@ wrapperTag: div
|
|
|
10039
10039
|
<hr class="pf-c-divider" />
|
|
10040
10040
|
<section class="pf-c-app-launcher__group">
|
|
10041
10041
|
<h1 class="pf-c-app-launcher__group-title">Group 1</h1>
|
|
10042
|
-
<ul>
|
|
10042
|
+
<ul role="list">
|
|
10043
10043
|
<li
|
|
10044
10044
|
class="pf-c-app-launcher__menu-wrapper pf-m-external"
|
|
10045
10045
|
>
|
|
@@ -10694,7 +10694,7 @@ wrapperTag: div
|
|
|
10694
10694
|
id="primary-detail-inline-modifier-example-primary-nav"
|
|
10695
10695
|
aria-label="Global"
|
|
10696
10696
|
>
|
|
10697
|
-
<ul class="pf-c-nav__list">
|
|
10697
|
+
<ul class="pf-c-nav__list" role="list">
|
|
10698
10698
|
<li class="pf-c-nav__item">
|
|
10699
10699
|
<a href="#" class="pf-c-nav__link">System panel</a>
|
|
10700
10700
|
</li>
|
|
@@ -10726,7 +10726,7 @@ wrapperTag: div
|
|
|
10726
10726
|
<section class="pf-c-page__main-breadcrumb pf-m-limit-width">
|
|
10727
10727
|
<div class="pf-c-page__main-body">
|
|
10728
10728
|
<nav class="pf-c-breadcrumb" aria-label="breadcrumb">
|
|
10729
|
-
<ol class="pf-c-breadcrumb__list">
|
|
10729
|
+
<ol class="pf-c-breadcrumb__list" role="list">
|
|
10730
10730
|
<li class="pf-c-breadcrumb__item">
|
|
10731
10731
|
<a href="#" class="pf-c-breadcrumb__link">Section home</a>
|
|
10732
10732
|
</li>
|
|
@@ -95,7 +95,7 @@ section: components
|
|
|
95
95
|
</div>
|
|
96
96
|
<section class="pf-c-app-launcher__group">
|
|
97
97
|
<h1 class="pf-c-app-launcher__group-title">Favorites</h1>
|
|
98
|
-
<ul>
|
|
98
|
+
<ul role="list">
|
|
99
99
|
<li
|
|
100
100
|
class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
|
|
101
101
|
>
|
|
@@ -147,7 +147,7 @@ section: components
|
|
|
147
147
|
<hr class="pf-c-divider" />
|
|
148
148
|
<section class="pf-c-app-launcher__group">
|
|
149
149
|
<h1 class="pf-c-app-launcher__group-title">Group 1</h1>
|
|
150
|
-
<ul>
|
|
150
|
+
<ul role="list">
|
|
151
151
|
<li
|
|
152
152
|
class="pf-c-app-launcher__menu-wrapper pf-m-external"
|
|
153
153
|
>
|
|
@@ -802,7 +802,7 @@ section: components
|
|
|
802
802
|
id="skeleton-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>
|