kissgyorgy / compone

Component framework for Python
MIT License
47 stars 0 forks source link

Handle duplicate attributes #14

Open kissgyorgy opened 1 week ago

kissgyorgy commented 1 week ago

https://stackoverflow.com/questions/26341507/can-an-html-element-have-the-same-attribute-twice

Probably should be a TypeError

It can only happen when a Python keyword is used (underscore at the end of the parameter) and mixed with an other non-underscore param with the same name.