Skip to content

Fix property-no-unknown false positives for descriptors #8155

@Mouvedia

Description

@Mouvedia

What minimal configuration is needed to reproduce the bug?

{
  "rules": {
    "property-no-unknown": true
  }
}

Do you have a proposal to fix the bug?

  1. Add at-rule-descriptor-no-unknown #8148 should be completed
  2. exceptions like
    // postcss doesn't distinguish between descriptors and properties
    'navigation',

    should be removed
    i.e. decline property-no-unknown false positive for descriptor navigation #7751
  3. an at-rule/descriptor map should be created for the descriptors that happen to be named after existing properties
  4. the descriptors should be ignored

Metadata

Metadata

Assignees

No one assigned

    Labels

    status: wipis being worked on by someone

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions