@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
|
@@ -98,7 +98,7 @@ section: components
|
|
|
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 @@ section: components
|
|
|
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
|
>
|
|
@@ -805,7 +805,7 @@ section: components
|
|
|
805
805
|
id="jump-links-collapsed-mobile-example-primary-nav"
|
|
806
806
|
aria-label="Global"
|
|
807
807
|
>
|
|
808
|
-
<ul class="pf-c-nav__list">
|
|
808
|
+
<ul class="pf-c-nav__list" role="list">
|
|
809
809
|
<li class="pf-c-nav__item">
|
|
810
810
|
<a href="#" class="pf-c-nav__link">System panel</a>
|
|
811
811
|
</li>
|
|
@@ -837,7 +837,7 @@ section: components
|
|
|
837
837
|
<section class="pf-c-page__main-breadcrumb pf-m-limit-width">
|
|
838
838
|
<div class="pf-c-page__main-body">
|
|
839
839
|
<nav class="pf-c-breadcrumb" aria-label="breadcrumb">
|
|
840
|
-
<ol class="pf-c-breadcrumb__list">
|
|
840
|
+
<ol class="pf-c-breadcrumb__list" role="list">
|
|
841
841
|
<li class="pf-c-breadcrumb__item">
|
|
842
842
|
<a href="#" class="pf-c-breadcrumb__link">Section home</a>
|
|
843
843
|
</li>
|
|
@@ -902,7 +902,7 @@ section: components
|
|
|
902
902
|
</div>
|
|
903
903
|
<div class="pf-c-jump-links__label">Jump to section</div>
|
|
904
904
|
</div>
|
|
905
|
-
<ul class="pf-c-jump-links__list">
|
|
905
|
+
<ul class="pf-c-jump-links__list" role="list">
|
|
906
906
|
<li class="pf-c-jump-links__item pf-m-current">
|
|
907
907
|
<a
|
|
908
908
|
class="pf-c-jump-links__link"
|
|
@@ -1084,7 +1084,7 @@ section: components
|
|
|
1084
1084
|
</div>
|
|
1085
1085
|
<section class="pf-c-app-launcher__group">
|
|
1086
1086
|
<h1 class="pf-c-app-launcher__group-title">Favorites</h1>
|
|
1087
|
-
<ul>
|
|
1087
|
+
<ul role="list">
|
|
1088
1088
|
<li
|
|
1089
1089
|
class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
|
|
1090
1090
|
>
|
|
@@ -1136,7 +1136,7 @@ section: components
|
|
|
1136
1136
|
<hr class="pf-c-divider" />
|
|
1137
1137
|
<section class="pf-c-app-launcher__group">
|
|
1138
1138
|
<h1 class="pf-c-app-launcher__group-title">Group 1</h1>
|
|
1139
|
-
<ul>
|
|
1139
|
+
<ul role="list">
|
|
1140
1140
|
<li
|
|
1141
1141
|
class="pf-c-app-launcher__menu-wrapper pf-m-external"
|
|
1142
1142
|
>
|
|
@@ -1791,7 +1791,7 @@ section: components
|
|
|
1791
1791
|
id="jump-links-vertical-expanded-mobile-example-primary-nav"
|
|
1792
1792
|
aria-label="Global"
|
|
1793
1793
|
>
|
|
1794
|
-
<ul class="pf-c-nav__list">
|
|
1794
|
+
<ul class="pf-c-nav__list" role="list">
|
|
1795
1795
|
<li class="pf-c-nav__item">
|
|
1796
1796
|
<a href="#" class="pf-c-nav__link">System panel</a>
|
|
1797
1797
|
</li>
|
|
@@ -1823,7 +1823,7 @@ section: components
|
|
|
1823
1823
|
<section class="pf-c-page__main-breadcrumb pf-m-limit-width">
|
|
1824
1824
|
<div class="pf-c-page__main-body">
|
|
1825
1825
|
<nav class="pf-c-breadcrumb" aria-label="breadcrumb">
|
|
1826
|
-
<ol class="pf-c-breadcrumb__list">
|
|
1826
|
+
<ol class="pf-c-breadcrumb__list" role="list">
|
|
1827
1827
|
<li class="pf-c-breadcrumb__item">
|
|
1828
1828
|
<a href="#" class="pf-c-breadcrumb__link">Section home</a>
|
|
1829
1829
|
</li>
|
|
@@ -1888,7 +1888,7 @@ section: components
|
|
|
1888
1888
|
</div>
|
|
1889
1889
|
<div class="pf-c-jump-links__label">Jump to section</div>
|
|
1890
1890
|
</div>
|
|
1891
|
-
<ul class="pf-c-jump-links__list">
|
|
1891
|
+
<ul class="pf-c-jump-links__list" role="list">
|
|
1892
1892
|
<li class="pf-c-jump-links__item pf-m-current">
|
|
1893
1893
|
<a
|
|
1894
1894
|
class="pf-c-jump-links__link"
|
|
@@ -2070,7 +2070,7 @@ section: components
|
|
|
2070
2070
|
</div>
|
|
2071
2071
|
<section class="pf-c-app-launcher__group">
|
|
2072
2072
|
<h1 class="pf-c-app-launcher__group-title">Favorites</h1>
|
|
2073
|
-
<ul>
|
|
2073
|
+
<ul role="list">
|
|
2074
2074
|
<li
|
|
2075
2075
|
class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
|
|
2076
2076
|
>
|
|
@@ -2122,7 +2122,7 @@ section: components
|
|
|
2122
2122
|
<hr class="pf-c-divider" />
|
|
2123
2123
|
<section class="pf-c-app-launcher__group">
|
|
2124
2124
|
<h1 class="pf-c-app-launcher__group-title">Group 1</h1>
|
|
2125
|
-
<ul>
|
|
2125
|
+
<ul role="list">
|
|
2126
2126
|
<li
|
|
2127
2127
|
class="pf-c-app-launcher__menu-wrapper pf-m-external"
|
|
2128
2128
|
>
|
|
@@ -2777,7 +2777,7 @@ section: components
|
|
|
2777
2777
|
id="jump-links-vertical-toggle-text-mobile-example-primary-nav"
|
|
2778
2778
|
aria-label="Global"
|
|
2779
2779
|
>
|
|
2780
|
-
<ul class="pf-c-nav__list">
|
|
2780
|
+
<ul class="pf-c-nav__list" role="list">
|
|
2781
2781
|
<li class="pf-c-nav__item">
|
|
2782
2782
|
<a href="#" class="pf-c-nav__link">System panel</a>
|
|
2783
2783
|
</li>
|
|
@@ -2809,7 +2809,7 @@ section: components
|
|
|
2809
2809
|
<section class="pf-c-page__main-breadcrumb pf-m-limit-width">
|
|
2810
2810
|
<div class="pf-c-page__main-body">
|
|
2811
2811
|
<nav class="pf-c-breadcrumb" aria-label="breadcrumb">
|
|
2812
|
-
<ol class="pf-c-breadcrumb__list">
|
|
2812
|
+
<ol class="pf-c-breadcrumb__list" role="list">
|
|
2813
2813
|
<li class="pf-c-breadcrumb__item">
|
|
2814
2814
|
<a href="#" class="pf-c-breadcrumb__link">Section home</a>
|
|
2815
2815
|
</li>
|
|
@@ -2874,7 +2874,7 @@ section: components
|
|
|
2874
2874
|
</div>
|
|
2875
2875
|
<div class="pf-c-jump-links__label">Jump to section</div>
|
|
2876
2876
|
</div>
|
|
2877
|
-
<ul class="pf-c-jump-links__list">
|
|
2877
|
+
<ul class="pf-c-jump-links__list" role="list">
|
|
2878
2878
|
<li class="pf-c-jump-links__item pf-m-current">
|
|
2879
2879
|
<a
|
|
2880
2880
|
class="pf-c-jump-links__link"
|
|
@@ -3053,7 +3053,7 @@ section: components
|
|
|
3053
3053
|
</div>
|
|
3054
3054
|
<section class="pf-c-app-launcher__group">
|
|
3055
3055
|
<h1 class="pf-c-app-launcher__group-title">Favorites</h1>
|
|
3056
|
-
<ul>
|
|
3056
|
+
<ul role="list">
|
|
3057
3057
|
<li
|
|
3058
3058
|
class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
|
|
3059
3059
|
>
|
|
@@ -3105,7 +3105,7 @@ section: components
|
|
|
3105
3105
|
<hr class="pf-c-divider" />
|
|
3106
3106
|
<section class="pf-c-app-launcher__group">
|
|
3107
3107
|
<h1 class="pf-c-app-launcher__group-title">Group 1</h1>
|
|
3108
|
-
<ul>
|
|
3108
|
+
<ul role="list">
|
|
3109
3109
|
<li
|
|
3110
3110
|
class="pf-c-app-launcher__menu-wrapper pf-m-external"
|
|
3111
3111
|
>
|
|
@@ -3760,7 +3760,7 @@ section: components
|
|
|
3760
3760
|
id="jump-links-horizontal-example-primary-nav"
|
|
3761
3761
|
aria-label="Global"
|
|
3762
3762
|
>
|
|
3763
|
-
<ul class="pf-c-nav__list">
|
|
3763
|
+
<ul class="pf-c-nav__list" role="list">
|
|
3764
3764
|
<li class="pf-c-nav__item">
|
|
3765
3765
|
<a href="#" class="pf-c-nav__link">System panel</a>
|
|
3766
3766
|
</li>
|
|
@@ -3792,7 +3792,7 @@ section: components
|
|
|
3792
3792
|
<section class="pf-c-page__main-breadcrumb pf-m-limit-width">
|
|
3793
3793
|
<div class="pf-c-page__main-body">
|
|
3794
3794
|
<nav class="pf-c-breadcrumb" aria-label="breadcrumb">
|
|
3795
|
-
<ol class="pf-c-breadcrumb__list">
|
|
3795
|
+
<ol class="pf-c-breadcrumb__list" role="list">
|
|
3796
3796
|
<li class="pf-c-breadcrumb__item">
|
|
3797
3797
|
<a href="#" class="pf-c-breadcrumb__link">Section home</a>
|
|
3798
3798
|
</li>
|
|
@@ -3839,7 +3839,7 @@ section: components
|
|
|
3839
3839
|
<div class="pf-c-jump-links__header">
|
|
3840
3840
|
<div class="pf-c-jump-links__label">Jump to section</div>
|
|
3841
3841
|
</div>
|
|
3842
|
-
<ul class="pf-c-jump-links__list">
|
|
3842
|
+
<ul class="pf-c-jump-links__list" role="list">
|
|
3843
3843
|
<li class="pf-c-jump-links__item pf-m-current">
|
|
3844
3844
|
<a class="pf-c-jump-links__link" href="#-first">
|
|
3845
3845
|
<span class="pf-c-jump-links__link-text">First section</span>
|
|
@@ -3988,7 +3988,7 @@ section: components
|
|
|
3988
3988
|
</div>
|
|
3989
3989
|
<section class="pf-c-app-launcher__group">
|
|
3990
3990
|
<h1 class="pf-c-app-launcher__group-title">Favorites</h1>
|
|
3991
|
-
<ul>
|
|
3991
|
+
<ul role="list">
|
|
3992
3992
|
<li
|
|
3993
3993
|
class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
|
|
3994
3994
|
>
|
|
@@ -4040,7 +4040,7 @@ section: components
|
|
|
4040
4040
|
<hr class="pf-c-divider" />
|
|
4041
4041
|
<section class="pf-c-app-launcher__group">
|
|
4042
4042
|
<h1 class="pf-c-app-launcher__group-title">Group 1</h1>
|
|
4043
|
-
<ul>
|
|
4043
|
+
<ul role="list">
|
|
4044
4044
|
<li
|
|
4045
4045
|
class="pf-c-app-launcher__menu-wrapper pf-m-external"
|
|
4046
4046
|
>
|
|
@@ -4695,7 +4695,7 @@ section: components
|
|
|
4695
4695
|
id="jump-links-drawer-primary-nav"
|
|
4696
4696
|
aria-label="Global"
|
|
4697
4697
|
>
|
|
4698
|
-
<ul class="pf-c-nav__list">
|
|
4698
|
+
<ul class="pf-c-nav__list" role="list">
|
|
4699
4699
|
<li class="pf-c-nav__item">
|
|
4700
4700
|
<a href="#" class="pf-c-nav__link">System panel</a>
|
|
4701
4701
|
</li>
|
|
@@ -4739,7 +4739,7 @@ section: components
|
|
|
4739
4739
|
class="pf-c-jump-links pf-m-vertical pf-m-non-expandable-on-md pf-m-expandable"
|
|
4740
4740
|
>
|
|
4741
4741
|
<div class="pf-c-jump-links__label">Jump to section</div>
|
|
4742
|
-
<ul class="pf-c-jump-links__list">
|
|
4742
|
+
<ul class="pf-c-jump-links__list" role="list">
|
|
4743
4743
|
<li class="pf-c-jump-links__item pf-m-current">
|
|
4744
4744
|
<a
|
|
4745
4745
|
class="pf-c-jump-links__link"
|
|
@@ -4943,7 +4943,7 @@ section: components
|
|
|
4943
4943
|
</div>
|
|
4944
4944
|
<section class="pf-c-app-launcher__group">
|
|
4945
4945
|
<h1 class="pf-c-app-launcher__group-title">Favorites</h1>
|
|
4946
|
-
<ul>
|
|
4946
|
+
<ul role="list">
|
|
4947
4947
|
<li
|
|
4948
4948
|
class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
|
|
4949
4949
|
>
|
|
@@ -4995,7 +4995,7 @@ section: components
|
|
|
4995
4995
|
<hr class="pf-c-divider" />
|
|
4996
4996
|
<section class="pf-c-app-launcher__group">
|
|
4997
4997
|
<h1 class="pf-c-app-launcher__group-title">Group 1</h1>
|
|
4998
|
-
<ul>
|
|
4998
|
+
<ul role="list">
|
|
4999
4999
|
<li
|
|
5000
5000
|
class="pf-c-app-launcher__menu-wrapper pf-m-external"
|
|
5001
5001
|
>
|
|
@@ -5650,7 +5650,7 @@ section: components
|
|
|
5650
5650
|
id="jump-links-drawer-expanded-primary-nav"
|
|
5651
5651
|
aria-label="Global"
|
|
5652
5652
|
>
|
|
5653
|
-
<ul class="pf-c-nav__list">
|
|
5653
|
+
<ul class="pf-c-nav__list" role="list">
|
|
5654
5654
|
<li class="pf-c-nav__item">
|
|
5655
5655
|
<a href="#" class="pf-c-nav__link">System panel</a>
|
|
5656
5656
|
</li>
|
|
@@ -5694,7 +5694,7 @@ section: components
|
|
|
5694
5694
|
class="pf-c-jump-links pf-m-vertical pf-m-non-expandable-on-md pf-m-expandable"
|
|
5695
5695
|
>
|
|
5696
5696
|
<div class="pf-c-jump-links__label">Jump to section</div>
|
|
5697
|
-
<ul class="pf-c-jump-links__list">
|
|
5697
|
+
<ul class="pf-c-jump-links__list" role="list">
|
|
5698
5698
|
<li class="pf-c-jump-links__item pf-m-current">
|
|
5699
5699
|
<a
|
|
5700
5700
|
class="pf-c-jump-links__link"
|
|
@@ -113,7 +113,7 @@ wrapperTag: div
|
|
|
113
113
|
id="masthead-basic-example-primary-nav"
|
|
114
114
|
aria-label="Global"
|
|
115
115
|
>
|
|
116
|
-
<ul class="pf-c-nav__list">
|
|
116
|
+
<ul class="pf-c-nav__list" role="list">
|
|
117
117
|
<li class="pf-c-nav__item">
|
|
118
118
|
<a href="#" class="pf-c-nav__link">System panel</a>
|
|
119
119
|
</li>
|
|
@@ -145,7 +145,7 @@ wrapperTag: div
|
|
|
145
145
|
<section class="pf-c-page__main-breadcrumb pf-m-limit-width">
|
|
146
146
|
<div class="pf-c-page__main-body">
|
|
147
147
|
<nav class="pf-c-breadcrumb" aria-label="breadcrumb">
|
|
148
|
-
<ol class="pf-c-breadcrumb__list">
|
|
148
|
+
<ol class="pf-c-breadcrumb__list" role="list">
|
|
149
149
|
<li class="pf-c-breadcrumb__item">
|
|
150
150
|
<a href="#" class="pf-c-breadcrumb__link">Section home</a>
|
|
151
151
|
</li>
|
|
@@ -313,7 +313,7 @@ wrapperTag: div
|
|
|
313
313
|
</div>
|
|
314
314
|
</div>
|
|
315
315
|
</div>
|
|
316
|
-
<ul class="pf-c-context-selector__menu-list">
|
|
316
|
+
<ul class="pf-c-context-selector__menu-list" role="list">
|
|
317
317
|
<li>
|
|
318
318
|
<a
|
|
319
319
|
class="pf-c-context-selector__menu-list-item"
|
|
@@ -517,7 +517,7 @@ wrapperTag: div
|
|
|
517
517
|
id="masthead-context-selecton-drilldown-example-primary-nav"
|
|
518
518
|
aria-label="Global"
|
|
519
519
|
>
|
|
520
|
-
<ul class="pf-c-nav__list">
|
|
520
|
+
<ul class="pf-c-nav__list" role="list">
|
|
521
521
|
<li class="pf-c-nav__item">
|
|
522
522
|
<a href="#" class="pf-c-nav__link">System panel</a>
|
|
523
523
|
</li>
|
|
@@ -549,7 +549,7 @@ wrapperTag: div
|
|
|
549
549
|
<section class="pf-c-page__main-breadcrumb pf-m-limit-width">
|
|
550
550
|
<div class="pf-c-page__main-body">
|
|
551
551
|
<nav class="pf-c-breadcrumb" aria-label="breadcrumb">
|
|
552
|
-
<ol class="pf-c-breadcrumb__list">
|
|
552
|
+
<ol class="pf-c-breadcrumb__list" role="list">
|
|
553
553
|
<li class="pf-c-breadcrumb__item">
|
|
554
554
|
<a href="#" class="pf-c-breadcrumb__link">Section home</a>
|
|
555
555
|
</li>
|
|
@@ -848,7 +848,7 @@ wrapperTag: div
|
|
|
848
848
|
id="masthead-toolbar-filters-example-primary-nav"
|
|
849
849
|
aria-label="Global"
|
|
850
850
|
>
|
|
851
|
-
<ul class="pf-c-nav__list">
|
|
851
|
+
<ul class="pf-c-nav__list" role="list">
|
|
852
852
|
<li class="pf-c-nav__item">
|
|
853
853
|
<a href="#" class="pf-c-nav__link">System panel</a>
|
|
854
854
|
</li>
|
|
@@ -880,7 +880,7 @@ wrapperTag: div
|
|
|
880
880
|
<section class="pf-c-page__main-breadcrumb pf-m-limit-width">
|
|
881
881
|
<div class="pf-c-page__main-body">
|
|
882
882
|
<nav class="pf-c-breadcrumb" aria-label="breadcrumb">
|
|
883
|
-
<ol class="pf-c-breadcrumb__list">
|
|
883
|
+
<ol class="pf-c-breadcrumb__list" role="list">
|
|
884
884
|
<li class="pf-c-breadcrumb__item">
|
|
885
885
|
<a href="#" class="pf-c-breadcrumb__link">Section home</a>
|
|
886
886
|
</li>
|
|
@@ -1182,7 +1182,7 @@ wrapperTag: div
|
|
|
1182
1182
|
id="masthead-toggle-group-filters-example-primary-nav"
|
|
1183
1183
|
aria-label="Global"
|
|
1184
1184
|
>
|
|
1185
|
-
<ul class="pf-c-nav__list">
|
|
1185
|
+
<ul class="pf-c-nav__list" role="list">
|
|
1186
1186
|
<li class="pf-c-nav__item">
|
|
1187
1187
|
<a href="#" class="pf-c-nav__link">System panel</a>
|
|
1188
1188
|
</li>
|
|
@@ -1214,7 +1214,7 @@ wrapperTag: div
|
|
|
1214
1214
|
<section class="pf-c-page__main-breadcrumb pf-m-limit-width">
|
|
1215
1215
|
<div class="pf-c-page__main-body">
|
|
1216
1216
|
<nav class="pf-c-breadcrumb" aria-label="breadcrumb">
|
|
1217
|
-
<ol class="pf-c-breadcrumb__list">
|
|
1217
|
+
<ol class="pf-c-breadcrumb__list" role="list">
|
|
1218
1218
|
<li class="pf-c-breadcrumb__item">
|
|
1219
1219
|
<a href="#" class="pf-c-breadcrumb__link">Section home</a>
|
|
1220
1220
|
</li>
|
|
@@ -1369,7 +1369,7 @@ wrapperTag: div
|
|
|
1369
1369
|
id="masthead-expandable-search-example-primary-nav"
|
|
1370
1370
|
aria-label="Global"
|
|
1371
1371
|
>
|
|
1372
|
-
<ul class="pf-c-nav__list">
|
|
1372
|
+
<ul class="pf-c-nav__list" role="list">
|
|
1373
1373
|
<li class="pf-c-nav__item">
|
|
1374
1374
|
<a href="#" class="pf-c-nav__link">System panel</a>
|
|
1375
1375
|
</li>
|
|
@@ -1401,7 +1401,7 @@ wrapperTag: div
|
|
|
1401
1401
|
<section class="pf-c-page__main-breadcrumb pf-m-limit-width">
|
|
1402
1402
|
<div class="pf-c-page__main-body">
|
|
1403
1403
|
<nav class="pf-c-breadcrumb" aria-label="breadcrumb">
|
|
1404
|
-
<ol class="pf-c-breadcrumb__list">
|
|
1404
|
+
<ol class="pf-c-breadcrumb__list" role="list">
|
|
1405
1405
|
<li class="pf-c-breadcrumb__item">
|
|
1406
1406
|
<a href="#" class="pf-c-breadcrumb__link">Section home</a>
|
|
1407
1407
|
</li>
|
|
@@ -1572,7 +1572,7 @@ wrapperTag: div
|
|
|
1572
1572
|
id="masthead-expandable-search-expanded-example-primary-nav"
|
|
1573
1573
|
aria-label="Global"
|
|
1574
1574
|
>
|
|
1575
|
-
<ul class="pf-c-nav__list">
|
|
1575
|
+
<ul class="pf-c-nav__list" role="list">
|
|
1576
1576
|
<li class="pf-c-nav__item">
|
|
1577
1577
|
<a href="#" class="pf-c-nav__link">System panel</a>
|
|
1578
1578
|
</li>
|
|
@@ -1604,7 +1604,7 @@ wrapperTag: div
|
|
|
1604
1604
|
<section class="pf-c-page__main-breadcrumb pf-m-limit-width">
|
|
1605
1605
|
<div class="pf-c-page__main-body">
|
|
1606
1606
|
<nav class="pf-c-breadcrumb" aria-label="breadcrumb">
|
|
1607
|
-
<ol class="pf-c-breadcrumb__list">
|
|
1607
|
+
<ol class="pf-c-breadcrumb__list" role="list">
|
|
1608
1608
|
<li class="pf-c-breadcrumb__item">
|
|
1609
1609
|
<a href="#" class="pf-c-breadcrumb__link">Section home</a>
|
|
1610
1610
|
</li>
|
|
@@ -1781,7 +1781,7 @@ wrapperTag: div
|
|
|
1781
1781
|
</div>
|
|
1782
1782
|
<section class="pf-c-app-launcher__group">
|
|
1783
1783
|
<h1 class="pf-c-app-launcher__group-title">Favorites</h1>
|
|
1784
|
-
<ul>
|
|
1784
|
+
<ul role="list">
|
|
1785
1785
|
<li
|
|
1786
1786
|
class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
|
|
1787
1787
|
>
|
|
@@ -1833,7 +1833,7 @@ wrapperTag: div
|
|
|
1833
1833
|
<hr class="pf-c-divider" />
|
|
1834
1834
|
<section class="pf-c-app-launcher__group">
|
|
1835
1835
|
<h1 class="pf-c-app-launcher__group-title">Group 1</h1>
|
|
1836
|
-
<ul>
|
|
1836
|
+
<ul role="list">
|
|
1837
1837
|
<li
|
|
1838
1838
|
class="pf-c-app-launcher__menu-wrapper pf-m-external"
|
|
1839
1839
|
>
|
|
@@ -2488,7 +2488,7 @@ wrapperTag: div
|
|
|
2488
2488
|
id="masthead-advanced-with-menu-example-primary-nav"
|
|
2489
2489
|
aria-label="Global"
|
|
2490
2490
|
>
|
|
2491
|
-
<ul class="pf-c-nav__list">
|
|
2491
|
+
<ul class="pf-c-nav__list" role="list">
|
|
2492
2492
|
<li class="pf-c-nav__item">
|
|
2493
2493
|
<a href="#" class="pf-c-nav__link">System panel</a>
|
|
2494
2494
|
</li>
|
|
@@ -2520,7 +2520,7 @@ wrapperTag: div
|
|
|
2520
2520
|
<section class="pf-c-page__main-breadcrumb pf-m-limit-width">
|
|
2521
2521
|
<div class="pf-c-page__main-body">
|
|
2522
2522
|
<nav class="pf-c-breadcrumb" aria-label="breadcrumb">
|
|
2523
|
-
<ol class="pf-c-breadcrumb__list">
|
|
2523
|
+
<ol class="pf-c-breadcrumb__list" role="list">
|
|
2524
2524
|
<li class="pf-c-breadcrumb__item">
|
|
2525
2525
|
<a href="#" class="pf-c-breadcrumb__link">Section home</a>
|
|
2526
2526
|
</li>
|
|
@@ -2654,7 +2654,7 @@ wrapperTag: div
|
|
|
2654
2654
|
>
|
|
2655
2655
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
2656
2656
|
</button>
|
|
2657
|
-
<ul class="pf-c-nav__list">
|
|
2657
|
+
<ul class="pf-c-nav__list" role="list">
|
|
2658
2658
|
<li class="pf-c-nav__item">
|
|
2659
2659
|
<a href="#" class="pf-c-nav__link">Horizontal nav item 1</a>
|
|
2660
2660
|
</li>
|
|
@@ -2730,7 +2730,7 @@ wrapperTag: div
|
|
|
2730
2730
|
</div>
|
|
2731
2731
|
<section class="pf-c-app-launcher__group">
|
|
2732
2732
|
<h1 class="pf-c-app-launcher__group-title">Favorites</h1>
|
|
2733
|
-
<ul>
|
|
2733
|
+
<ul role="list">
|
|
2734
2734
|
<li
|
|
2735
2735
|
class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
|
|
2736
2736
|
>
|
|
@@ -2782,7 +2782,7 @@ wrapperTag: div
|
|
|
2782
2782
|
<hr class="pf-c-divider" />
|
|
2783
2783
|
<section class="pf-c-app-launcher__group">
|
|
2784
2784
|
<h1 class="pf-c-app-launcher__group-title">Group 1</h1>
|
|
2785
|
-
<ul>
|
|
2785
|
+
<ul role="list">
|
|
2786
2786
|
<li
|
|
2787
2787
|
class="pf-c-app-launcher__menu-wrapper pf-m-external"
|
|
2788
2788
|
>
|
|
@@ -3438,7 +3438,7 @@ wrapperTag: div
|
|
|
3438
3438
|
<section class="pf-c-page__main-breadcrumb pf-m-limit-width">
|
|
3439
3439
|
<div class="pf-c-page__main-body">
|
|
3440
3440
|
<nav class="pf-c-breadcrumb" aria-label="breadcrumb">
|
|
3441
|
-
<ol class="pf-c-breadcrumb__list">
|
|
3441
|
+
<ol class="pf-c-breadcrumb__list" role="list">
|
|
3442
3442
|
<li class="pf-c-breadcrumb__item">
|
|
3443
3443
|
<a href="#" class="pf-c-breadcrumb__link">Section home</a>
|
|
3444
3444
|
</li>
|
|
@@ -3742,7 +3742,7 @@ wrapperTag: div
|
|
|
3742
3742
|
id="masthead-toggle-group-filters-expanded-mobile-example-primary-nav"
|
|
3743
3743
|
aria-label="Global"
|
|
3744
3744
|
>
|
|
3745
|
-
<ul class="pf-c-nav__list">
|
|
3745
|
+
<ul class="pf-c-nav__list" role="list">
|
|
3746
3746
|
<li class="pf-c-nav__item">
|
|
3747
3747
|
<a href="#" class="pf-c-nav__link">System panel</a>
|
|
3748
3748
|
</li>
|
|
@@ -3774,7 +3774,7 @@ wrapperTag: div
|
|
|
3774
3774
|
<section class="pf-c-page__main-breadcrumb pf-m-limit-width">
|
|
3775
3775
|
<div class="pf-c-page__main-body">
|
|
3776
3776
|
<nav class="pf-c-breadcrumb" aria-label="breadcrumb">
|
|
3777
|
-
<ol class="pf-c-breadcrumb__list">
|
|
3777
|
+
<ol class="pf-c-breadcrumb__list" role="list">
|
|
3778
3778
|
<li class="pf-c-breadcrumb__item">
|
|
3779
3779
|
<a href="#" class="pf-c-breadcrumb__link">Section home</a>
|
|
3780
3780
|
</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="modal-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>
|
|
@@ -1044,7 +1044,7 @@ section: components
|
|
|
1044
1044
|
</div>
|
|
1045
1045
|
<section class="pf-c-app-launcher__group">
|
|
1046
1046
|
<h1 class="pf-c-app-launcher__group-title">Favorites</h1>
|
|
1047
|
-
<ul>
|
|
1047
|
+
<ul role="list">
|
|
1048
1048
|
<li
|
|
1049
1049
|
class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
|
|
1050
1050
|
>
|
|
@@ -1096,7 +1096,7 @@ section: components
|
|
|
1096
1096
|
<hr class="pf-c-divider" />
|
|
1097
1097
|
<section class="pf-c-app-launcher__group">
|
|
1098
1098
|
<h1 class="pf-c-app-launcher__group-title">Group 1</h1>
|
|
1099
|
-
<ul>
|
|
1099
|
+
<ul role="list">
|
|
1100
1100
|
<li
|
|
1101
1101
|
class="pf-c-app-launcher__menu-wrapper pf-m-external"
|
|
1102
1102
|
>
|
|
@@ -1751,7 +1751,7 @@ section: components
|
|
|
1751
1751
|
id="modal-scrollable-content-example-primary-nav"
|
|
1752
1752
|
aria-label="Global"
|
|
1753
1753
|
>
|
|
1754
|
-
<ul class="pf-c-nav__list">
|
|
1754
|
+
<ul class="pf-c-nav__list" role="list">
|
|
1755
1755
|
<li class="pf-c-nav__item">
|
|
1756
1756
|
<a href="#" class="pf-c-nav__link">System panel</a>
|
|
1757
1757
|
</li>
|
|
@@ -1783,7 +1783,7 @@ section: components
|
|
|
1783
1783
|
<section class="pf-c-page__main-breadcrumb pf-m-limit-width">
|
|
1784
1784
|
<div class="pf-c-page__main-body">
|
|
1785
1785
|
<nav class="pf-c-breadcrumb" aria-label="breadcrumb">
|
|
1786
|
-
<ol class="pf-c-breadcrumb__list">
|
|
1786
|
+
<ol class="pf-c-breadcrumb__list" role="list">
|
|
1787
1787
|
<li class="pf-c-breadcrumb__item">
|
|
1788
1788
|
<a href="#" class="pf-c-breadcrumb__link">Section home</a>
|
|
1789
1789
|
</li>
|
|
@@ -2002,7 +2002,7 @@ section: components
|
|
|
2002
2002
|
</div>
|
|
2003
2003
|
<section class="pf-c-app-launcher__group">
|
|
2004
2004
|
<h1 class="pf-c-app-launcher__group-title">Favorites</h1>
|
|
2005
|
-
<ul>
|
|
2005
|
+
<ul role="list">
|
|
2006
2006
|
<li
|
|
2007
2007
|
class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
|
|
2008
2008
|
>
|
|
@@ -2054,7 +2054,7 @@ section: components
|
|
|
2054
2054
|
<hr class="pf-c-divider" />
|
|
2055
2055
|
<section class="pf-c-app-launcher__group">
|
|
2056
2056
|
<h1 class="pf-c-app-launcher__group-title">Group 1</h1>
|
|
2057
|
-
<ul>
|
|
2057
|
+
<ul role="list">
|
|
2058
2058
|
<li
|
|
2059
2059
|
class="pf-c-app-launcher__menu-wrapper pf-m-external"
|
|
2060
2060
|
>
|
|
@@ -2709,7 +2709,7 @@ section: components
|
|
|
2709
2709
|
id="modal-medium-example-primary-nav"
|
|
2710
2710
|
aria-label="Global"
|
|
2711
2711
|
>
|
|
2712
|
-
<ul class="pf-c-nav__list">
|
|
2712
|
+
<ul class="pf-c-nav__list" role="list">
|
|
2713
2713
|
<li class="pf-c-nav__item">
|
|
2714
2714
|
<a href="#" class="pf-c-nav__link">System panel</a>
|
|
2715
2715
|
</li>
|
|
@@ -2741,7 +2741,7 @@ section: components
|
|
|
2741
2741
|
<section class="pf-c-page__main-breadcrumb pf-m-limit-width">
|
|
2742
2742
|
<div class="pf-c-page__main-body">
|
|
2743
2743
|
<nav class="pf-c-breadcrumb" aria-label="breadcrumb">
|
|
2744
|
-
<ol class="pf-c-breadcrumb__list">
|
|
2744
|
+
<ol class="pf-c-breadcrumb__list" role="list">
|
|
2745
2745
|
<li class="pf-c-breadcrumb__item">
|
|
2746
2746
|
<a href="#" class="pf-c-breadcrumb__link">Section home</a>
|
|
2747
2747
|
</li>
|
|
@@ -2950,7 +2950,7 @@ section: components
|
|
|
2950
2950
|
</div>
|
|
2951
2951
|
<section class="pf-c-app-launcher__group">
|
|
2952
2952
|
<h1 class="pf-c-app-launcher__group-title">Favorites</h1>
|
|
2953
|
-
<ul>
|
|
2953
|
+
<ul role="list">
|
|
2954
2954
|
<li
|
|
2955
2955
|
class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
|
|
2956
2956
|
>
|
|
@@ -3002,7 +3002,7 @@ section: components
|
|
|
3002
3002
|
<hr class="pf-c-divider" />
|
|
3003
3003
|
<section class="pf-c-app-launcher__group">
|
|
3004
3004
|
<h1 class="pf-c-app-launcher__group-title">Group 1</h1>
|
|
3005
|
-
<ul>
|
|
3005
|
+
<ul role="list">
|
|
3006
3006
|
<li
|
|
3007
3007
|
class="pf-c-app-launcher__menu-wrapper pf-m-external"
|
|
3008
3008
|
>
|
|
@@ -3657,7 +3657,7 @@ section: components
|
|
|
3657
3657
|
id="modal-large-example-primary-nav"
|
|
3658
3658
|
aria-label="Global"
|
|
3659
3659
|
>
|
|
3660
|
-
<ul class="pf-c-nav__list">
|
|
3660
|
+
<ul class="pf-c-nav__list" role="list">
|
|
3661
3661
|
<li class="pf-c-nav__item">
|
|
3662
3662
|
<a href="#" class="pf-c-nav__link">System panel</a>
|
|
3663
3663
|
</li>
|
|
@@ -3689,7 +3689,7 @@ section: components
|
|
|
3689
3689
|
<section class="pf-c-page__main-breadcrumb pf-m-limit-width">
|
|
3690
3690
|
<div class="pf-c-page__main-body">
|
|
3691
3691
|
<nav class="pf-c-breadcrumb" aria-label="breadcrumb">
|
|
3692
|
-
<ol class="pf-c-breadcrumb__list">
|
|
3692
|
+
<ol class="pf-c-breadcrumb__list" role="list">
|
|
3693
3693
|
<li class="pf-c-breadcrumb__item">
|
|
3694
3694
|
<a href="#" class="pf-c-breadcrumb__link">Section home</a>
|
|
3695
3695
|
</li>
|
|
@@ -3898,7 +3898,7 @@ section: components
|
|
|
3898
3898
|
</div>
|
|
3899
3899
|
<section class="pf-c-app-launcher__group">
|
|
3900
3900
|
<h1 class="pf-c-app-launcher__group-title">Favorites</h1>
|
|
3901
|
-
<ul>
|
|
3901
|
+
<ul role="list">
|
|
3902
3902
|
<li
|
|
3903
3903
|
class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
|
|
3904
3904
|
>
|
|
@@ -3950,7 +3950,7 @@ section: components
|
|
|
3950
3950
|
<hr class="pf-c-divider" />
|
|
3951
3951
|
<section class="pf-c-app-launcher__group">
|
|
3952
3952
|
<h1 class="pf-c-app-launcher__group-title">Group 1</h1>
|
|
3953
|
-
<ul>
|
|
3953
|
+
<ul role="list">
|
|
3954
3954
|
<li
|
|
3955
3955
|
class="pf-c-app-launcher__menu-wrapper pf-m-external"
|
|
3956
3956
|
>
|
|
@@ -4605,7 +4605,7 @@ section: components
|
|
|
4605
4605
|
id="modal-large-example-primary-nav"
|
|
4606
4606
|
aria-label="Global"
|
|
4607
4607
|
>
|
|
4608
|
-
<ul class="pf-c-nav__list">
|
|
4608
|
+
<ul class="pf-c-nav__list" role="list">
|
|
4609
4609
|
<li class="pf-c-nav__item">
|
|
4610
4610
|
<a href="#" class="pf-c-nav__link">System panel</a>
|
|
4611
4611
|
</li>
|
|
@@ -4637,7 +4637,7 @@ section: components
|
|
|
4637
4637
|
<section class="pf-c-page__main-breadcrumb pf-m-limit-width">
|
|
4638
4638
|
<div class="pf-c-page__main-body">
|
|
4639
4639
|
<nav class="pf-c-breadcrumb" aria-label="breadcrumb">
|
|
4640
|
-
<ol class="pf-c-breadcrumb__list">
|
|
4640
|
+
<ol class="pf-c-breadcrumb__list" role="list">
|
|
4641
4641
|
<li class="pf-c-breadcrumb__item">
|
|
4642
4642
|
<a href="#" class="pf-c-breadcrumb__link">Section home</a>
|
|
4643
4643
|
</li>
|
|
@@ -4846,7 +4846,7 @@ section: components
|
|
|
4846
4846
|
</div>
|
|
4847
4847
|
<section class="pf-c-app-launcher__group">
|
|
4848
4848
|
<h1 class="pf-c-app-launcher__group-title">Favorites</h1>
|
|
4849
|
-
<ul>
|
|
4849
|
+
<ul role="list">
|
|
4850
4850
|
<li
|
|
4851
4851
|
class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
|
|
4852
4852
|
>
|
|
@@ -4898,7 +4898,7 @@ section: components
|
|
|
4898
4898
|
<hr class="pf-c-divider" />
|
|
4899
4899
|
<section class="pf-c-app-launcher__group">
|
|
4900
4900
|
<h1 class="pf-c-app-launcher__group-title">Group 1</h1>
|
|
4901
|
-
<ul>
|
|
4901
|
+
<ul role="list">
|
|
4902
4902
|
<li
|
|
4903
4903
|
class="pf-c-app-launcher__menu-wrapper pf-m-external"
|
|
4904
4904
|
>
|
|
@@ -5553,7 +5553,7 @@ section: components
|
|
|
5553
5553
|
id="modal-with-form-example-primary-nav"
|
|
5554
5554
|
aria-label="Global"
|
|
5555
5555
|
>
|
|
5556
|
-
<ul class="pf-c-nav__list">
|
|
5556
|
+
<ul class="pf-c-nav__list" role="list">
|
|
5557
5557
|
<li class="pf-c-nav__item">
|
|
5558
5558
|
<a href="#" class="pf-c-nav__link">System panel</a>
|
|
5559
5559
|
</li>
|
|
@@ -5585,7 +5585,7 @@ section: components
|
|
|
5585
5585
|
<section class="pf-c-page__main-breadcrumb pf-m-limit-width">
|
|
5586
5586
|
<div class="pf-c-page__main-body">
|
|
5587
5587
|
<nav class="pf-c-breadcrumb" aria-label="breadcrumb">
|
|
5588
|
-
<ol class="pf-c-breadcrumb__list">
|
|
5588
|
+
<ol class="pf-c-breadcrumb__list" role="list">
|
|
5589
5589
|
<li class="pf-c-breadcrumb__item">
|
|
5590
5590
|
<a href="#" class="pf-c-breadcrumb__link">Section home</a>
|
|
5591
5591
|
</li>
|