Module Html_Attributes.Target

type value = [
| `blank
| `parent
| `self
| `top
]
type t = [
| `blank
| `browsing_context of string
| `parent
| `self
| `top
]
val show : t -> string