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

Deprecated media attribute #181

Description

@Scrumplex

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions