We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 032f0e1 commit 2d99565Copy full SHA for 2d99565
1 file changed
web/README.md
@@ -1,9 +1,12 @@
1
# Web
2
3
- Avoid rendering delays caused by synchronous loading.
4
+
5
- Use HTTPS instead of HTTP when linking to assets.
6
7
- Prefer using a UTF-8 charset
-- Avoid targeting specific browsers and aim for [baseline feature support]
8
9
+- Avoid targeting specific browsers and aim for [baseline feature support][]
10
which means that features are widely available across major browsers.
11
12
[baseline feature support]: https://web-platform-dx.github.io/web-features/
0 commit comments