We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57bd96c commit 1e8ac0cCopy full SHA for 1e8ac0c
lib/html_types.mli
@@ -427,6 +427,8 @@ type formassociated = [ | listed | `Progress | `Meter | `Label ]
427
type subresource_integrity = [ | `Crossorigin | `Integrity ]
428
(** @see <https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity> *)
429
430
+type script_supporting = [ | `Script | `Template ]
431
+
432
(** Transparent elements.
433
Such elements have a part of they children in their data
434
and behaves like them. We could do something like [a: 'a elt list -> 'a elt]
0 commit comments