Наши волонтёры ещё не перевели данную статью на Русский. Присоединяйтесь к нам и помогите сделать эту работу!
Вы можете также прочитать эту статью на English (US).
The selectedStyleSheetSet
property indicates the name of the style sheet set that's currently in use.
Syntax
currentStyleSheetSet = document.selectedStyleSheetSet; document.selectedStyleSheet = newStyleSheetSet;
On return, currentStyleSheetSet
indicates the name of the style sheet set currently in use. You can also set the current style sheet set using this property.
Setting the value of this property is equivalent to calling document.enableStyleSheetsForSet()
with the value of currentStyleSheetSet
, then setting the value of lastStyleSheetSet
to that value as well.
disabled
attribute on style sheets will affect the value of this attribute.Example
console.log('Current style sheet set: ' + document.selectedStyleSheetSet); document.selectedStyleSheetSet = 'Some other style sheet';
Specifications
Browser compatibility
Desktop | Mobile | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Basic support | Chrome Full support Yes | Edge ? | Firefox Full support Yes | IE ? | Opera ? | Safari ? | WebView Android Full support Yes | Chrome Android Full support Yes | Edge Mobile ? | Firefox Android Full support Yes | Opera Android ? | Safari iOS ? | Samsung Internet Android ? |
Legend
- Full support
- Full support
- Compatibility unknown
- Compatibility unknown