[Webkit-unassigned] [Bug 38772] New: :before and :after do not work on input[type=text]
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri May 7 13:29:05 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=38772
Summary: :before and :after do not work on input[type=text]
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: NEW
Keywords: HasReduction
Severity: Normal
Priority: P2
Component: CSS
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: arv at chromium.org
We currently do not support :before and :after for input[type=text].
<style>
.a:before {
content: "before ";
}
.a:after {
content: " after";
}
</style>
<input class=a>
<span class=a>span</span>
http://www.plexode.com/cgi-bin/eval3.py#ht=%3Cstyle%3E%0A.a%3Abefore%20%7B%0A%20%20content%3A%20%22before%20%22%3B%0A%7D%0A.a%3Aafter%20%7B%0A%20%20content%3A%20%22%20after%22%3B%0A%7D%0A%3C%2Fstyle%3E%0A%0A%3Cinput%20class%3Da%3E%0A%3Cspan%20class%3Da%3Espan%3C%2Fspan%3E&ohh=1&ohj=1&jt=&ojh=1&ojj=1&ms=100&oth=0&otj=0&cex=1
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list