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
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,10 @@ Choose one of the following options:
83
83
* Extensive documentation.
84
84
85
85
## Browser support
86
-
You can find our range of supported browsers in our [package.json](https://github.com/h5bp/html5-boilerplate/blob/main/package.json#L56-L62)
86
+
HTML5-Boilerplate supports the latest, stable releases of all major browsers.
87
+
88
+
You can find our range of supported browsers in our [package.json](https://github.com/h5bp/html5-boilerplate/blob/main/package.json#L56-L62) At present we extend the [browserlist default](https://github.com/browserslist/browserslist#full-list) with the addition of IE 11 and [FireFox ESR.](https://www.mozilla.org/en-US/firefox/enterprise/)
89
+
87
90
```json
88
91
"browserslist": [
89
92
"> 0.5%",
@@ -93,6 +96,7 @@ You can find our range of supported browsers in our [package.json](https://githu
93
96
"IE 11"
94
97
],
95
98
```
99
+
96
100
## Documentation
97
101
98
102
Take a look at the [documentation table of contents](dist/doc/TOC.md). This
0 commit comments