Firefox 38.0.5 added a \"Reader View\" to the address bar:

But not all
As the code stands in May '20 the trigger function (isProbablyReaderable) scores only p or pre elements and div elements that contain at least one decedent br.
A slight oversimplification of the scoring heuristic is:
textContent length is > 140 chars, increase score by sqrt(length - 140)score > 20, return true