servo / servo/rust-cssparser

detect duplicates values on keyframes

Open
#392 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Rust
Stars
869
Forks
152
Avg merge
15h 8m
Merged PRs (30d)
12

Description

I've created a little tool https://github.com/mothsART/cssoptiadvisor (not really mature, just a toy)
Lightningcss and other minification tools don't find duplicates on keyframes.

It seems difficult to analyze all the values and compare them.
Is there a possible hash on keyframe content for simplified comparison?

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue names no repository files, tests, or entry points. Start by reviewing how keyframes are represented and parsed, then determine whether duplicate-value detection belongs in this parser; done would require an agreed scope and comparison approach for keyframe contents.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
performance, web-dev
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.