Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/css/37.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
CSS";字间距“;不在Opera中工作的输入元素的属性_Css_Forms_Opera - Fatal编程技术网

CSS";字间距“;不在Opera中工作的输入元素的属性

CSS";字间距“;不在Opera中工作的输入元素的属性,css,forms,opera,Css,Forms,Opera,在Opera中不起作用的输入元素的CSS字间距属性 我做错什么了吗?这是有效的还是无效的 <!DOCTYPE html> <html dir="ltr" lang="en"> <head> <meta charset="utf-8"/> <title>Input word spacing test</title> <style> in

在Opera中不起作用的
输入
元素的CSS
字间距
属性

我做错什么了吗?这是有效的还是无效的

<!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>

输入字间距测试
输入
{
字间距:20px;
}

这是Opera的一个已知缺陷,Opera是我们的缺陷报告系统,id为DSK-357174

尝试将
type=“text/css”
添加到该
标记中。可能无法修复,但无论如何,这是一个很好的实践。@Zenexer,是的,仍然不工作。它在其他浏览器中正常工作吗?根据Opera的说法,是一辆带有单词间距属性的小马车。@chipcullen,是的。它适用于其他浏览器。这就是为什么我特别提到歌剧,是我提交的。感谢您确认这是一个bug。