I'm experimenting with jquery-ui and looking at and cloning some examples. In one example (autocomplete's combobox) I see an anchor (a) element with class ui-widget which gets matched against .ui-widget .ui-widget { css: stuf} in the included css file.
I cloned more or less this example but my version of a.ui-widget matches .ui-widget { other-css: stuff} (as I would expect)
What would make the first example match the double entry in the css file and my cloning single entry.
I don't see any other relevant differences css entries are the same.