Enables the style sheets matching the specified name in the current style sheet set, and disables all other style sheets (except those without a title, which are always enabled).
document.enableStyleSheetsForSet(name)
name
name
parameter to disable all alternate and preferred style sheets (but not the persistent style sheets; that is, those with no title
attribute).null
name
has no effect; if you want to disable all alternate and preferred style sheets, you must pass "", the empty string.document.lastStyleSheetSet
or document.preferredStyleSheetSet
.document.enableStyleSheetsForSet("Some style sheet set name");
enableStyleSheetsForSet()
and setting document.selectedStyleSheetSet
directly.Stylesheet
document.styleSheets
document.lastStyleSheetSet
document.preferredStyleSheetSet
document.selectedStyleSheetSet
document.enableStyleSheetsForSet()
© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/document/enableStyleSheetsForSet