Hi everyone, > Here is the Wiktionary definition of the word "locus": > https://en.wiktionary.org/wiki/locus#Noun When I open that page in > EWW, I see five definition entries. But the second entry is blank. I was able to reproduce. > So EWW is not failing to display anything; instead, it is inserting > something extra. That extra something comes from this piece of HTML: > >
  • I wouldn't say for sure EWW is in the wrong here. Apparently inserting empty li elements for styling purposed is a somewhat common practice. Couldn't confirm how "correct" it is, but it is accepted. (sidenote, stuff like this makes be glad I haven't worked in web stuff in many many years) > I don't know why that's in there or how Firefox knows not to display > it. It would be cool if EWW also knew not to display it. The attached patch does exactly that: skip any li elements that don't have content.