]> code.delx.au - gnu-emacs-elpa/blobdiff - common.rnc
Make minlength checking behave as expected
[gnu-emacs-elpa] / common.rnc
index b105ad785ff19f8b40818f6c061d2fa9de0ffdbd..68d9acc5f28f90fb0300aa71f261c8c25c0580be 100644 (file)
@@ -392,7 +392,15 @@ common.attrs.other =
 
 ## Subresource Integrity
        common.data.integrity =
-               string
+               w:integrity-metadata
+
+## Content Security Policy
+       common.data.content-security-policy =
+               w:content-security-policy
+
+## List of sandbox keywords
+       common.data.sandbox-allow-list =
+               w:string "" | w:sandbox-allow-list
 
 ## Microdata Properties
   common.data.microdata-properties =
@@ -462,6 +470,7 @@ common.attrs.aria.role.separator = ( notAllowed )
 common.attrs.aria.role.slider = ( notAllowed )
 common.attrs.aria.role.spinbutton = ( notAllowed )
 common.attrs.aria.role.status = ( notAllowed )
+common.attrs.aria.role.switch = ( notAllowed )
 common.attrs.aria.role.tab = ( notAllowed )
 common.attrs.aria.role.tablist = ( notAllowed )
 common.attrs.aria.role.tabpanel = ( notAllowed )
@@ -479,6 +488,7 @@ common.attrs.aria.implicit.complementary = ( notAllowed )
 common.attrs.aria.implicit.contentinfo = ( notAllowed )
 common.attrs.aria.implicit.dialog = ( notAllowed )
 common.attrs.aria.implicit.document = ( notAllowed )
+common.attrs.aria.implicit.form = ( notAllowed )
 common.attrs.aria.implicit.group = ( notAllowed )
 common.attrs.aria.implicit.heading = ( notAllowed )
 common.attrs.aria.implicit.img = ( notAllowed )