h5o / h5o-chrome

HTML5 outliner (Chrome extension)
MIT License
119 stars 30 forks source link

Is there a way to omit everything that is "Untitled"? #33

Closed reddioment closed 6 years ago

reddioment commented 6 years ago

There are some sites that have a bunch of untitled SECTION, NAV and ASIDE. These are usually just paragraphs under a heading. Is there a way to omit these so that they don't get listed? Here is an example screenshot from this website.

dominykas commented 6 years ago

No. This would also be against the standard. section should not be used just for the sake of it - it's not a div, it has a meaning. nav and aside are slightly different, but they are defined as sectioning routes and so they create implied headers.