Skip to content

Commit 1e8ac0c

Browse files
committed
1 parent 57bd96c commit 1e8ac0c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/html_types.mli

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,8 @@ type formassociated = [ | listed | `Progress | `Meter | `Label ]
427427
type subresource_integrity = [ | `Crossorigin | `Integrity ]
428428
(** @see <https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity> *)
429429

430+
type script_supporting = [ | `Script | `Template ]
431+
430432
(** Transparent elements.
431433
Such elements have a part of they children in their data
432434
and behaves like them. We could do something like [a: 'a elt list -> 'a elt]

0 commit comments

Comments
 (0)