jsdom / cssstyle

A Node.js implementation of the CSS Object Model CSSStyleDeclaration interface
MIT License
107 stars 70 forks source link

Feature request: support for grid-area, grid-row/column-start/end #149

Open HaraldKi opened 2 years ago

HaraldKi commented 2 years ago

The CSS property grid-area is a shorthand property for grid-row-start, grid-row-end, grid-column-start, grid-column-end. Similarly grid-row and grid-column are shorthand properties for the respective pairs.

It would be great if the dependencies between the shorthand and the detail properties would be reflected in the implementation.