Document:vlinkColor 属性
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().>
Document.vlinkColor 属性用于获取或设置文档中用户已访问链接的颜色。
值
表示颜色的单词(例如 "red")或十六进制值(例如 "#ff0000")的字符串。
当设置为 null 值时,该 null 值会被转换为空字符串 (""),因此 document.vlinkColor = null 等同于 document.vlinkColor = ""。
备注
规范
| 规范 |
|---|
| HTML> # dom-document-vlinkcolor> |