Do both of these media attributes values mean the same thing below? If not what does each mean? And are they both valid?
<source src="music.mp3" media="screen, (color)">
<source src="music.mp4" media="screen and (color)">
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.
http://dev.w3.org/csswg/css3-mediaqueries/
They are not equivalent. The comma means OR, not AND. An
andin the query means both sides of the test must be true to match. ie: