Title: [208355] trunk/Source/WebCore
Revision
208355
Author
[email protected]
Date
2016-11-03 16:10:53 -0700 (Thu, 03 Nov 2016)

Log Message

Unreviewed, add HTML5 specification for HTML Interactive Form Validation feature.

* features.json:

Modified Paths

Diff

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


--- trunk/Source/WebCore/ChangeLog	2016-11-03 23:06:51 UTC (rev 208354)
+++ trunk/Source/WebCore/ChangeLog	2016-11-03 23:10:53 UTC (rev 208355)
@@ -1,5 +1,11 @@
 2016-11-03  Chris Dumez  <[email protected]>
 
+        Unreviewed, add HTML5 specification for HTML Interactive Form Validation feature.
+
+        * features.json:
+
+2016-11-03  Chris Dumez  <[email protected]>
+
         Unreviewed, add HTML Interactive Form Validation to features.json
 
         * features.json:

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


--- trunk/Source/WebCore/features.json	2016-11-03 23:06:51 UTC (rev 208354)
+++ trunk/Source/WebCore/features.json	2016-11-03 23:10:53 UTC (rev 208355)
@@ -652,6 +652,7 @@
         "url": "https://html.spec.whatwg.org/#constraint-validation",
         "webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=164382",
         "keywords": ["form validation", "bubble"],
+        "specification": "HTML5",
         "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",
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to