Add support for case sensitivity in attribute selector by Aditi-1400 · Pull Request #116 · phax/ph-css
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 27
Merged
Add support for case sensitivity in attribute selector#116
phax merged 1 commit intophax:masterfrom
Add support for case sensitivity in attribute selector#116
phax merged 1 commit intophax:masterfrom
Conversation
Copy link
Contributor
This adds support for the case sensitivity flag: https://developer.mozilla.org/en-US/docs/Web/CSS/Attribute_selectors#s in the parser for selectors like: [foo="bar" i] and [foo="bar" s].
Aditi-1400 commented Oct 28, 2025
ph-css/src/main/jjtree/ParserCSS30.jjt
Show resolved
Hide resolved
ph-css/src/main/jjtree/ParserCSS30.jjt Show resolved Hide resolved
phax added a commit that referenced this pull request
Oct 28, 2025This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment