Title: [199023] trunk/Source/WebCore
Revision
199023
Author
[email protected]
Date
2016-04-04 14:22:29 -0700 (Mon, 04 Apr 2016)

Log Message

Update feature status on anchor download attribute.

* features.json:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (199022 => 199023)


--- trunk/Source/WebCore/ChangeLog	2016-04-04 21:18:57 UTC (rev 199022)
+++ trunk/Source/WebCore/ChangeLog	2016-04-04 21:22:29 UTC (rev 199023)
@@ -1,3 +1,9 @@
+2016-04-04  Brent Fulgham  <[email protected]>
+
+        Update feature status on anchor download attribute.
+
+        * features.json:
+
 2016-04-04  Beth Dakin  <[email protected]>
 
         Add some logic to decide when a video can control the videoControlsManager

Modified: trunk/Source/WebCore/features.json (199022 => 199023)


--- trunk/Source/WebCore/features.json	2016-04-04 21:18:57 UTC (rev 199022)
+++ trunk/Source/WebCore/features.json	2016-04-04 21:22:29 UTC (rev 199023)
@@ -406,17 +406,16 @@
     {
         "name": "Download Attribute",
         "status": {
-            "status": "Under Consideration"
+            "status": "In Development"
         },
         "url": "https://html.spec.whatwg.org/multipage/semantics.html#downloading-resources",
         "webkit-url": "https://webkit.org/b/102914",
         "specification": "HTML5",
-        "description": "An attribute to an <a> or <area> element to indicate that a resource is intended to be downloaded for use later rather than immediately.",
-        "comment": "This feature currently has a patch that needs corrected before it can be accepted.",
+        "description": "An attribute to an anchor or area element to indicate that a resource is intended to be downloaded for use later rather than immediately.",
         "contact": {
-            "name": "Jonathan Davis",
-            "email": "[email protected]",
-            "twitter": "@jonathandavis"
+            "name": "Brent Fulgham",
+            "email": "[email protected]",
+            "twitter": "@bfulgham"
         }
     },
     {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to