You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"><html><head><title>Escape test</title><link rel="stylesheet" href="c/style-reveal.css" type="text/css"><style type="text/css">p {background-color: red;}p#test\.id {background-color: green;}p.test\.class {background-color: green;}</style></head><body id="www-meyerweb-com" class="css"><p id="test.id">This paragraph should have a green background. If the background is red, then it has not properly parsed the escaped period (.) in the selector.</p><p class="test.class">This paragraph should have a green background. If the background is red, then it has not properly parsed the escaped period (.) in the selector.</p></body></html>