-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for case-insensitive attribute selectors #3027
Comments
Oh, no: changing labels since it's not in CSS3 (just a CSS4 draft). |
Yep, it is in working draft, but browsers seem to support it already (tested in Chrome 55 and Firefox 51). |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Was there any resolution for this? Haven't found a way to use case-insensitive with LESS yet. a[href$=".pdf" i] { ... } Thanks! |
For reference: https://caniuse.com/#feat=css-case-insensitive |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
activity! |
Activity 2! |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
yeah... well... this is still missing as far as i can tell. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@matthew-dean I’d be happy to take a shot at this but I’ve never touched the codebase before so I’d need a little guidance. Would you be able to point me some files that might handle this? |
@seanCodes Let me know a time you might be on Gitter chat? https://gitter.im/less/less.js |
@matthew-dean you free around 5 PM PST? |
Hey, is it still up for grabs? |
@parasg1999 Currently, yes, unless @seanCodes is still into looking at it. |
@parasg1999 @matthew-dean Yeah, sorry to say life got busy and I wasn’t able to make much progress on this one. |
This should probably be classified as a bug, it breaks compatibility with CSS. |
I’d be happy to take a shot at this but I’ve never touched the codebase before so I’d need a little guidance. Would you be able to point me some files that might handle this? |
@jf-zens Based on my conversation with @matthew-dean the steps are pretty straight-forward:
Just take care to follow the CSS attribute-case spec in your implementation and you’ll be good to go. 👍🏽 |
Hi Team, I want to contribute this project. Shall I start to fix this issue? |
@bharathks005 PRs welcome |
If I'm wrong correct me! I guess, This is the replicate issue no #3027. need to fix the case insensitively issue [I / i] |
According to Mozilla:
This appears not to be supported by Less currently, and results in a compiler error.
The text was updated successfully, but these errors were encountered: