Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 470 Bytes

TODO.md

File metadata and controls

22 lines (11 loc) · 470 Bytes

Neutron to-dos list

Javascript compatibility

  • 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)

Other

  • Improve the HTMLelement attribute system to avoid looping trough all HTMLelementAttributes at creation

(In elements.py)

COMPLETED TO-DOS

  • JavaScript-Python bridge