[cssom-view-1] Missing tasks in parallel steps in CSSOM View Module Level 1

Open
#12,940 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
55/100
Issue type
Documentation
Clarity
Clearly specified
Activity status
Stale
Tech stack
css
Domain
documentation

Research direction

Start with the CSSOM View Module Level 1 algorithms linked in the issue: perform a scroll of a box, perform a scroll of a viewport, and scroll a target into view. Compare their parallel steps with HTML's Dealing with the event loop guidance. Done means each Promise resolution or rejection is preceded by the required task queuing behavior.

Written by the indexing model from the issue text.

Description

cssom-view-1

While crawling CSSOM View Module Level 1, the following algorithms fire an event, or resolve or reject a Promise, within a step that runs in parallel without first queuing a task:

See Dealing with the event loop in the HTML specification for guidance on how to deal with algorithm sections that run in parallel.

Cc @dontcallmedom @tidoust

This issue was detected and reported semi-automatically by Strudy based on data collected in webref.

Dominant language
Bikeshed
Stars
4.9k
Forks
816
Avg merge
2d 18h
Merged PRs (30d)
24

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.

More from w3c/csswg-drafts

All issues in w3c/csswg-drafts

Similar issues

More Documentation issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.