Joffrey JAFFEUX
8957e4d9d0
A11Y: makes user notifications list more accessible ( #11992 )
...
Previous markup used to be
```
<div>
<div>
<li>
```
Instead we will now have:
```
<ul>
<li>
<div>
```
Note this commit also adds two things:
- ability to override tagName of a widget when attaching it
- ability to pass opts and otherOpts to {{attach}}, it could be useful in templates but is mostly useful to test `tagName` for now
2021-02-08 08:45:14 +01:00
..
2021-02-03 10:13:32 +10:00
2021-02-05 11:30:08 -05:00
2019-02-26 21:40:17 -05:00
2020-08-03 22:57:10 -04:00
2020-08-03 22:57:10 -04:00
2020-10-15 14:42:42 +11:00
2020-08-12 00:34:40 +05:30
2020-08-03 22:57:10 -04:00
2020-08-03 22:57:10 -04:00
2021-02-04 10:28:35 -05:00
2019-01-11 19:41:09 -05:00
2020-12-15 16:12:46 -05:00
2020-08-03 22:57:10 -04:00
2020-08-03 22:57:10 -04:00
2020-08-26 10:14:20 -04:00
2021-02-03 11:45:54 -05:00
2021-01-26 09:43:47 -05:00
2021-02-03 10:13:32 +10:00
2020-08-03 22:57:10 -04:00
2020-09-28 13:23:46 +02:00
2020-08-03 22:57:10 -04:00
2020-08-03 22:57:10 -04:00
2021-02-04 14:38:58 +11:00
2021-02-03 16:11:08 +02:00
2021-02-04 14:35:23 -05:00
2021-02-03 11:45:54 -05:00
2020-08-03 22:57:10 -04:00
2020-08-04 10:43:18 -04:00
2020-08-03 22:57:10 -04:00
2020-09-21 13:32:46 +02:00
2021-02-03 11:45:54 -05:00
2021-02-05 14:37:02 +11:00
2019-10-08 14:15:08 +03:00
2021-01-22 20:05:28 +05:30
2021-02-04 09:37:45 -05:00
2018-03-17 00:33:11 +01:00
2018-06-08 11:49:31 +02:00
2018-04-09 15:14:50 +08:00
2021-01-27 16:17:08 -05:00
2021-01-22 16:03:43 +01:00
2020-08-10 22:15:42 -04:00
2021-01-27 16:17:08 -05:00
2020-08-03 22:57:10 -04:00
2020-08-03 22:57:10 -04:00
2021-01-27 16:17:08 -05:00
2020-08-03 22:57:10 -04:00
2020-08-03 22:57:10 -04:00
2021-01-27 21:40:45 -05:00
2020-11-23 12:16:41 +11:00
2020-08-03 22:57:10 -04:00
2020-08-03 22:57:10 -04:00
2021-02-08 08:45:14 +01:00
2021-02-05 17:01:21 -05:00