Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

CSSStyleSheet.deleteRule()

Dit artikel heeft een redactionele beoordeling nodig. Hoe u kunt helpen.

Deze vertaling is niet volledig. Help dit artikel te vertalen vanuit het Engels.

De CSSStyleSheet.deleteRule() methode verwijdert een stijlregel van het pas gebruikte CSS bestand.

Zinsbouw

stylesheet.deleteRule(index) 

Parameters

  • Index is een lang nummer dat de positie van regel aangeeft.

Teruggekeerde waarde

Void. (Niets)

Voorbeeld

 myStyles.deleteRule(0);

Specificaties

Specificatie Status Comment
CSS Object Model (CSSOM)
The definition of 'CSSStyleSheet.deleteRule()' in that specification.
Working Draft  
Document Object Model (DOM) Level 2 Style Specification
The definition of 'CSSStyleSheet.deleteRule()' in that specification.
Recommendation Eerste definitie

Browser compatibiliteit

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari (WebKit)
Basis support (Yes) (Yes) 9.0 (Yes) (Yes)
Feature Android Firefox Mobile (Gecko) IE Phone Opera Mobile Safari Mobile

Basis support

(Yes) (Yes) (Yes) (Yes) (Yes)

Legacy browser support

  • Internet Explorer - pre v9

    removeRule([index]);  --  Example: removeRule(); // remove first rule

    Also note the non-standard addRule() and .rules instead of insertRule() and .cssRules respectively.

Zie ook

Documentlabels en -medewerkers

 Aan deze pagina hebben bijgedragen: Jantje19
 Laatst bijgewerkt door: Jantje19,