0

図面に href と target パラメータを含むテキストとして作成されたリンクがあります。TARGET が存在していることがわかりますが、リンクをクリックした後でも、Target が「_blank」に設定されているにもかかわらず、現在のウィンドウで開きます。私のブラウザは現在の Chrome 23.whatever です。ページに表示される内容は次のとおりです。

<a style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0);" xlink:href="http://www.google.com" xlink:target="_blank">
<text style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0); text-anchor: start; font-style: normal; font-variant: normal; font-weight: normal; font-size: 14pt; line-height: normal; font-family: Arial; opacity: 1;" x="275.8000030517578" y="157.31666564941406" text-anchor="start" font="14pt &quot;Arial&quot;" stroke="none" fill="#0070c0" opacity="1">
<tspan style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0);">
This is the link to Google
</tspan></text></a>
4

1 に答える 1

0

xlink:show 属性がありますが、これは単なるターゲット(xlink なし) です。

于 2012-11-20T14:26:13.733 に答える