discourse/lib/javascripts
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
..
locale FEATURE: Add Belarusian language 2019-07-04 11:37:37 +02:00
messageformat-lookup.js REFACTOR: removes unreachable statement (#9680) 2020-05-07 16:37:02 +02:00
messageformat.js Add message format support that can be used on complex localization strings 2013-05-30 16:49:57 +10:00
widget-hbs-compiler.js A11Y: makes user notifications list more accessible (#11992) 2021-02-08 08:45:14 +01:00