From 7cbe4141ced9cf8409fd33a0eb85541370c7fa6c Mon Sep 17 00:00:00 2001 From: Davinderpal Singh Rehal Date: Sun, 21 Jan 2018 09:51:13 +0300 Subject: [PATCH] fix(challenge): Remove the note about Safari in the HTML5 require (#16546) --- .../01-responsive-web-design/basic-html-and-html5.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/seed/challenges/01-responsive-web-design/basic-html-and-html5.json b/seed/challenges/01-responsive-web-design/basic-html-and-html5.json index ec39f63128..540f439f1b 100644 --- a/seed/challenges/01-responsive-web-design/basic-html-and-html5.json +++ b/seed/challenges/01-responsive-web-design/basic-html-and-html5.json @@ -1694,8 +1694,7 @@ "For example, if you wanted to make a text input field required, you can just add the word required within your input element, like this: <input type=\"text\" required>", "
", "Make your text input a required field, so that your user can't submit the form without completing this field.", - "Then try to submit the form without inputting any text. See how your HTML5 form notifies you that the field is required?", - "Note
This field may not work in Safari Browser." + "Then try to submit the form without inputting any text. See how your HTML5 form notifies you that the field is required?" ], "challengeSeed": [ "

CatPhotoApp

",