Open
Description
The Expectation of Letter spacing in style attributes is not !important and other text spacing rules have a first bullet saying:
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).
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