Displaying 2 results from an estimated 2 matches for "aselectors".
Did you mean:
selectors
2006 Apr 15
3
Further problems with rubyt2 on MacOS X (intel)
List,
I''m trying to build wxRuby on MacOS X 10.4.6 (intel). I''ve come across
some of the problems mentioned on the list, i.e. the RubyConstant issue
and the "id" keyword conflict issue. however somethings''s happening
that as far as I can see has not been mentioned on the list. here''s the
first few lines of the build fail report:
2006 Jun 13
0
Code comments?
...i++) { //
Mozilla
var oRules = document.styleSheets[i].rules ||
document.styleSheets[i].cssRules;
for(var j = 0; oRules.length > j; j++) {
var sSelectors = oRules[j].selectorText;
// string of all selectors on this line
var aSelectors = sSelectors.split('','');
// separate all selectors
for(var k=0; k<aSelectors.length; k++) {
if(aSelectors[k] == sSelector) {
oRules[j].style[sProperty] = sValue;
}...