We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49ebcf4 commit 6a528b2Copy full SHA for 6a528b2
1 file changed
css-grid/Overview.bs
@@ -1248,7 +1248,7 @@ Resolved Values</h4>
1248
</div>
1249
<script>
1250
var gridElement = document.getElementById("grid");
1251
- getComputedStyle(gridElement).gridDefinitionColumns;
+ getComputedStyle(gridElement).gridTemplateColumns;
1252
// (a) 50px (b) 320px (b c d) repeat(2, (e) 40px) repeat(4, 0px) 50px
1253
</script>
1254
</pre>
0 commit comments