该网站说,它的支持,但下面的样式不会呈现。
<style type="text/css">
a[href="#"]{outline:#f00 dotted 2px !important}
</style>
然而,以下情形将导致
<style type="text/css">
a[href="#"]{border:#f00 dotted 2px !important}
</style>
这里是我的文档
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>...</title>
<link type="text/css" rel="stylesheet" href="../content/style.css" />
</head>
<body>...</body>
</html>