Firefox Tomorrow

web api instance property

HTMLStyleElement: type property

View on MDN ↗

The HTMLStyleElement.type property returns the type of the current style. The value mirrors the HTML <style> element’s type attribute.

Authors should not use this property or rely on the value.

Value

The permitted values are an empty string or a case-insensitive match for “text/css”.

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.

See also