Title: [208362] trunk/Source/WebCore
Revision
208362
Author
cdu...@apple.com
Date
2016-11-03 18:47:53 -0700 (Thu, 03 Nov 2016)

Log Message

Unreviewed, mark support for the 'download' attribute as 'Done'.

* features.json:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (208361 => 208362)


--- trunk/Source/WebCore/ChangeLog	2016-11-04 01:38:31 UTC (rev 208361)
+++ trunk/Source/WebCore/ChangeLog	2016-11-04 01:47:53 UTC (rev 208362)
@@ -1,5 +1,11 @@
 2016-11-03  Chris Dumez  <cdu...@apple.com>
 
+        Unreviewed, mark support for the 'download' attribute as 'Done'.
+
+        * features.json:
+
+2016-11-03  Chris Dumez  <cdu...@apple.com>
+
         [WK2][Cocoa] Implement user interface for HTML form validation
         https://bugs.webkit.org/show_bug.cgi?id=164143
         <rdar://problem/28944652>

Modified: trunk/Source/WebCore/features.json (208361 => 208362)


--- trunk/Source/WebCore/features.json	2016-11-04 01:38:31 UTC (rev 208361)
+++ trunk/Source/WebCore/features.json	2016-11-04 01:47:53 UTC (rev 208362)
@@ -595,10 +595,10 @@
     {
         "name": "Download Attribute",
         "status": {
-            "status": "In Development"
+            "status": "Done"
         },
         "url": "https://html.spec.whatwg.org/multipage/semantics.html#downloading-resources",
-        "webkit-url": "https://webkit.org/b/102914",
+        "webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=156056",
         "specification": "HTML5",
         "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": {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to