Title: [236622] trunk/Source/WebInspectorUI
Revision
236622
Author
[email protected]
Date
2018-09-28 16:13:38 -0700 (Fri, 28 Sep 2018)

Log Message

REGRESSION (r236091): CSSKeywordCompletions.js has "checkout" instead of "check-out" as a value for -apple-pay-button-type
https://bugs.webkit.org/show_bug.cgi?id=190096

Reviewed by Ryosuke Niwa.

I changed "checkout" to "check-out" in r235754, but it somehow got flipped back to "checkout" in r236091.

* UserInterface/Models/CSSKeywordCompletions.js:

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (236621 => 236622)


--- trunk/Source/WebInspectorUI/ChangeLog	2018-09-28 23:09:32 UTC (rev 236621)
+++ trunk/Source/WebInspectorUI/ChangeLog	2018-09-28 23:13:38 UTC (rev 236622)
@@ -1,5 +1,16 @@
 2018-09-28  Andy Estes  <[email protected]>
 
+        REGRESSION (r236091): CSSKeywordCompletions.js has "checkout" instead of "check-out" as a value for -apple-pay-button-type
+        https://bugs.webkit.org/show_bug.cgi?id=190096
+
+        Reviewed by Ryosuke Niwa.
+
+        I changed "checkout" to "check-out" in r235754, but it somehow got flipped back to "checkout" in r236091.
+
+        * UserInterface/Models/CSSKeywordCompletions.js:
+
+2018-09-28  Andy Estes  <[email protected]>
+
         [Apple Pay] Remove the "in-store" button type
         https://bugs.webkit.org/show_bug.cgi?id=190079
 

Modified: trunk/Source/WebInspectorUI/UserInterface/Models/CSSKeywordCompletions.js (236621 => 236622)


--- trunk/Source/WebInspectorUI/UserInterface/Models/CSSKeywordCompletions.js	2018-09-28 23:09:32 UTC (rev 236621)
+++ trunk/Source/WebInspectorUI/UserInterface/Models/CSSKeywordCompletions.js	2018-09-28 23:13:38 UTC (rev 236622)
@@ -774,7 +774,7 @@
         "black", "white", "white-outline",
     ],
     "-apple-pay-button-type": [
-        "plain", "buy", "set-up", "donate", "checkout", "book", "subscribe",
+        "plain", "buy", "set-up", "donate", "check-out", "book", "subscribe",
     ],
     "-apple-trailing-word": [
         "auto", "-webkit-partially-balanced",
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to