SalladShooter / phyal

Quickly build websites without the hassle of HTML
https://phyal.vercel.app/
MIT License
34 stars 3 forks source link

Added many more tags & discovered a few issues #36

Closed Carbon32 closed 1 month ago

Carbon32 commented 1 month ago

I've managed to implement the support for many HTML tags, the problem is some tags cannot be well implemented (matter of fact, there may be better ways to implement them) because of the large amount of attributes associated with them. Implementing del is going to be tricky too due to Python having the keyword "del" reserved. Also the attributes properly work now.