Modified: trunk/Source/_javascript_Core/features.json (202752 => 202753)
--- trunk/Source/_javascript_Core/features.json 2016-07-01 20:49:31 UTC (rev 202752)
+++ trunk/Source/_javascript_Core/features.json 2016-07-01 20:51:02 UTC (rev 202753)
@@ -36,36 +36,6 @@
"keywords": ["Intl", "Collator", "ECMA-402"]
},
{
- "name": "Resource Timing",
- "status": {
- "status": "In Development",
- "enabled-by-default": false
- },
- "url": "http://www.w3.org/TR/resource-timing/",
- "webkit-url": "https://webkit.org/b/61138",
- "keywords": ["resourcetiming","resource timing","rsrc"],
- "description": "Provides detailed timing information to _javascript_ for sub-resources loaded by the page.",
- "contact": {
- "name": "Jonathan Davis",
- "email": "[email protected]",
- "twitter": "@jonathandavis"
- }
- },
- {
- "name": "Web Animations",
- "status": {
- "status": "Under Consideration"
- },
- "url": "https://www.w3.org/TR/web-animations-1/",
- "keywords": ["web animations"],
- "description": "An API to synchronize with the timing for presentation changes of a web page.",
- "contact": {
- "name": "Jonathan Davis",
- "email": "[email protected]",
- "twitter": "@jonathandavis"
- }
- },
- {
"name": "WebAssembly",
"status": {
"status": "In Development"
Modified: trunk/Source/WebCore/features.json (202752 => 202753)
--- trunk/Source/WebCore/features.json 2016-07-01 20:49:31 UTC (rev 202752)
+++ trunk/Source/WebCore/features.json 2016-07-01 20:51:02 UTC (rev 202753)
@@ -195,6 +195,22 @@
}
},
{
+ "name": "Resource Timing",
+ "status": {
+ "status": "In Development",
+ "enabled-by-default": false
+ },
+ "url": "http://www.w3.org/TR/resource-timing/",
+ "webkit-url": "https://webkit.org/b/61138",
+ "keywords": ["resourcetiming","resource timing","rsrc"],
+ "description": "Provides detailed timing information to _javascript_ for sub-resources loaded by the page.",
+ "contact": {
+ "name": "Jonathan Davis",
+ "email": "[email protected]",
+ "twitter": "@jonathandavis"
+ }
+ },
+ {
"name": "Service Workers",
"status": {
"status": "Under Consideration"
@@ -218,7 +234,7 @@
{
"name": "WOFF File Format 2.0",
"status": {
- "status": "Under Consideration"
+ "status": "Done"
},
"url": "https://www.w3.org/TR/WOFF2/",
"keywords": ["woff"],
@@ -231,6 +247,20 @@
}
},
{
+ "name": "Web Animations",
+ "status": {
+ "status": "Under Consideration"
+ },
+ "url": "https://www.w3.org/TR/web-animations-1/",
+ "keywords": ["web animations"],
+ "description": "An API to synchronize with the timing for presentation changes of a web page.",
+ "contact": {
+ "name": "Jonathan Davis",
+ "email": "[email protected]",
+ "twitter": "@jonathandavis"
+ }
+ },
+ {
"name": "Web Components",
"url": "http://www.w3.org/wiki/WebComponents/",
"keywords": ["web components", "shadow dom", "html imports", "custom elements", "template element"],
@@ -315,16 +345,6 @@
}
},
{
- "name": "CSS Selector :lang() level 4",
- "status": {
- "status": "Done",
- "enabled-by-default": true
- },
- "url": "http://dev.w3.org/csswg/selectors-4/#the-lang-pseudo",
- "specification": "CSS Selectors Level 4",
- "description": "The selector :lang() is extended in level 4 to support a list of language range, each range can contain a wildcard. For example: p:lang(\"*-be\", \"en\")."
- },
- {
"name": "CSS Selector :focus-within",
"status": {
"status": "Done",
@@ -341,6 +361,16 @@
}
},
{
+ "name": "CSS Selector :lang() level 4",
+ "status": {
+ "status": "Done",
+ "enabled-by-default": true
+ },
+ "url": "http://dev.w3.org/csswg/selectors-4/#the-lang-pseudo",
+ "specification": "CSS Selectors Level 4",
+ "description": "The selector :lang() is extended in level 4 to support a list of language range, each range can contain a wildcard. For example: p:lang(\"*-be\", \"en\")."
+ },
+ {
"name": "CSS Selector :matches()",
"status": {
"status": "Done",
@@ -582,7 +612,7 @@
{
"name": "Picture element",
"status": {
- "status": "In Development",
+ "status": "Done",
"enabled-by-default": false
},
"url": "https://html.spec.whatwg.org/multipage/embedded-content.html#the-picture-element",