Bug 458664

Summary: All:revert - CSS property not applied in Falkon Browser
Product: [Applications] Falkon Reporter: KiBLS <kibls>
Component: generalAssignee: David Rosca <nowrep>
Status: RESOLVED REMIND    
Severity: major    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Debian unstable   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description KiBLS 2022-09-03 16:49:02 UTC
This style property is apparently not supported by Falkon at all although it exists in Chrome since version 37 and in FF since version 27.

https://developer.mozilla.org/en-US/docs/Web/CSS/all

Example see on my website, under each poem the first style properties remains although I applied "all:revert" to all elements. In the normal (mainstream) browsers everything is displayed correctly, only in the Falkon browser the styles are not applied.

https://kibls.neocities.org/en/book6.html

Do I have an error in my CSS? But obviously the property all.Revert is not applied because otherwise the form would be designed differently. Is there a solution for this?

Best regards from germany
Comment 1 KiBLS 2022-09-03 17:12:52 UTC
Ok, it seems as if I can tinker the whole thing together with the attribute initial instead of revert. Although I then have to completely redesign my buttons, but well, then that's no longer a problem.