File tree Expand file tree Collapse file tree
assets/javascripts/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,9 +64,9 @@ Another driving factor is performance and the fact that everything happens in th
6464DevDocs being a developer tool, the browser requirements are high:
6565
6666* Recent versions of Firefox, Chrome, or Opera
67- * Safari 9 .1+
68- * Edge 16 +
69- * iOS 10 +
67+ * Safari 11 .1+
68+ * Edge 17 +
69+ * iOS 11.3 +
7070
7171This allows the code to take advantage of the latest DOM and HTML5 APIs and make developing DevDocs a lot more fun!
7272
Original file line number Diff line number Diff line change @@ -57,9 +57,9 @@ app.templates.unsupportedBrowser = """
5757 <p class="_fail-text">DevDocs is an API documentation browser which supports the following browsers:
5858 <ul class="_fail-list">
5959 <li>Recent versions of Firefox, Chrome, or Opera
60- <li>Safari 9 .1+
61- <li>Edge 16 +
62- <li>iOS 10 +
60+ <li>Safari 11 .1+
61+ <li>Edge 17 +
62+ <li>iOS 11.3 +
6363 </ul>
6464 <p class="_fail-text">
6565 If you're unable to upgrade, we apologize.
Original file line number Diff line number Diff line change 1212 < ul class ="_fail-list ">
1313 < li > Recent versions of Firefox, Chrome, or Opera</ li >
1414 < li > Safari 11.1+</ li >
15- < li > Edge 16 +</ li >
15+ < li > Edge 17 +</ li >
1616 < li > iOS 11.3+</ li >
1717 </ ul >
1818 < p class ="_fail-text ">
You can’t perform that action at this time.
0 commit comments