You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
not important: the computed value of its [text spacing] property is not important; or
This Expectation is needed to handle inherit !important value, where the declaration is important but inherits from a non-important hence overwritable declaration, thus it is not a problem(Passed Example 7).
All computed values have cascade origins, which is the origin of the declared value winning the cascade (which comes from the origin of the style rule containing the declaration) or the origin of the initial value if there were no declared values:
The Expectation of Letter spacing in style attributes is not !important and other text spacing rules have a first bullet saying:
This Expectation is needed to handle
inherit !important
value, where the declaration is important but inherits from a non-important hence overwritable declaration, thus it is not a problem(Passed Example 7).However, reading the CSS specs, it seems that only declarations are important, not values 🙈
https://github.com/act-rules/act-rules.github.io/pull/1923/files#r1067361598
The text was updated successfully, but these errors were encountered: