From 588e25e5d0a30c25ca952ccaa1a2f1f1c92a03f6 Mon Sep 17 00:00:00 2001 From: ​ Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: rescue --- rescue/08/question.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 rescue/08/question.txt (limited to 'rescue/08/question.txt') diff --git a/rescue/08/question.txt b/rescue/08/question.txt new file mode 100644 index 0000000..14d0c36 --- /dev/null +++ b/rescue/08/question.txt @@ -0,0 +1,12 @@ +Question: +Research the date type input control. Is this input type +supported by all major browsers? Note your findings. + +Answer: +It seems to be pretty widely supported by mainstream browsers, +though some features aren't fully implemented in certain browsers. + +Sources: +1. https://caniuse.com/input-datetime +2. https://www.w3schools.com/TAGS/att_input_type_date.asp +3. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/date#browser_compatibility -- cgit 1.4.1