Bug 458664 - All:revert - CSS property not applied in Falkon Browser
Summary: All:revert - CSS property not applied in Falkon Browser
Status: RESOLVED REMIND
Alias: None
Product: Falkon
Classification: Applications
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Debian unstable Linux
: NOR major
Target Milestone: ---
Assignee: David Rosca
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-09-03 16:49 UTC by KiBLS
Modified: 2022-09-03 17:14 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.