Skip to content

Text spacing rules [24afc2, 78fd32, 9e45ec] incorrectly use "important computed value" #2002

Open
@Jym77

Description

@Jym77

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions