Open
Description
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.