WICG / WICG/container-timing

ContainerTiming area tracking when the painted region moves

Open
#18 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Bikeshed
Stars
72
Forks
10
Avg merge
9d 15h
Merged PRs (30d)
3

Description

In the specification we are tracking when paints happen in the viewport, and we use that to only report new entries when the paint happens to an area that has not been painted before.

Now, the problem is: sometimes a node changes its position, because of layout shifts, or because of the scroll.

We need to define how the painted region reacts to this.

Contributor guide

Open the contributing guide

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

Start with the specification's existing rules for tracking paints in the viewport and reporting newly painted areas. Consider how the painted region should respond when a node moves because of layout shifts or scrolling; done means the specification clearly defines that behavior.

Written by the indexing model from the issue text.

Assessment

Domain
documentation
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.