Modified: trunk/Source/WebCore/ChangeLog (249904 => 249905)
--- trunk/Source/WebCore/ChangeLog 2019-09-16 17:15:31 UTC (rev 249904)
+++ trunk/Source/WebCore/ChangeLog 2019-09-16 17:30:19 UTC (rev 249905)
@@ -1,3 +1,12 @@
+2019-09-16 Jon Davis <[email protected]>
+
+ Update feature status for Battery Status API, WebGL 2, and Dialog Element
+ https://bugs.webkit.org/show_bug.cgi?id=201469
+
+ Reviewed by Joseph Pecoraro.
+
+ * features.json:
+
2019-09-16 Andres Gonzalez <[email protected]>
Rename [WebAccessibilityObjectWrapper _accessibilityInsertText] to accessibilityInsertText to match accessibility client.
Modified: trunk/Source/WebCore/features.json (249904 => 249905)
--- trunk/Source/WebCore/features.json 2019-09-16 17:15:31 UTC (rev 249904)
+++ trunk/Source/WebCore/features.json 2019-09-16 17:30:19 UTC (rev 249905)
@@ -14,7 +14,7 @@
{
"name": "Battery Status API",
"status": {
- "status": "Removed"
+ "status": "Not Considering"
},
"url": "https://w3c.github.io/battery/",
"webkit-url": "https://webkit.org/b/62698",
@@ -702,7 +702,7 @@
{
"name": "WebGL 2",
"status": {
- "status": "Supported In Preview",
+ "status": "In Development",
"enabled-by-default": true
},
"url": "https://www.khronos.org/registry/webgl/specs/latest/2.0/",
@@ -929,6 +929,22 @@
}
},
{
+ "name": "Dialog Element",
+ "status": {
+ "status": "Under Consideration"
+ },
+ "url": "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-dialog-element",
+ "webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=84635",
+ "specification": "HTML5",
+ "category": "html",
+ "description": "The dialog element represents a part of an application that a user interacts with to perform a task, for example a dialog box, inspector, or window.",
+ "contact": {
+ "name": "Jon Davis",
+ "twitter": "@jonathandavis",
+ "email": "[email protected]"
+ }
+ },
+ {
"name": "Download Attribute",
"status": {
"status": "Supported"