Deprecated : The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
Interface HTMLAreaElement
Interface HTMLAreaElement
継承元:
HTMLElement
プロパティ:
accessKey ,
alt ,
coords ,
href ,
noHref ,
shape ,
tabIndex ,
target
メソッド:
クライアントサイドイメージマップのエリア定義。 HTML 4.01 の
AREA 要素の定義 を参照。
プロパティ:
htmlareaelementObject .accessKey
DOMString 型
htmlareaelementObject .alt
DOMString 型
この要素の標準的な内容をレンダリングしないユーザーエージェント向けの代替テキスト。 HTML 4.01 の
alt 属性の定義 を参照。
htmlareaelementObject .coords
DOMString 型
カンマで区切られた長さのリストで、アクティブな領域を幾何学的に定義する。領域の形状
shape も参照。
HTML 4.01 の
coords 属性の定義 を参照。
htmlareaelementObject .href
DOMString 型
htmlareaelementObject .noHref
boolean型
関連アクションを持たないなど、エリアがアクティブにならないことを指定。 HTML 4.01 の
nohref 属性の定義 を参照。
htmlareaelementObject .shape
DOMString 型
アクティブなエリアの形状。調整は
coords で与えられる。 HTML 4.01 の
shape 属性の定義 を参照。
htmlareaelementObject .tabIndex
long型
htmlareaelementObject .target
DOMString 型
IDL 定義:
interface HTMLAreaElement : HTMLElement {
attribute DOMString accessKey;
attribute DOMString alt;
attribute DOMString coords;
attribute DOMString href;
attribute boolean noHref;
attribute DOMString shape;
attribute long tabIndex;
attribute DOMString target;
};
Issued: 2003-01-12 /
Revised: 2016-12-15 /
All rights reserved. © 2002-2016 TAKI