CSS target-new Property

Description

The target-new property determines what new target destination (if any) is created.

The target-new property has been deprecated or is no longer in any CSS working groups.

Initial value
window
Applies to
Hyperlinks
Inherited
No
Computed value
Specified value
Animatable
No
JavaScript syntax
object.style.targetNew

Syntax

target-new: window | tab | none

Values

  • windowThe target is displayed in a new window.
  • tabThe target is displayed in a new tab of an existing window.
  • noneNo new destination is created. The target is not displayed.

Example

.class {
   target-new: tab; 
}

Browser Support

The following table will show you the current browser support for the CSS target-new property.

Desktop
Edge Chrome Firefox Opera Safari
?????
Tablets / Mobile
Chrome Firefox Opera Safari Samsung Webview
??????