Title: [208099] trunk/Source/WebCore
- Revision
- 208099
- Author
- wenson_hs...@apple.com
- Date
- 2016-10-28 23:14:42 -0700 (Fri, 28 Oct 2016)
Log Message
Unreviewed, add Input Events to the features list.
* features.json:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (208098 => 208099)
--- trunk/Source/WebCore/ChangeLog 2016-10-29 05:02:00 UTC (rev 208098)
+++ trunk/Source/WebCore/ChangeLog 2016-10-29 06:14:42 UTC (rev 208099)
@@ -1,3 +1,9 @@
+2016-10-28 Wenson Hsieh <wenson_hs...@apple.com>
+
+ Unreviewed, add Input Events to the features list.
+
+ * features.json:
+
2016-10-28 Darin Adler <da...@apple.com>
Fix mismerge that broke a CEReactions test.
Modified: trunk/Source/WebCore/features.json (208098 => 208099)
--- trunk/Source/WebCore/features.json 2016-10-29 05:02:00 UTC (rev 208098)
+++ trunk/Source/WebCore/features.json 2016-10-29 06:14:42 UTC (rev 208099)
@@ -657,6 +657,17 @@
"description": "This property specifies styling for dropped, raised, and sunken initial letters."
},
{
+ "name": "Input Events",
+ "status": {
+ "status": "In Development",
+ "enabled-by-default": false
+ },
+ "url": "https://w3c.github.io/input-events",
+ "webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=163112",
+ "documentation-url": "https://w3c.github.io/input-events",
+ "description": "Allows pages to override default editing behaviors and to monitor DOM changes due to user input."
+ },
+ {
"name": "Interaction Media Features (pointer, hover, any-pointer, any-hover)",
"status": {
"status": "Done",
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes