16 lines
449 B
JSON
16 lines
449 B
JSON
{
|
|
"info": {
|
|
"name": "Selectors API Level 1",
|
|
"subsection_number": null,
|
|
"subsection_name": null,
|
|
"url": "https://www.w3.org/TR/selectors-api"
|
|
},
|
|
"features": [
|
|
"Document.prototype.querySelector",
|
|
"Document.prototype.querySelectorAll",
|
|
"DocumentFragment.prototype.querySelector",
|
|
"DocumentFragment.prototype.querySelectorAll",
|
|
"Element.prototype.querySelector",
|
|
"Element.prototype.querySelectorAll"
|
|
]
|
|
}
|