We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 482014b commit 86646d1Copy full SHA for 86646d1
css-properties-values-api/Overview.bs
@@ -418,6 +418,11 @@ in the <a>name map of apply hooks</a>:
418
419
Issue: Need to deal with the output.
420
421
+Note: Apply hooks run in parallel on a given Element. The output of an apply
422
+hook is never used as input to another apply hook on the same Element - instead,
423
+a snapshot of style state is taken, all apply hooks are run with subsets of the
424
+same input snapshot, then the resulting output is written into the used style.
425
+
426
Examples {#examples}
427
====================
428
0 commit comments