Bucket description input validation
Since the <textarea> tag doesn't support the minlength or pattern attribute, the data validation has to be done in JavaScript and the appropriate pseudo classes :valid and :invalid have to be applied.
Edited by Daniel Göbel