]> code.delx.au - gnu-emacs-elpa/blobdiff - meta.rnc
Allow the "nonce" attribute
[gnu-emacs-elpa] / meta.rnc
index ad5e2f1030aa5a0b65ca48d2dbe552e945393ae1..e97e0dee3a0a3c59722f7ac125801b534ce002a0 100644 (file)
--- a/meta.rnc
+++ b/meta.rnc
@@ -199,6 +199,7 @@ datatypes w = "http://whattf.org/datatype-draft"
                (       common.attrs
                &       style.attrs.type?
                &       style.attrs.media?
+               &       style.attrs.nonce?
                #       style.attrs.title included in common.attrs
                &       (       common.attrs.aria.role.presentation
                        |       common.attrs.aria.role.menuitem
@@ -212,6 +213,10 @@ datatypes w = "http://whattf.org/datatype-draft"
                        attribute media {
                                common.data.mediaquery
                        }
+               style.attrs.nonce =
+                       attribute nonce{
+                               string
+                       }
        style.inner =
                ( common.inner.anything )