Skip to content
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 number of "complex" selectors by attribute metric #7

Closed
macbre opened this issue Dec 20, 2013 · 1 comment · Fixed by #39
Closed

Add number of "complex" selectors by attribute metric #7

macbre opened this issue Dec 20, 2013 · 1 comment · Fixed by #39
Assignees
Milestone

Comments

@macbre
Copy link
Owner

macbre commented Dec 20, 2013

complexSelectorsByAttribute to be a number of selectors by attribute's value with "regular expressions matching" (img[src$=.jpg])

W3C spec:

case '~=': // contains value in a whitespace-separated list of words
case '|=': // starts with value or value-
case '^=': // starts with
case '$=': // ends with
case '*=': // contains
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant