Reputation: 7193
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>
Upvotes: 0
Views: 315
Reputation: 6972
This is a known bug of Opera which is our bug reporting system with the id DSK-357174.
Upvotes: 1