Kenneth Parker (12020-06-23): > I picked this one as an example. Firefox on Android showed what you > described, on the first Bullet Point. > > *However*, the DuckDuckGo Android Browser put the content on the same line > as the Bullet Point. > > So I back up the suggestion by the other responder to try other Browsers.
With Firefox, the DOM inspector shows: <a id="_removable_storage_device>...</a> <div class="itemizedlist"> <a id="_removable_storage_device>...</a> <ul class="itemizedlist"> <a id="_removable_storage_device>...</a> <li class="listitem">...</li> <li class="listitem">...</li> In the source code of the page, we see: <h3 class="title"><a id="_removable_storage_device"/>10.1.7. Removable storage device</h3> It is obviously a bug in Firefox's HTML parser, probably linked to the empty <a> element denoted with the slash at the end. That could be better written: <h3 class="title" id="_removable_storage_device">10.1.7. Removable storage device</h3> though. Regards, -- Nicolas George
signature.asc
Description: PGP signature