Bug 1596296 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

The XUL `dir` attribute can be set to `reverse` to set `-moz-box-direction: reverse;`.

This attribute seems unused:
- https://searchfox.org/mozilla-central/search?q=dir%3D%22reverse%22&case=false&regexp=false&path=
- https://searchfox.org/mozilla-central/search?q=%22dir%22%2C+%22reverse%22&case=false&regexp=false&path=

Furthermore, this conflicts and causes confusion with the HTML `dir` attribute which takes `ltr`/`auto`/`rtl` as values.

Back to Bug 1596296 Comment 0