You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that HTML5lib is stripping out the required attribute when I try to write HTML5 in Django-CMS. I assume this is because of security concerns inside the html5lib library? The required attribute removes the need for JS validation and I consider it an important attribute in the HTML5 spec. I would be willing to look into what needs to change inside html5lib-python itself if necessary.