Not sure if the error in the console is related, or if this is due to a CSS change that Pale Moon won't support, but this is what it spits out:
Code: Select all
Timestamp: 09/12/2025 20:54:07
Error: None of the “sha512” hashes in the integrity attribute match the content of the subresource.
Source File: https://community.secondlife.com/forums/
Line: 0
EDIT: after enabling layout.css.report_errors, I can indeed confirm it's a CSS issue. I get gazillions of errors in the vein of:
Code: Select all
Timestamp: 09/12/2025 22:02:59
Warning: Expected a number or an angle but found ‘calc(’. Error in parsing value for ‘background’ after substituting variables. Generated value was ‘hsl(calc(260 - 40), calc(calc( 0 / 100) * 100%), calc(77% + 21% * calc(100 / 100)))’. Falling back to ‘initial’.
Source File: https://community.secondlife.com/static/css/core_global_framework_framework.css?v=d815db93211765308208
Line: 1
Source Code:
hsl(calc(260 - 40), calc(calc( 0 / 100) * 100%), calc(77% + 21% * calc(100 / 100)))EDITI2: after looking at the Pale Moon sources, it looks like calc() is there... Re-reading the error messages, the problem seems to stem to nested calc(), which Pale Moon does not seem to support (it was introduced in Firefox 48 only; see this page, but not under PM, since the table won't show).







