Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Deprecated media attribute #181

Open
Scrumplex opened this issue Jun 4, 2019 · 0 comments
Open

Deprecated media attribute #181

Scrumplex opened this issue Jun 4, 2019 · 0 comments

Comments

@Scrumplex
Copy link

webapp-webpack-plugin utilizes media attributes, that are deprecated.
Example:

<link rel="apple-touch-startup-image" media="(device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1)" href="/apple-touch-startup-image-320x460.png">

This example contains the device-width and device-height which are both deprecated in favour of width and height. [1]

These should therefore be replaced accordingly.

Validator I used: https://validator.w3.org/nu/?doc=https%3A%2F%2Fscrumplex.net&submit=Check

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant