Skip to content

Commit a4aad0f

Browse files
committed
[css-grid-1] Define 'grid-template-areas' specified value to normalize whitespace and ..... tokens. #3261
1 parent 598e0f4 commit a4aad0f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

css-grid-1/Overview.bs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2020,6 +2020,11 @@ Named Areas: the 'grid-template-areas' property</h3>
20202020
</pre>
20212021
</div>
20222022

2023+
Both the <a>specified value</a> and <a>computed value</a>
2024+
of a <<string>> value of 'grid-template-areas' serializes
2025+
each <a>null cell token</a> as a single "." (U+002E FULL STOP)
2026+
and each sequence of <a>whitespace</a> as a single space (U+0020 SPACE).
2027+
20232028
<h4 id="implicit-named-lines">
20242029
Implicit Named Lines</h4>
20252030

0 commit comments

Comments
 (0)