5 "url": "https://html.spec.whatwg.org",
6 "keywords": ["html", "html5", "html5.1"],
11 "url": "https://dom.spec.whatwg.org",
12 "keywords": ["dom", "dom4"],
17 "url": "https://streams.spec.whatwg.org",
18 "keywords": ["streams api"],
22 "name": "CSS Selectors Level 4",
23 "url": "http://dev.w3.org/csswg/selectors-4/",
24 "keywords": ["css selectors", "selectors"],
28 "name": "CSS Media Queries Level 4",
29 "url": "http://dev.w3.org/csswg/mediaqueries-4/",
30 "keywords": ["css media queries", "media queries"],
37 "name": "Element.closest()",
40 "enabled-by-default": true
42 "url": "https://dom.spec.whatwg.org/#dom-element-closest",
43 "documentation-url": "https://developer.mozilla.org/en-US/docs/Web/API/Element/closest",
44 "webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=137418",
45 "specification": "DOM",
46 "description": "Find the closest ancestor matching the selector passed as argument. The element itself is returned if it matches the selector."
49 "name": "Force Click Events",
51 "status": "Prototyping",
52 "enabled-by-default": true
54 "webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=142836",
55 "description": "Provide the events necessary to handle force click events in the page, overriding the default behavior."
58 "name": "Readable Streams",
60 "status": "In Development",
61 "enabled-by-default": true
63 "url": "https://streams.spec.whatwg.org/#rs",
64 "specification": "Streams"