Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAttribute selector should treat values of some attributes as case-insensitive #15006
Labels
Milestone
Comments
|
Do we have tests? |
|
Gecko has a preliminary test for this: https://dxr.mozilla.org/mozilla-central/source/layout/style/test/test_bug357614.html But I think it's worth writing a more complete one in wpt. |
|
It seems to have been fixed by #16915. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See Case-sensitivity of selectors secion in the HTML spec, values of some attributes need to be treated as case-insensitive when applying attribute selector.
Servo currently doesn't match this requirement.