IStyleSheet.Title

IStyleSheet.Title property

The title property of the StyleSheet interface returns the advisory title of the current style sheet.

The title is often specified in the ownerNode.

public string Title { get; }

Property Value

The parentStyleSheet attribute must return the parent CSS style sheet.

Remarks

CSSOM defines APIs (including generic parsing and serialization rules) for Media Queries, Selectors, and of course CSS itself.

Reference

CSS Working Group - The CSS Working Group is the W3C working group chartered to develop Cascading Style Sheets (CSS).CSS Object Model (CSSOM) - CSSOM defines APIs (including generic parsing and serialization rules) for Media Queries, Selectors, and of course CSS itself.CSS Object Model (CSSOM) # dom-stylesheet-title – The CSSOM definition.

See Also