CSS property: target-position

Description

The 'target-position' property indicates where a new destination (if any) is created.

Syntax

Versions

Examples

a {
    target-name: new;
    target-new: window;
    target-position: front;
}