I have searched the web a while and I can’t find the answer to my question.
Does WP7 support pseudo-elements like :before and :after?
Does anyone have the answer to this question or can someone point me in the right direction?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Windows Phone 7.0 runs IE Mobile 7 which uses Trident 3.1 (IE’s layout engine) which corresponds to a combination of IE7 and IE8 on the desktop. It’s not clear whether this means the
:beforeand:afterpseudo-elements are supported, though. Wikipedia seems to subtly hint at the contrary.Windows Phone 7.5 “Mango” runs IE Mobile 9 (there is no IE Mobile 8) which uses Trident 5.0 which corresponds to IE9 on the desktop, so you can at least expect support on IE in that version.