in reply to Re: The recent outage
in thread The recent outage

There were no big changes. Some bad actors (identifying as bots) have been blocked by their IP address, and I've marked some more links as "rel"="nofollow" in the hope that good actors won't hammer the site for little to no information gain. This is mostly for the print view and showing spoilers.

I'm thinking of changing the spoilers to be entirely client side by using the <details><summary>Reveal Spoiler</summary> Here is the hidden content</details> tag - it seems to be fairly well supported.

Testing this:

Reveal SpoilerThis is a spoiler that has been hidden.

The changes for this would be mostly made in ParseLinksInContent, replacing the link spoiler style with something that renders <details><summary>Reveal</summary>...</details>, and in Display Settings, changing the link spoiler style to details.

I'm for removing the link spoiler style alltogether, as modern (enough) user agents render it well enough. Revealing all spoilers can also be implemented in Javascript easily if needed.

Replies are listed 'Best First'.
Re^3: The recent outage
by parv (Parson) on Sep 16, 2024 at 07:05 UTC
    FWIW, that "spoiler" worked in Firefox v115.15.0esr/Windows (sans Javascript).
      Also successfully tested in
      • Mobile Chrome 128
      • Mobile Opera 64
      and could also be used to fix the the missing <abbr> support in Mobile browsers (which lack hover events).

      Cheers Rolf
      (addicted to the Perl Programming Language :)
      see Wikisyntax for the Monastery