Uploaded image for project: 'phpBB3'
  1. phpBB3
  2. PHPBB3-13992

Fix html5 error from output on w3.org its new validator

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 3.1.5
    • 3.1.7-RC1
    • Styles
    • None

    Description

      https://validator.w3.org/nu/ when checking the default prosilver style will output some errors for the media quires added through extensions or found in the vanilla template in overall_header.html.

      The error will be something like;

      Error: Bad value all and (max-width: 700px), all and (max-device-width: 700px) for attribute media on element link: Deprecated media feature max-device-width. For guidance, see the Deprecated Media Features section in the current Media Queries specification.
      From line 20, column 1; to line 20, column 158
      lesheet"><link href="./styles/prosilver/theme/responsive.css?assets_version=18" rel="stylesheet" media="all and (max-width: 700px), all and (max-device-width: 700px)">

      I fixed this on my own style but just thought I'd let you guy know about this so it can be patched.

      Attachments

        Activity

          People

            Marc Marc
            master412160 Max Pen [X] (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: