From 8686dd6d17c14985e1f7619288acd418f3d3eafd Mon Sep 17 00:00:00 2001 From: David Dias Date: Sun, 11 Mar 2018 17:33:02 +0100 Subject: [PATCH] Remove x-ua-compatible deprecated --- README.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/README.md b/README.md index 28795341..b90a7670 100644 --- a/README.md +++ b/README.md @@ -72,15 +72,6 @@ Some resources possess an emoticon to help you understand which type of content ``` -* [ ] **X-UA-Compatible:** ![Medium][medium_img] The X-UA-Compatible meta tag is present. - -```html - - -``` - -> * 📖 [Specifying legacy document modes (Internet Explorer)](https://msdn.microsoft.com/en-us/library/jj676915(v=vs.85).aspx) - * [ ] **Viewport:** ![High][high_img] The viewport is declared correctly. ```html @@ -401,7 +392,7 @@ Minimum required xml markup for the `browserconfig.xml` file is as follows: > * 🛠 Use [Kraken.io](https://kraken.io/web-interface) awesome alternative for both png and jpg optimization. Up to 1mb per files on free plan. > * 🛠 [TinyPNG](https://tinypng.com/) losslessly optimise png, apng (animated png) and jpg images. Free and paid version available. > * 🛠 [ZorroSVG](http://quasimondo.com/ZorroSVG/) jpg-like compression for transparent images using svg masking. -> * 🛠 [SVGO](https://github.com/svg/svgo) a Nodejs-based tool for optimizing SVG vector graphics files. +> * 🛠 [SVGO](https://github.com/svg/svgo) a Nodejs-based tool for optimizing SVG vector graphics files. > * 🛠 [SVGOMG](https://jakearchibald.github.io/svgomg/) a web-based GUI version of SVGO for optimising your svgs online.