Giter VIP home page Giter VIP logo

Comments (8)

shellscape avatar shellscape commented on August 18, 2024

thanks for the report. would gladly review a PR to resolve this.

from postcss-values-parser.

jacobp100 avatar jacobp100 commented on August 18, 2024

I tried! I couldn’t get my head around the parser. 😟

from postcss-values-parser.

shellscape avatar shellscape commented on August 18, 2024

this week is a little nutty for me, so I may not get to a fix until the weekend.

from postcss-values-parser.

shellscape avatar shellscape commented on August 18, 2024

tracked down the bit of the spec that pertains to this. https://drafts.csswg.org/css-values-3/#calc-syntax. in the future, please do that legwork if you're quoting the spec. I'll see about applying these rules.

from postcss-values-parser.

jacobp100 avatar jacobp100 commented on August 18, 2024

Sorry, I should have linked it! For reference, it's also in the syntax module under <number-token>.

from postcss-values-parser.

shellscape avatar shellscape commented on August 18, 2024

no worries. I'm refactoring the whole thing at the moment to do away with babel, so it'll be a bit until that's done, and then I can tackle the two +/- issues. fwiw, the tokenizer is where the issue is and that's just one big while loop.

from postcss-values-parser.

jacobp100 avatar jacobp100 commented on August 18, 2024

I got that far, I couldn’t figure out how to get wordEnd and wordEndNum to co-operate. Do you have a branch for the refactor?

from postcss-values-parser.

shellscape avatar shellscape commented on August 18, 2024

Yeah I literally just pushed it :) https://github.com/lesshint/postcss-values-parser/blob/es6-refactor/test/number.js are the new tests I've added.

here's where the bit that looks around an operator now lives https://github.com/lesshint/postcss-values-parser/blob/es6-refactor/lib/tokenize.js#L197 that should fix the issue. I've started throwing TokenizeError for things that shouldn't pass validation. and I've been using https://jigsaw.w3.org/css-validator/validator to double check the validation, along with the spec.

from postcss-values-parser.

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.