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
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.