@@ -731,7 +731,7 @@ Nested vs. Subgridded Items</h3>
731731 A [=subgrid=] is established by the ''subgrid'' keyword
732732 of 'grid-template-rows' or 'grid-template-columns' ,
733733 and can be [=subgridded=] in either axis or in both.
734- A grid that has no [=subgridded=] axis is a <dfn>standalone grid</dfn> .
734+ A grid that has no [=subgridded=] axis is a <dfn export >standalone grid</dfn> .
735735
736736 <div class="example">
737737 For example, suppose we have a form consisting of a list of inputs with labels:
@@ -2026,7 +2026,7 @@ Computed Value of a Track Listing</h4>
20262026
20272027 * a ''minmax()'' functional notation representing a single track's size,
20282028 with each <<length-percentage>> computed
2029- (a <dfn>computed track size</dfn> )
2029+ (a <dfn noexport >computed track size</dfn> )
20302030 * a ''repeat()'' functional notation representing a repeated track list section,
20312031 with its <<integer>> computed
20322032 and its <<track-list>> represented as a [=computed track list=]
@@ -2247,7 +2247,7 @@ Named Areas: the 'grid-template-areas' property</h3>
22472247
22482248 <ul dfn-type="dfn">
22492249 <li>
2250- A sequence of <a>name code points</a> ,
2250+ A sequence of [=ident code points=] ,
22512251 representing a <dfn>named cell token</dfn>
22522252 with a name consisting of its code points.
22532253 <li>
@@ -2556,7 +2556,7 @@ Implicit Track Sizing: the 'grid-auto-rows' and 'grid-auto-columns' properties</
25562556 </pre>
25572557
25582558 <figure>
2559- <img src="images/auto-flow.svg" alt="">
2559+ <img src="images/auto-flow.svg" alt="" width=530 height=530 >
25602560 <figcaption> A 2×2 grid with one explicit 20px×20px grid cell
25612561 in the first row+column
25622562 and three additional cells resulting from the implicit 40px column and row
@@ -5059,7 +5059,7 @@ Distributing Extra Space Across Spanned Tracks</h4>
50595059
50605060 Note: This step only affects [=base sizes=] ,
50615061 because this algorithm is never invoked on [=growth limits=]
5062- with any non-preferred |affected tracks| .
5062+ with any non-preferred |affected track|s .
50635063
50645064 <li>
50655065 <strong> Distribute |space| beyond limits:</strong>
@@ -5355,11 +5355,16 @@ Sample Fragmentation Algorithm</h3>
53555355 </p>
53565356
53575357
5358- Privacy and Security Considerations {#priv-sec }
5359- ===============================================
5358+ Privacy Considerations {#priv}
5359+ ==============================
53605360
5361- Grid introduces no new privacy leaks,
5362- or security considerations beyond "implement it correctly".
5361+ Grid introduces no new privacy leaks.
5362+
5363+ Security Considerations {#sec}
5364+ ==============================
5365+
5366+ Grid introduces no new security considerations
5367+ beyond "implement it correctly".
53635368
53645369
53655370<h2 id="changes">
0 commit comments