Here's couple of patches that possibly can improve reading experience.
First one to outline several important articles' parts:
0001-recipes-lwn_weekly-outline-quize-box-authors.patch.zip
Code:
Fill authors names in articles headers with bg color
to separate them from article body. The same for
quiz boxes, plus outline them with border line,
as they're put directly within article's text.
Looks like this:
Before/After
Second one to make in-article tables work:
0002-recipes-lwn_weekly-improve-table-handling.patch.zip
Code:
Site uses table layout a lot, both for page formatting
and within article's text, yet we clean up all tags
before & after article text, and remove what's left
from tables in-between, also removing useful tables
often embedded within articles. The better way seems
to keep only parts we actually interested about:
PageHeadline (article's title) and ArticleText and
not linearize table within ArticleText tag, thus
preserving useful tables.
Looks like this:
Before/After
Patches can be generally useful and may be worth considering to cherry-pick them, as well as patch from previous post (#21)