A subgrid spans 3 of its parent's columns, and one subgrid item has very wide content. How does this content affect the shared track sizes, and in which direction does information flow between parent and subgrid?
/* parent */ display:grid; grid-template-columns: auto auto auto;
/* child */ grid-column: 1 / 4; display:grid; grid-template-columns: subgrid;