two-finger-history-jump icon indicating copy to clipboard operation
two-finger-history-jump copied to clipboard

Arrows not rendering properly (full page width and not styled properly)

Open cokert opened this issue 2 years ago • 2 comments

I noticed this while browsing this url. I haven't seen it before. Here's a screen recording of it happening with devtools open and the element highlighted. It looks like the arrows styles aren't getting set correctly?

cokert avatar May 20 '22 21:05 cokert

Hi, thank you for reporting.

It's very weird, it seems indeed that the extension's CSS does not get loaded.

Maybe it has to do with the doctype of the page that you're browsing

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

I hope to find some time to investigate further,...

leonixyz avatar May 23 '22 23:05 leonixyz

I looked into this a little more and it appears to be an issue with xhtml documents. I found a whole series of w3c test xhtml pages here and they all do it.

In any event, since xhtml is dead, I wouldn't worry about trying to fix this. Feel free to close it unless you're just curious about it -- let me know what you find if you do any exploration. I fell pretty far down a rabbit hole with this one myself.

cokert avatar May 27 '22 05:05 cokert