- From: Dave Geddes via GitHub <sysbot+gh@w3.org>
- Date: Fri, 03 Apr 2020 21:15:55 +0000
- To: public-css-archive@w3.org
I believe this change would be a mistake. How else would user-land be able to create Grid inspectors/overlays? By no longer returning the implicit tracks, this change breaks every Grid overlay/inspector/generator tool on the web, including: my [Grid Critters](https://gridcritters.com) game:  [Webflow](https://webflow.com)'s Grid Inspector  If this change is necessary, then we need some other way of getting all the grid track information. Firefox devtools' Grid Inspector uses a privileged `element.getGridFragments()` method that includes implicit grid tracks, but it's not available in user-land. `getComputedStyle()` is all we have ATM. Please don't break it. -- GitHub Notification of comment by geddski Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4475#issuecomment-608669901 using your GitHub account
Received on Friday, 3 April 2020 21:16:01 UTC