I'm seeing some behavior I can't figure out. I don't know if this is expected or not. I'm not getting much info from the CSSOM spec.
I'm creating new sheets and setting the title new CSSStyleSheet( {title: "SheetName"} ). It constructs and sets the title. I can work with it in code and have it adopted, but it doesn't apply its behavior (it is enabled). The CSSOM spec says title can have something to do with StyleSheetSets. I'm not able to find any info on these, other than they seem to define groups of sheets by the title and are used to work with disabled. Am I missing something or is this a browser issue? TY
I'm seeing some behavior I can't figure out. I don't know if this is expected or not. I'm not getting much info from the CSSOM spec.
I'm creating new sheets and setting the title
new CSSStyleSheet( {title: "SheetName"} ). It constructs and sets the title. I can work with it in code and have it adopted, but it doesn't apply its behavior (it is enabled). The CSSOM spec saystitlecan have something to do with StyleSheetSets. I'm not able to find any info on these, other than they seem to define groups of sheets by thetitleand are used to work withdisabled. Am I missing something or is this a browser issue? TY