Skip to content

Proposal: Support mirroring features #888

Description

@skyclouds2001

What information was incorrect, unhelpful, or incomplete?

It'll be helpful to support features which has vendor-prefixed features and helps maintaining those css features.

What did you expect to see?

support mirror data

Do you have any supporting links, references, or citations?

see #864 (review)

Do you have anything more you want to share?

possible ways can be:

speicified directly as a string

{
  "-webkit-user-select": "user-select"
}

speicified via mirror key on mirroring data

{
  "-webkit-user-select": {
    "mirror": "user-select"
  }
}

speicified via mirrors key on mirrored data

{
  "user-select": {
    "mirrors": ["-webkit-user-select"]
  }
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    idleIssues and pull requests with no activity for three months.needs triageTriage needed by staff and/or partners. Automatically applied when an issue is opened.

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions