From e88f0a26216e6e0adb1acc9b0894bf524e93a9ad Mon Sep 17 00:00:00 2001 From: SaintPeter Date: Sat, 23 Jan 2016 09:13:11 -0800 Subject: [PATCH] Fix Browser Zoom Related Issues Some browsers have issues detecting exact font and image sizes when zoomed in or out. Prior workarounds have failed and we don't want to use regular expressions, which have many defeciencies. For the short term we will add a note to the affected challenges that the browser zoom must be at 100% Closes #6397 Closes #6242 Tested Locally --- .../html5-and-css.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/seed/challenges/01-front-end-development-certification/html5-and-css.json b/seed/challenges/01-front-end-development-certification/html5-and-css.json index 6030d7260c..3bb1e0f89d 100644 --- a/seed/challenges/01-front-end-development-certification/html5-and-css.json +++ b/seed/challenges/01-front-end-development-certification/html5-and-css.json @@ -476,7 +476,8 @@ "Font size is controlled by the font-size CSS property, like this:", "
h1 {
  font-size: 30px;
}
", "Create a second p element with the following kitty ipsum text: Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.", - "Inside the same <style> tag that we created for your red-text class, set the font-size of all p elements to 16 pixels (16px)." + "Inside the same <style> tag that we created for your red-text class, set the font-size of all p elements to 16 pixels (16px).", + "Note
Due to browser implementation differences, you may need to be at 100% zoom to pass the tests on this challenge." ], "challengeSeed": [ "