Commit c5d9588
fix(accordion): adding rti for keyboard navigation, removed internal navigation (#2493)
* fix(accordion): adding RTI to accordion, adding headers, removing old code
* fix(accordion): adding RTI index after initialized
* fix(accordion): removing older code for rti fix
* chore: adding changeset
* Merge branch `fix/accordion-rovingtabindex-controller` into `fix/accordion-rovingtabindex-controller`
* fix(core): ensured rti arrow key listeners only apply to focusable items
* fix(core): ensured rti error key listeners only apply to focusable items
* fix(accordion): adding init items on mutation observer for RTI, removing tab tests
* fix(tabs): reverting code change made locally
* docs: update changeset
* perf: defer computing composedPath()
* test(accordion): adding test cases for rti navigation in nested, multiple accordions
* fix(accordion): activeHeader a private accessor
---------
Co-authored-by: Nikki Massaro Kauffman <[email protected]>
Co-authored-by: Benny Powers <[email protected]>
Co-authored-by: Benny Powers <[email protected]>1 parent 1225e8e commit c5d9588
File tree
5 files changed
+279
-11
lines changed- .changeset
- core/pfe-core/controllers
- elements/pf-accordion
- test
5 files changed
+279
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
97 | 102 | | |
98 | 103 | | |
99 | | - | |
100 | 104 | | |
101 | 105 | | |
102 | 106 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
48 | 50 | | |
49 | 51 | | |
50 | 52 | | |
| 53 | + | |
| 54 | + | |
51 | 55 | | |
52 | 56 | | |
53 | 57 | | |
| |||
78 | 82 | | |
79 | 83 | | |
80 | 84 | | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
81 | 91 | | |
82 | 92 | | |
83 | 93 | | |
| |||
103 | 113 | | |
104 | 114 | | |
105 | 115 | | |
106 | | - | |
107 | 116 | | |
108 | 117 | | |
109 | 118 | | |
| |||
135 | 144 | | |
136 | 145 | | |
137 | 146 | | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
138 | 150 | | |
139 | 151 | | |
140 | 152 | | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
141 | 159 | | |
142 | 160 | | |
143 | 161 | | |
| |||
0 commit comments