From bad6870c4531743ebb7ef50d4875b0ff24923b48 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 02:20:39 +0000 Subject: [PATCH] ci: autogenerated changes [skip ci] --- www/static/rendering.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/static/rendering.svg b/www/static/rendering.svg index 061d130..c62fbe1 100644 --- a/www/static/rendering.svg +++ b/www/static/rendering.svg @@ -61,4 +61,4 @@ #graph .edgeLabel p code { background: var(--bg-default); } -
Element rendering

Node is an Element OR Node is in cache

Resolve source node IF in cache

Directives setup

Returned value is false

Call directive.setup()

Update state IF present in returned value

Set forced eligibility IF present in returned value

Directives execution

Node has a matching attribute OR eligibility has been forced to true during setup

Node has NO matching attributes OR eligibility has been forced to false during setup

Returned value has final set to true

Call directive.execute()

Notify any misuses IF applicable (e.g. conflicts, duplicates, etc.)

Replace current node reference IF present in returned value

Update state IF present in returned value

Update context IF present in returned value

Recursively call rendering on node children

Directives cleanup

Call directive.cleanup()

\ No newline at end of file +
Element rendering

Node is an Element OR Node is in cache

Resolve source node IF in cache

Directives setup

Returned value is false

Call directive.setup()

Update state IF present in returned value

Set forced eligibility IF present in returned value

Directives execution

Node has a matching attribute OR eligibility has been forced to true during setup

Node has NO matching attributes OR eligibility has been forced to false during setup

Returned value has final set to true

Call directive.execute()

Notify any misuses IF applicable (e.g. conflicts, duplicates, etc.)

Replace current node reference IF present in returned value

Update state IF present in returned value

Update context IF present in returned value

Recursively call rendering on node children

Directives cleanup

Call directive.cleanup()

\ No newline at end of file