Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Proposal: Support mirroring features #888

Open
skyclouds2001 opened this issue Jan 7, 2025 · 0 comments
Open

Proposal: Support mirroring features #888

skyclouds2001 opened this issue Jan 7, 2025 · 0 comments
Labels
needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened.

Comments

@skyclouds2001
Copy link
Contributor

skyclouds2001 commented Jan 7, 2025

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"]
  }
}
@skyclouds2001 skyclouds2001 added the needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened. label Jan 7, 2025
@skyclouds2001 skyclouds2001 changed the title Support mirroring features Proposal: Support mirroring features Jan 25, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened.
Projects
None yet
Development

No branches or pull requests

1 participant