As described in https://bugzilla.mozilla.org/show_bug.cgi?id=1890310, this page contains a number of very short paragraphs (one or a few words) that are lost in reader view, even though most of the content is correctly displayed.
It's worth noting that this website's design is to wrap each paragraph's content in <div><div><span>, with inline styles applied to all three elements, rather than just putting the content in sibling <p> elements. So the page structure looks like a few hundred blocks like this:
<div style="margin: 1em 0; caret-color: #000000">
<div style="direction: ltr">
<span style="font-family: arial, sans-serif">Some content here</span>
</div>
</div>
Some examples of missed content:
- Alden stared at it.
- “Let me think about it.”
- “Gotcha.”
Slightly longer sentences not dropped from reader view:
- “I was thinking the same thing.”
- “That’s very efficient,” said Alden.