Bug 410196 - User and author cascaded style sheets CSS have improper precedence
Summary: User and author cascaded style sheets CSS have improper precedence
Status: REPORTED
Alias: None
Product: Falkon
Classification: Applications
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Other All
: NOR normal
Target Milestone: ---
Assignee: David Rosca
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-07-25 15:06 UTC by Hohyeis
Modified: 2019-07-25 15:08 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 Hohyeis 2019-07-25 15:06:49 UTC
The cascading order is improper.
Author CSS of default 'importance' level should override the user CSS of that level.  Currently, the user CSS is overriding the author CSS.

https://www.w3.org/TR/css-cascade-3/#cascade
Comment 1 Hohyeis 2019-07-25 15:08:15 UTC
It appears that Konqueror does not have this problem.

It was tested by applying colors in user CSS.