This commit is contained in:
Fabio Pliger
2024-02-27 10:42:25 -06:00
parent 3654160b65
commit 850f8c6651
14 changed files with 33 additions and 20 deletions

View File

@@ -1,8 +1,9 @@
from textwrap import dedent
from pyscript import document, when, window
from pyweb import JSProperty, js_property, pydom
from pyscript import document, when, window
# Global attributes that all elements have (this list is a subset of the official one)
# and tries to capture the most used ones
GLOBAL_ATTRIBUTES = [