Details
-
Bug
-
Resolution: Unresolved
-
Trivial
-
None
-
17.1.0
-
Unknown
-
Description
```
On Notification button (currently named “toggle navigation”), aria-expanded=”false” is missing.
When we activate the button, then “aria-expanded=”true” appears and if we press again, true switches to false (this part is ok). aria-expanded=”false” should be present in the code before pressing the element the first time.
```