8000 [css-grid] Rename named lines in example to be less confusing. · w3c/csswg-drafts@4d9db2a · GitHub
Skip to content

Commit 4d9db2a

Browse files
committed
[css-grid] Rename named lines in example to be less confusing.
1 parent ec1d6cd commit 4d9db2a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css-grid/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1167,8 +1167,8 @@ Named Grid Lines: the <css>[<<custom-ident>>*]</css> syntax</h4>
11671167
<pre>
11681168
#grid {
11691169
display: grid;
1170-
grid-template-columns: [first nav] 150px [main] 1fr [last];
1171-
grid-template-rows: [first header] 50px [main] 1fr [footer] 50px [last];
1170+
grid-template-columns: [first nav-start] 150px [main-start] 1fr [last];
1171+
grid-template-rows: [first header-start] 50px [main-start] 1fr [footer-start] 50px [last];
11721172
}
11731173
</pre>
11741174

-3.52 KB
Loading

0 commit comments

Comments
 (0)