Opened 9 years ago
Closed 9 years ago
#9511 closed bug (notabug)
Invalid CSS selector error reported by Google Chrome
Reported by: | timneilson | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.css-framework | Version: | 1.10.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I was using jquery-ui lightness 1.8 when I first saw the css error being reported. I updated to use 1.10.3, and the error is still being reported by Google Chrome. The error occurs in both the full and min versions of the file.
Error message is "Invalid CSS selector" for this selector rule in the jquery-ui.css files:
/* workarounds */ /* reset extra padding in Firefox, see h5bp.com/l */ input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
border: 0; padding: 0;
}
I'm guessing its due to the double colon "::".
Note: See
TracTickets for help on using
tickets.
I'm not sure why your version of Chrome is complaining about that, but it's certainly not something we're going to change.