Title: [198567] trunk/Source/WebCore
- Revision
- 198567
- Author
- [email protected]
- Date
- 2016-03-22 17:49:30 -0700 (Tue, 22 Mar 2016)
Log Message
Add Download Attribute to the Feature Status page
https://bugs.webkit.org/show_bug.cgi?id=155772
Reviewed by Timothy Hatcher.
* features.json:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (198566 => 198567)
--- trunk/Source/WebCore/ChangeLog 2016-03-23 00:47:41 UTC (rev 198566)
+++ trunk/Source/WebCore/ChangeLog 2016-03-23 00:49:30 UTC (rev 198567)
@@ -1,3 +1,12 @@
+2016-03-22 Jon Davis <[email protected]>
+
+ Add Download Attribute to the Feature Status page
+ https://bugs.webkit.org/show_bug.cgi?id=155772
+
+ Reviewed by Timothy Hatcher.
+
+ * features.json:
+
2016-03-22 Jer Noble <[email protected]>
CachedResource::MediaResource types shouldn't be blocked due to mixed-content.
Modified: trunk/Source/WebCore/features.json (198566 => 198567)
--- trunk/Source/WebCore/features.json 2016-03-23 00:47:41 UTC (rev 198566)
+++ trunk/Source/WebCore/features.json 2016-03-23 00:49:30 UTC (rev 198567)
@@ -404,6 +404,22 @@
}
},
{
+ "name": "Download Attribute",
+ "status": {
+ "status": "Under Consideration"
+ },
+ "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.",
+ "contact": {
+ "name": "Jonathan Davis",
+ "email": "[email protected]",
+ "twitter": "@jonathandavis"
+ }
+ },
+ {
"name": "Element.closest()",
"status": {
"status": "Done",
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes