Document: alinkColor プロパティ
Deprecated
Avoid using this feature in new projects. Document color attributes are superseded by CSS. This feature may be a candidate for removal from web standards or browsers.>
Consider using the following features instead: background-color、Color、CSS object model、またはgetComputedStyle().>
文書本文のアクティブなリンクの色を取得または設定します。リンクは mousedown と mouseup イベントの間にアクティブになります。
値
文字列で、色の名前 (blue, darkblue, など) または色の 16 進値 (#0000FF など) が入ります。
メモ
Mozilla Firefox では、このプロパティの既定値は赤 (16 進で #ee0000) です。
document.alinkColor は DOM Level 2 HTML で非推奨となっています。代替方法の一つは CSS セレクターの :active です。
他の代替手段として document.body.alink がありますが、上記の CSS による代替手段が設置されたため HTML 4.01 で非推奨となっています。
Firefox は alinkColor/:active および :focus の両方に対応しています。
仕様書
| 仕様書 |
|---|
| HTML> # dom-document-alinkcolor> |