Skip to main content

Search and Top Navigation

#9511 closed bug (notabug)

Opened August 23, 2013 04:03AM UTC

Closed August 23, 2013 12:53PM UTC

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 "::".

Attachments (0)
Change History (1)

Changed August 23, 2013 12:53PM UTC by scottgonzalez comment:1

resolution: → notabug
status: newclosed

I'm not sure why your version of Chrome is complaining about that, but it's certainly not something we're going to change.