You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you go to a WordPress index page containing the full contents of the listed blog posts/articles, such as https://blogs.gnome.org/chergert/ for example, and hit Ctrl+Alt+R to enable readability mode, as you scroll you may notice that it does not respect the separation between articles.
In fact, not only does it not add a <hr /> separator (or some sort of visual indication) between articles to separate them, it even removes the other articles' title header. For example, if you have code like this:
</article><!-- #post-12229 --><articleid="post-12204" class="post-12204 post type-post status-publish format-standard hentry"><headerclass="entry-header"><h2class="entry-title"><ahref="[https://blogs.gnome.org/chergert/2024/06/05/manuals-on-flathub/](view-source:https://blogs.gnome.org/chergert/2024/06/05/manuals-on-flathub/)" rel="bookmark">Manuals on Flathub</a></h2></header><!-- .entry-header --><divclass="entry-content">
…then it seems Readability completely skips/hides that <h2> and the beginning of the article, and jumps straight to the entry-content div.
Screenshots comparing normal vs reader mode, where you can see the "Manuals on Flathub" header missing in the 2nd screenshot (but having a separator or big empty space, in addition to the header, would be nice too):
In normal mode
In readability mode
Tested with:
The latest version of Firefox 127's built-in reader mode feature
GNOME Web (Epiphany) 45
The text was updated successfully, but these errors were encountered:
nekohayo
changed the title
No separators or article title headers for separation between articles in a Wordpress full articles index page
No separators or title headers for separation between articles in a Wordpress "full contents" index page
Jun 29, 2024
If you go to a WordPress index page containing the full contents of the listed blog posts/articles, such as https://blogs.gnome.org/chergert/ for example, and hit
Ctrl+Alt+R
to enable readability mode, as you scroll you may notice that it does not respect the separation between articles.In fact, not only does it not add a
<hr />
separator (or some sort of visual indication) between articles to separate them, it even removes the other articles' title header. For example, if you have code like this:…then it seems Readability completely skips/hides that
<h2>
and the beginning of the article, and jumps straight to theentry-content
div.Screenshots comparing normal vs reader mode, where you can see the "Manuals on Flathub" header missing in the 2nd screenshot (but having a separator or big empty space, in addition to the header, would be nice too):
In normal mode
In readability mode
Tested with:
The text was updated successfully, but these errors were encountered: