@@ -137,9 +137,9 @@ Introduction {#intro}
137137 </xmp>
138138
139139 <wpt>
140- function-in-media.html
141- local-inherit-substitution.html
142- local-var-substitution.html
140+ functions/ function-in-media.html
141+ functions/ local-inherit-substitution.html
142+ functions/ local-var-substitution.html
143143 </wpt>
144144
145145<!-- Big Text: @function
@@ -222,9 +222,9 @@ and optionally a <dfn>default value</dfn>.
222222</pre>
223223
224224<wpt>
225- at-function-parsing.html
226- dashed-function-named-arg.tentative.html
227- dashed-function-parsing.html
225+ functions/ at-function-parsing.html
226+ functions/ dashed-function-named-arg.tentative.html
227+ functions/ dashed-function-parsing.html
228228</wpt>
229229
230230If a [=default value=] and a [=parameter type=] are both provided,
@@ -478,13 +478,13 @@ is the real element at the root of the [=calling context=] stack.
478478</div>
479479
480480<wpt>
481- dashed-function-eval.html
482- dashed-function-standard-property.html
483- function-attr.html
484- function-shadow-animations.html
485- function-shadow-cache.html
486- function-shadow-container.html
487- function-shadow.html
481+ functions/ dashed-function-eval.html
482+ functions/ dashed-function-standard-property.html
483+ functions/ function-attr.html
484+ functions/ function-shadow-animations.html
485+ functions/ function-shadow-cache.html
486+ functions/ function-shadow-container.html
487+ functions/ function-shadow.html
488488</wpt>
489489
490490<div class='example'>
@@ -643,9 +643,9 @@ with its [=function parameters=] overriding "inherited" custom properties of the
643643</div>
644644
645645<wpt>
646- dashed-function-cycles.html
647- local-attr-substitution.html
648- local-if-substitution.html
646+ functions/ dashed-function-cycles.html
647+ functions/ local-attr-substitution.html
648+ functions/ local-if-substitution.html
649649</wpt>
650650
651651<div algorithm>
@@ -802,12 +802,12 @@ when the condition is true,
802802or acting as if nothing exists at that location otherwise.
803803
804804<wpt>
805- function-conditionals.html
806- function-container-dynamic.html
807- function-container-self.html
808- function-container-style.html
809- function-layer.html
810- function-media-dynamic.html
805+ functions/ function-conditionals.html
806+ functions/ function-container-dynamic.html
807+ functions/ function-container-self.html
808+ functions/ function-container-style.html
809+ functions/ function-layer.html
810+ functions/ function-media-dynamic.html
811811</wpt>
812812
813813<div class='example'>
@@ -875,10 +875,10 @@ but rather than extending/upgrading [=custom properties=],
875875making them reusable and customizable with arguments.
876876
877877<wpt>
878- mixin-basic.html
879- mixin-declarations.html
880- mixin-parsing.html
881- mixin-shadow-dom.html
878+ mixins/ mixin-basic.html
879+ mixins/ mixin-declarations.html
880+ mixins/ mixin-parsing.html
881+ mixins/ mixin-shadow-dom.html
882882</wpt>
883883
884884<div class=example>
@@ -961,8 +961,9 @@ and that the parameter list and enclosing parentheses are optional.)
961961</pre>
962962
963963<wpt>
964- mixin-media-query-invalidation-2.html
965- mixin-media-query-invalidation.html
964+ mixins/mixin-media-query-invalidation-2.html
965+ mixins/mixin-media-query-invalidation.html
966+ mixins/mixin-parameters.html
966967</wpt>
967968
968969If a [=default value=] and a [=parameter type=] are both provided,
@@ -1016,7 +1017,9 @@ Unknown properties and rules are invalid and ignored,
10161017but do not make the ''@mixin'' rule itself invalid.
10171018
10181019<wpt>
1019- mixin-layers.html
1020+ mixins/mixin-conditionals.html
1021+ mixins/mixin-layers.html
1022+ mixins/mixin-locals.html
10201023</wpt>
10211024
10221025<h3 id=result-rule at-rule lt="@result" export>
@@ -1359,9 +1362,9 @@ The syntax of a ''@contents'' at-rule is:
13591362</pre>
13601363
13611364<wpt>
1362- contents-nested-declarations-fallback.html
1363- contents-nested-declarations.html
1364- contents-rule.html
1365+ mixins/ contents-nested-declarations-fallback.html
1366+ mixins/ contents-nested-declarations.html
1367+ mixins/ contents-rule.html
13651368</wpt>
13661369
13671370That is, it is either an <em> empty</em> statement ended immediately by a semicolon,
@@ -1573,10 +1576,10 @@ as a [=nested declarations rule=]
15731576via the ''@apply'' rule.
15741577
15751578<wpt>
1576- apply-nested-declarations.html
1577- mixin-cross-stylesheet.html
1578- mixin-from-import-with-media-queries.html
1579- mixin-from-import.html
1579+ mixins/ apply-nested-declarations.html
1580+ mixins/ mixin-cross-stylesheet.html
1581+ mixins/ mixin-from-import-with-media-queries.html
1582+ mixins/ mixin-from-import.html
15801583</wpt>
15811584
15821585<!-- Big Text: @apply
@@ -1604,8 +1607,8 @@ Its grammar is:
16041607</pre>
16051608
16061609<wpt>
1607- apply-top-level.html
1608- apply-within-mixin.html
1610+ mixins/ apply-top-level.html
1611+ mixins/ apply-within-mixin.html
16091612</wpt>
16101613
16111614<div class=example>
@@ -2253,8 +2256,8 @@ CSSOM {#cssom}
22532256Issue: TODO Supply the OM for ''@mixin'' /etc.
22542257
22552258<wpt>
2256- at-function-cssom.html
2257- function-invalidation.html
2259+ functions/ at-function-cssom.html
2260+ functions/ function-invalidation.html
22582261</wpt>
22592262
22602263The {{CSSFunctionRule}} Interface {#the-function-interface}
0 commit comments