x
1
2
<html lang="en">
3
<head>
4
<style type="text/css">
5
q:lang(en) {
6
quotes: "~" "~" "'" "'";
7
}
8
</style>
9
</head>
10
<body>
11
12
<p><q>This is a <q>big</q> quote.</q>
13
</p>
14
<p><b>注意:</b>当声明了!DOCTYPE 时, IE8 才支持这些属性。</p>
15
</body>
16
</html>