Git Product home page Git Product logo

Comments (5)

sapphonie avatar sapphonie commented on July 30, 2024

Please fix this, I am also being affected by it.
Specifically, the validator fails to recognize that
calc(100% / 3)
is valid css. I get this error:
Value Error : width Parse Error calc(100% / 3)

from css-validator.

abursill avatar abursill commented on July 30, 2024

So was this fixed or ignored and closed by admin

from css-validator.

ylafon avatar ylafon commented on July 30, 2024

Fixed, see above PR link.

from css-validator.

sapphonie avatar sapphonie commented on July 30, 2024

It doesn't seem to be fixed, https://jigsaw.w3.org/css-validator/validator?uri=thesqrtminus1.com&profile=css3&usermedium=all&warning=1&vextwarning=&lang=en still gives me 3 errors, all related to calc()

from css-validator.

ylafon avatar ylafon commented on July 30, 2024

From https://www.w3.org/TR/2015/CR-css-values-3-20150611/#calc-type-checking
[[[
A math expression has a resolved type
, which is one of <length>, <frequency>, <angle>, <time>, <number>, or <integer>. The resolved type must be valid for where the expression is placed; otherwise, the expression is invalid. The resolved type of the expression is determined by the types of the values it contains. <number-token>s are of type <number> or <integer>. A <dimension-token>’s type is given by its unit (cm is <length>, deg is <angle>, etc.). An attr() expression’s type is given by its <type-or-unit> argument.

If percentages are accepted in the context in which the expression is placed, a <percentage-token> has the type of the value that percentages are relative to; otherwise, a math expression containing percentages is invalid.
]]]

I read this as resolved type "percentage" is not allowed, which is the error you see.

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.