1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript1,115 stars (1,115 stars)90 forks (90 forks)batch import
enhancementhelp wanted
Description
It should wrap content instead of filling the parent's width
Contributor guide
- Tech stack
- javascriptcss
- Domain
- frontend
- Issue type
- bug
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- over 1 week
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- needs investigation
- Prerequisites
- CSS Grid layoutJavaScript debugging
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 15
- Research direction
- Investigate the polyfill's handling of inline grid vs grid. Look at the source code in the repository, particularly the part that sets display values. Check if there is a distinction between grid and inline grid in the polyfill implementation. The issue asks that inline grid should wrap content instead of filling parent width, so understanding how the polyfill computes widths is key. There are no linked PRs, so start by examining the main JavaScript files for CSS grid property handling.