Giter Club home page Giter Club logo

Comments (4)

leeoniya avatar leeoniya commented on May 19, 2024 1

yeah, so this was a bug in the selector tokenizer. it was splicing the pseudos into the wrong position. that m you posted above definitely looked wrong. the specific fix was line 39. that commit also includes a tweak to the attr regex to ignore surrounding single quotes around values (for normalization); before, only double quotes were ignored.

thanks!

from dropcss.

leeoniya avatar leeoniya commented on May 19, 2024

yeah that's the general idea. it would be useful to add some context to the error like pos, previous token (or prev x chars) and next x chars.

you can try temporarily undoing the <br/> fix with these guards in place and see if it makes the problem diagnosis trivial, too.

from dropcss.

heygrady avatar heygrady commented on May 19, 2024

BTW, the repl.it link is the same but the html/css it's testing has changed. I think that wasn't clear.

Anyway, not sure why but the issue is that find is looping forever.

https://github.com/leeoniya/dropcss/blob/master/src/find.js#L186-L187

			// if you count down the idx by default it will finish
			default:
				ctx.idx--;

m looks like this:

["body","_"," ","input","_",["'color'","=","type","["],["'date'","=","type","["],"not",":",["'week'","=","type","["],"not",":",["'range'","=","type","["],"not",":",["'radio'","=","type","["],"not",":",["'month'","=","type","["],"not",":",["'checkbox'","=","type","["],"not",":","not",":"]

from dropcss.

leeoniya avatar leeoniya commented on May 19, 2024

reduced initial testcase for this to:

<body><input></body>
body input:not([type='color']):not([type='checkbox']) {}

:not at least 2 times on a descendant element appears to be the necessary pre-condition to trigger this.

from dropcss.

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.