]> code.delx.au - gnu-emacs-elpa/blobdiff - web-forms.rnc
Allow "minlength"
[gnu-emacs-elpa] / web-forms.rnc
index c58e652485fdf0beca0b328ef5ddf32fa5c785c8..edc00b22848d57e72712db58470664486a8a1b04 100644 (file)
@@ -31,6 +31,11 @@ datatypes w = "http://whattf.org/datatype-draft"
                        common.data.integer.non-negative
                }
 
+       shared-form.attrs.minlength =
+               attribute minlength {
+                       common.data.integer.non-negative
+               }
+
        shared-form.attrs.size = 
                attribute size {
                        common.data.integer.positive