CSS word-spacing property for input elements not working in Opera
Am I doing something wrong? Is this valid or invalid?
<!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>
This is a known bug of Opera which is our bug reporting system with the id DSK-357174.