File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -2085,10 +2085,13 @@ Named Areas: the 'grid-template-areas' property</h3>
2085
2085
</pre>
2086
2086
</div>
2087
2087
2088
- Both the <a>specified value</a> and <a>computed value</a>
2089
- of a <<string>> value of 'grid-template-areas' serializes
2090
- each <a>null cell token</a> as a single "." (U+002E FULL STOP)
2091
- and each sequence of <a>whitespace</a> as a single space (U+0020 SPACE).
2088
+ <h4 id="serialize-template">
2089
+ Serialization Of Template Strings</h4>
2090
+
2091
+ When serializing either the [=specified value|specified=] or [=computed value=] of a <<string>> value of 'grid-template-areas' ,
2092
+ each [=null cell token=] is serialized as a single "." (U+002E FULL STOP),
2093
+ and consecutive cell tokens are separated by a single space (U+0020 SPACE),
2094
+ with all other white space elided.
2092
2095
2093
2096
<h4 id="implicit-named-lines">
2094
2097
Implicit Named Lines</h4>
You can’t perform that action at this time.
0 commit comments