-
Notifications
You must be signed in to change notification settings - Fork 0
Active Development Information
Julien Etienne edited this page Jan 31, 2024
·
2 revisions
This is where you can find reasonings to why some things are included or left out. It's also important to challenge various aspects that can impact security. Please do reference and query anything that may be of concern.
Because xk pre-generates a makup-string in the sandbox-DOM, the tree-walker is only showing valid markup attributes. Therefore empty attributes do not need to be checked for danger as they are already validated by the sandbox DOM.
Partially applied functions are typically less resource hungry. This will need to be benchmarked.