Topic: reader view
Hi there,
I want to propose to better support Firefox Reader View for the graphical editor. The reader mode is an important accessibility tool, and also useful in other scenarios (such as creating print export).
Currently, the browser has to use some guesses as to what the contents of a graphical editor weave is. For instance, for https://www.researchcatalogue.net/view/381565/2420281 it just filters everything away except the section starting with "Elements of a Configuration".
I'm not an expert on creating good HTML for reader mode, but I believe one should use `<article>` and `<section>` elements. When I am trying to add them to the source editor of the HTML tool, these tags are sadly removed by the RC editor.
Best, .h.h.
P.S. see https://github.com/mozilla/readability/blob/main/Readability.js#L128