https://bugzilla.wikimedia.org/show_bug.cgi?id=25279

--- Comment #5 from Bawolff <bawolff...@gmail.com> 2010-09-24 23:26:11 UTC ---
(In reply to comment #3)
> isn't it just the double : that it is tripping over ? 
> 
> div#simpleSearch input::-webkit-input-placeholder {

Double :: is correct in this case I'm pretty sure. I believe double colon is
for pseudo-elements (ex ::first-child), where single colon is for
pseudo-selectors (ex :hover). (or maybe i have that reversed). Firefox will
report a warning for any css it doesn't recognize. Most commonly you see IE
hacks showing up there for things like zoom: 1.


As a side note, doesn't browser specific css go in its own file usually
(IEfixes.css, etc).

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to