- Finish adding all DOM methods
(Inside the window class in __init__.py
, DOM method: i.e getElementById)
- Finish adding all HTMLelement attributes
(In elements.py
, for example HTMLelement.style attribute)
- Improve the HTMLelement attribute system to avoid looping trough all HTMLelementAttributes at creation
(In elements.py
)
- JavaScript-Python bridge