word-spacing
元素的CSS input
属性在Opera
我做错了吗?这是有效还是无效?
<!DOCTYPE html>
<html dir="ltr" lang="en">
<head>
<meta charset="utf-8"/>
<title>Input word spacing test</title>
<style>
input
{
word-spacing: 20px;
}
</style>
</head>
<body>
<article>
<input type="text" value="This is a test."/>
</article>
</body>
</html>
答案 0 :(得分:1)
这是Opera的一个已知错误,它是我们的错误报告系统,ID为DSK-357174。