WICG / WICG/install-element

Consider adding an `:installed` pseudoclass for styling

Open
#17 5 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
HTML
Stars
21
Forks
4
Avg merge
3d 18h
Merged PRs (30d)
4

Description

When an app is already installed, the install button rarely makes sense to display and you'd typically just hide it. A nice declarative way of doing so could be via a CSS pseudoclass:

install:installed {
  display: none;
}

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 issue's proposed CSS example and inspect the repository's install element context. Done requires a maintainer-approved approach for representing the installed state and defining the corresponding styling behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
css, html
Domain
frontend
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.