Fecha de publicación: 2007/12/22
The target-new CSS property allows the target of a link to be set to a new window or new tab in the browser. It is equivalent to the target HTML attribute.
It have three possible values
Example:
div p a {target-new: tab;}
The link which fits the selector will open in new tab.
Fecha de publicación: 2007/12/05
La propiedad target-new sirve para definir el destino del enlace a ventana nueva o a nueva pestaña (se podría decir que equivale al atributo target).
Tiene tres posibles valores:
Un ejemplo:
div p a {target-new: tab;}
El enlace que corresponda al selector del ejemplo abrirá en una nueva pestaña.