Problem/Motivation
Steps to reproduce the problem:
- Enable the
tracker
(human-readable name Activity Tracker) module of Drupal core. It requires no further configuration. - Create a piece of content, for example a Page or Article.
- Log in to the site with an other user account different from who the content has created.
- Visit the /activity URL path of the site. You should see a table listing the only one content.
- Beside its node title a colored "new" or "updated" text appears.
The <span class="marker">updated</span>
element containing the status text has no gap from the <a>
element containing the node title. This is bad not only for human reading, but for accessibility reasons as well.
Drupal core: 8.8.0-beta1
Apache: 2.2.34
PHP: 7.3.8 / Mem: 128M
MySQL: 5.7.26
mac OS: 10.13.6
Proposed resolution
Insert an extra non-breaking space (
) character between these two elements. Advantages are that they will stay together in any circumstances (not breaking under into a new line, for example) and being theme/CSS agnostic.
Remaining tasks
Probably no further tasks are known.
User interface changes
Hopefully a minor visual improvement fixed.
API changes
N/A
Data model changes
N/A
Release notes snippet
N/A
Original report by [username]
N/A