GithubHelp home page GithubHelp logo

Add support for @supports about css-validator HOT 6 CLOSED

w3c avatar w3c commented on August 12, 2024 2
Add support for @supports

from css-validator.

Comments (6)

marcoscaceres avatar marcoscaceres commented on August 12, 2024

... or maybe change this to warning, instead of an error. It's preventing specs written using ReSpec from passing pub rules.

from css-validator.

palemieux avatar palemieux commented on August 12, 2024

See https://jigsaw.w3.org/css-validator/validator?uri=https://www.w3.org/TR/2017/WD-ttml-imsc1.0.1-20170323/

from css-validator.

ylafon avatar ylafon commented on August 12, 2024

Work started in the 'supports' branch, but not finished yet (as it require deeper changes than a regular @ rule)

from css-validator.

marcoscaceres avatar marcoscaceres commented on August 12, 2024

@ylafon, great to hear. I'm wondering why @ supports is an error tho?

from css-validator.

devpaps avatar devpaps commented on August 12, 2024

I got a error today for @supports...

from css-validator.

raducoravu avatar raducoravu commented on August 12, 2024

+1 for supporting "@supports". Like in:

        @supports (display: grid){
            body{
                display: grid;
                grid-template-rows: 100px 1fr 40px;
                gird-template-columns: 170px 1fr;
                grid-template-areas: 
                  "abc"
                  "def"
                  "hij";
            }
            header {
                grid-area: header;
            }
        }

from css-validator.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.