[toolbar] What should the UA stylesheet for toolbar be?
Open
Nobody has claimed this yet.
needs-triage
toolbar
- Dominant language
- MDX
- Stars
- 4.5k
- Forks
- 226
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 4
Description
Fairly arbitrary starting point:
toolbar {
box-sizing: border-box;
background-color: transparent;
border: 1px solid currentColor;
display: inline-flex;
flex-direction: row;
flex-wrap: wrap;
inline-size: max-content;
gap: 0.25em;
padding: 0.25em;
}
toolbar > legend:first-of-type {
flex-bases: 100%;
}
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the proposed UA stylesheet in the issue body and the existing comment discussion about toolbar behavior. The work is done when the project agrees on a final toolbar stylesheet and its expected behavior, but no file or test location is named here.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css
- Domain
- design, frontend, web-dev
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100