Movatterモバイル変換


[0]ホーム

URL:


  1. Web
  2. Web APIs
  3. SVGAElement
  4. target

SVGAElement: target property

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since ⁨July 2015⁩.

TheSVGAElement.target read-only property ofSVGAElement returns anSVGAnimatedString object that specifies the portion of a target window, frame, pane into which a document is to be opened when a link is activated.

This property is used when there are multiple possible targets for the ending resource, like when the parent document is a multi-frame HTML or XHTML document.

Value

AnSVGAnimatedString indicating the ending resource target that opens the document when the link is activated. Seetarget for valid values.

Examples

The code is taken from the"SVGAElement example code"

js
// …const linkRef = document.querySelector("a");linkRef.target = "_blank";// …

Specifications

Specification
Scalable Vector Graphics (SVG) 2
# __svg__SVGAElement__target

Browser compatibility

See also

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp