web-api-manager/data/standards/CSS-OM.json

26 lines
762 B
JSON
Raw Normal View History

{
"info": {
"name": "CSS Object Model (CSSOM)",
"subsection_number": null,
"subsection_name": null,
"url": "https://drafts.csswg.org/cssom/"
},
"features": [
"CSS.escape",
"Document.prototype.caretPositionFromPoint",
"Document.prototype.elementFromPoint",
"Element.prototype.getBoundingClientRect",
"Element.prototype.getClientRects",
"Element.prototype.scroll",
"Element.prototype.scrollBy",
"Element.prototype.scrollIntoView",
"Element.prototype.scrollTo",
"MediaList.prototype.appendMedium",
"MediaList.prototype.deleteMedium",
"MediaList.prototype.item",
"MediaQueryList.prototype.addListener",
"MediaQueryList.prototype.removeListener",
"StyleSheetList.prototype.item"
]
}