Title: [208354] trunk/Source/WebCore
Revision
208354
Author
cdu...@apple.com
Date
2016-11-03 16:06:51 -0700 (Thu, 03 Nov 2016)

Log Message

Unreviewed, add HTML Interactive Form Validation to features.json

* features.json:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (208353 => 208354)


--- trunk/Source/WebCore/ChangeLog	2016-11-03 22:54:05 UTC (rev 208353)
+++ trunk/Source/WebCore/ChangeLog	2016-11-03 23:06:51 UTC (rev 208354)
@@ -1,3 +1,9 @@
+2016-11-03  Chris Dumez  <cdu...@apple.com>
+
+        Unreviewed, add HTML Interactive Form Validation to features.json
+
+        * features.json:
+
 2016-11-03  Yusuke Suzuki  <utatane....@gmail.com>
 
         Unreviewed, rolling out due to crash in Amazon web site

Modified: trunk/Source/WebCore/features.json (208353 => 208354)


--- trunk/Source/WebCore/features.json	2016-11-03 22:54:05 UTC (rev 208353)
+++ trunk/Source/WebCore/features.json	2016-11-03 23:06:51 UTC (rev 208354)
@@ -644,6 +644,22 @@
         "description": "Provide the events necessary to handle force click events in the page, overriding the default behavior."
     },
     {
+        "name": "HTML Interactive Form Validation",
+        "status": {
+            "status": "In Development",
+            "enabled-by-default": false
+        },
+        "url": "https://html.spec.whatwg.org/#constraint-validation",
+        "webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=164382",
+        "keywords": ["form validation", "bubble"],
+        "description": "Interactive validation of constraints on HTML forms by displaying bubbles with a validation message next to incomplete / invalid form controls.",
+        "contact": {
+            "name": "Chris Dumez",
+            "email": "cdu...@apple.com",
+            "twitter": "@chris_dumez"
+        }
+    },
+    {
         "name": "HTML imports",
         "status": {
             "status": "Not Considering"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to