Title: [215053] trunk
Revision
215053
Author
j...@apple.com
Date
2017-04-06 12:51:25 -0700 (Thu, 06 Apr 2017)

Log Message

Updates feature status for recently shipped features
https://bugs.webkit.org/show_bug.cgi?id=170359

Reviewed by Brian Burg.
Source/_javascript_Core:

Changed "Done" status to "Supported".

* features.json:

Source/WebCore:

Added missing Gamepad entry.
Changed "Done" status to "Supported".
Also changed status from "In Development" to "Supported" for:

- CSS Grid Layout Level 1
- CSS Inline Layout Module Level 3
- CSS Scroll Snap Points Module Level 1
- CSS Color Level 4
- Fetch API
- Indexed Database 2.0
- Media Capture and Streams
- Pointer Lock
- Preload
- Input Events

* features.json:

Websites/webkit.org:

Added styles for "Supported" status.

* wp-content/themes/webkit/status.php:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (215052 => 215053)


--- trunk/Source/_javascript_Core/ChangeLog	2017-04-06 18:58:24 UTC (rev 215052)
+++ trunk/Source/_javascript_Core/ChangeLog	2017-04-06 19:51:25 UTC (rev 215053)
@@ -1,3 +1,14 @@
+2017-04-06  Jon Davis  <j...@apple.com>
+
+        Updates feature status for recently shipped features
+        https://bugs.webkit.org/show_bug.cgi?id=170359
+
+        Reviewed by Brian Burg.
+
+        Changed "Done" status to "Supported".
+
+        * features.json:
+
 2017-04-06  Youenn Fablet  <you...@apple.com>
 
         WebRTC tests gardening

Modified: trunk/Source/_javascript_Core/features.json (215052 => 215053)


--- trunk/Source/_javascript_Core/features.json	2017-04-06 18:58:24 UTC (rev 215052)
+++ trunk/Source/_javascript_Core/features.json	2017-04-06 19:51:25 UTC (rev 215053)
@@ -5,7 +5,7 @@
         "url": "http://wiki.ecmascript.org/doku.php?id=harmony:specification_drafts",
         "keywords": ["es6", "es2015", "ecmascript"],
         "status": {
-            "status": "Done"
+            "status": "Supported"
         },
         "contact": [
             {
@@ -27,7 +27,7 @@
     {
         "name": "Internationalization API",
         "status": {
-            "status": "Done"
+            "status": "Supported"
         },
         "url": "http://ecma-international.org/publications/standards/Ecma-402.htm",
         "documentation-url": "https://developer.mozilla.org/en-US/docs/Web/_javascript_/Reference/Global_Objects/Intl",
@@ -66,7 +66,7 @@
     {
         "name": "Array.prototype.copyWithin",
         "status": {
-            "status": "Done",
+            "status": "Supported",
             "enabled-by-default": true
         },
         "url": "https://people.mozilla.org/~jorendorff/es6-draft.html#sec-array.prototype.copywithin",
@@ -81,7 +81,7 @@
     {
         "name": "Array.prototype.includes",
         "status": {
-            "status": "Done",
+            "status": "Supported",
             "enabled-by-default": true
         },
         "url": "https://github.com/tc39/Array.prototype.includes",
@@ -92,7 +92,7 @@
     {
         "name": "Arrow Functions",
         "status": {
-            "status": "Done",
+            "status": "Supported",
             "enabled-by-default": true
         },
         "url": "http://www.ecma-international.org/ecma-262/6.0/index.html#sec-arrow-function-definitions",
@@ -103,7 +103,7 @@
     {
         "name": "Block Scoping",
         "status": {
-            "status": "Done",
+            "status": "Supported",
             "enabled-by-default": true
         },
         "url": "http://www.ecma-international.org/ecma-262/6.0/#sec-let-and-const-declarations",
@@ -114,7 +114,7 @@
     {
         "name": "Classes",
         "status": {
-            "status": "Done",
+            "status": "Supported",
             "enabled-by-default": true
         },
         "url": "http://www.ecma-international.org/ecma-262/6.0/#sec-class-definitions",
@@ -125,7 +125,7 @@
     {
         "name": "Default Parameter Values",
         "status": {
-            "status": "Done",
+            "status": "Supported",
             "enabled-by-default": true
         },
         "url": "http://www.ecma-international.org/ecma-262/6.0/#sec-function-definitions",
@@ -136,7 +136,7 @@
     {
         "name": "Destructuring Syntax",
         "status": {
-            "status": "Done",
+            "status": "Supported",
             "enabled-by-default": true
         },
         "url": "http://www.ecma-international.org/ecma-262/6.0/#sec-destructuring-assignment",
@@ -147,7 +147,7 @@
     {
         "name": "Exponentiation Syntax",
         "status": {
-            "status": "Done",
+            "status": "Supported",
             "enabled-by-default": true
         },
         "url": "https://tc39.github.io/ecma262/#prod-ExponentiationExpression",
@@ -164,7 +164,7 @@
     {
         "name": "Generators",
         "status": {
-            "status": "Done",
+            "status": "Supported",
             "enabled-by-default": true
         },
         "url": "http://www.ecma-international.org/ecma-262/6.0/index.html#sec-generator-objects",
@@ -181,7 +181,7 @@
     {
         "name": "Map Data Structure",
         "status": {
-            "status": "Done",
+            "status": "Supported",
             "enabled-by-default": true
         },
         "url": "http://people.mozilla.org/~jorendorff/es6-draft.html#sec-map-constructor",
@@ -193,7 +193,7 @@
     {
         "name": "Modules",
         "status": {
-            "status": "Done",
+            "status": "Supported",
             "enabled-by-default": true
         },
         "url": "http://www.ecma-international.org/ecma-262/6.0/index.html#sec-modules",
@@ -205,7 +205,7 @@
     {
         "name": "Number Object Extensions",
         "status": {
-            "status": "Done",
+            "status": "Supported",
             "enabled-by-default": true
         },
         "url": "http://people.mozilla.org/~jorendorff/es6-draft.html#sec-number-objects",
@@ -217,7 +217,7 @@
     {
         "name": "Octal and Binary Literals",
         "status": {
-            "status": "Done",
+            "status": "Supported",
             "enabled-by-default": true
         },
         "url": "https://people.mozilla.org/~jorendorff/es6-draft.html#sec-literals-numeric-literals",
@@ -228,7 +228,7 @@
     {
         "name": "Promise Objects",
         "status": {
-            "status": "Done",
+            "status": "Supported",
             "enabled-by-default": true,
             "shipped": ["ios8-safari", "osx-safari-7.1"]
         },
@@ -240,7 +240,7 @@
     {
         "name": "Proxy Objects",
         "status": {
-            "status": "Done"
+            "status": "Supported"
         },
         "url": "http://www.ecma-international.org/ecma-262/6.0/index.html#sec-proxy-objects",
         "webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=35731",
@@ -255,7 +255,7 @@
     {
         "name": "Reflect API",
         "status": {
-            "status": "Done",
+            "status": "Supported",
             "enabled-by-default": true
         },
         "url": "http://www.ecma-international.org/ecma-262/6.0/#sec-reflect-object",
@@ -266,7 +266,7 @@
     {
         "name": "Rest Parameter",
         "status": {
-            "status": "Done",
+            "status": "Supported",
             "enabled-by-default": true
         },
         "url": "http://www.ecma-international.org/ecma-262/6.0/#sec-function-definitions",
@@ -282,7 +282,7 @@
     {
         "name": "Set Data Structure",
         "status": {
-            "status": "Done",
+            "status": "Supported",
             "enabled-by-default": true
         },
         "url": "https://people.mozilla.org/~jorendorff/es6-draft.html#sec-set-constructor",
@@ -294,7 +294,7 @@
     {
         "name": "Symbol Objects",
         "status": {
-            "status": "Done",
+            "status": "Supported",
             "enabled-by-default": true
         },
         "url": "https://people.mozilla.org/~jorendorff/es6-draft.html#sec-symbol-objects",
@@ -309,7 +309,7 @@
     {
         "name": "Tagged Templates",
         "status": {
-            "status": "Done",
+            "status": "Supported",
             "enabled-by-default": true
         },
         "url": "http://people.mozilla.org/~jorendorff/es6-draft.html#sec-tagged-templates",
@@ -325,7 +325,7 @@
     {
         "name": "Tail Calls",
         "status": {
-            "status": "Done",
+            "status": "Supported",
             "enabled-by-default": true
         },
         "url": "http://www.ecma-international.org/ecma-262/6.0/index.html#sec-tail-position-calls",
@@ -336,7 +336,7 @@
     {
         "name": "Template Literals",
         "status": {
-            "status": "Done",
+            "status": "Supported",
             "enabled-by-default": true
         },
         "url": "http://people.mozilla.org/~jorendorff/es6-draft.html#sec-template-literals",
@@ -352,7 +352,7 @@
     {
         "name": "WeakMap",
         "status": {
-            "status": "Done",
+            "status": "Supported",
             "enabled-by-default": true
         },
         "url": "http://people.mozilla.org/~jorendorff/es6-draft.html#sec-weakmap-objects",
@@ -364,7 +364,7 @@
     {
         "name": "WeakSet",
         "status": {
-            "status": "Done",
+            "status": "Supported",
             "enabled-by-default": true
         },
         "url": "http://people.mozilla.org/~jorendorff/es6-draft.html#sec-weakset-objects",
@@ -380,7 +380,7 @@
     {
         "name": "for...of Loops",
         "status": {
-            "status": "Done",
+            "status": "Supported",
             "enabled-by-default": true
         },
         "url": "http://people.mozilla.org/~jorendorff/es6-draft.html#sec-for-in-and-for-of-statements",
@@ -392,7 +392,7 @@
     {
         "name": "new.target",
         "status": {
-            "status": "Done",
+            "status": "Supported",
             "enabled-by-default": true
         },
         "url": "http://www.ecma-international.org/ecma-262/6.0/#sec-built-in-function-objects",

Modified: trunk/Source/WebCore/ChangeLog (215052 => 215053)


--- trunk/Source/WebCore/ChangeLog	2017-04-06 18:58:24 UTC (rev 215052)
+++ trunk/Source/WebCore/ChangeLog	2017-04-06 19:51:25 UTC (rev 215053)
@@ -1,3 +1,27 @@
+2017-04-06  Jon Davis  <j...@apple.com>
+
+        Updates feature status for recently shipped features
+        https://bugs.webkit.org/show_bug.cgi?id=170359
+
+        Reviewed by Brian Burg.
+
+        Added missing Gamepad entry.
+        Changed "Done" status to "Supported".
+        Also changed status from "In Development" to "Supported" for:
+        
+        - CSS Grid Layout Level 1
+        - CSS Inline Layout Module Level 3
+        - CSS Scroll Snap Points Module Level 1
+        - CSS Color Level 4
+        - Fetch API
+        - Indexed Database 2.0
+        - Media Capture and Streams
+        - Pointer Lock
+        - Preload
+        - Input Events
+
+        * features.json:
+
 2017-03-31  Jiewen Tan  <jiewen_...@apple.com>
 
         [WebCrypto] Add support for AES-CTR

Modified: trunk/Source/WebCore/features.json (215052 => 215053)


--- trunk/Source/WebCore/features.json	2017-04-06 18:58:24 UTC (rev 215052)
+++ trunk/Source/WebCore/features.json	2017-04-06 19:51:25 UTC (rev 215053)
@@ -31,7 +31,7 @@
     {
         "name": "CSS Color Level 4",
         "status": {
-            "status": "In Development",
+            "status": "Supported",
             "enabled-by-default": true
         },
         "url": "https://drafts.csswg.org/css-color/",
@@ -69,7 +69,7 @@
     {
         "name": "CSS Grid Layout Level 1",
         "status": {
-            "status": "In Development",
+            "status": "Supported",
             "enabled-by-default": true
         },
         "url": "http://dev.w3.org/csswg/css-grid/",
@@ -90,7 +90,7 @@
     {
         "name": "CSS Inline Layout Module Level 3",
         "status": {
-            "status": "In Development",
+            "status": "Supported",
             "enabled-by-default": true
         },
         "url": "http://dev.w3.org/csswg/css-inline/",
@@ -146,7 +146,7 @@
     {
         "name": "CSS Scroll Snap Points Module Level 1",
         "status": {
-            "status": "In Development",
+            "status": "Supported",
             "enabled-by-default": true
         },
         "url": "http://dev.w3.org/csswg/css-snappoints/",
@@ -188,7 +188,7 @@
     {
         "name": "CSS Variables",
         "status": {
-            "status": "Done",
+            "status": "Supported",
             "enabled-by-default": true
         },
         "url": "https://www.w3.org/TR/css-variables/",
@@ -204,7 +204,7 @@
     {
         "name": "CSS Will Change",
         "status": {
-            "status": "Done",
+            "status": "Supported",
             "enabled-by-default": true
         },
         "url": "https://drafts.csswg.org/css-will-change/",
@@ -218,7 +218,7 @@
     {
         "name": "Content Security Policy Level 2",
         "status": {
-            "status": "Done",
+            "status": "Supported",
             "enabled-by-default": true
         },
         "url": "https://w3c.github.io/webappsec-csp/2/",
@@ -253,7 +253,7 @@
     {
         "name": "DeviceOrientation Events",
         "status": {
-            "status": "Done",
+            "status": "Supported",
             "enabled-by-default": true
         },
         "description": "DOM events that provide information about the physical orientation and motion of a hosting device.",
@@ -264,7 +264,7 @@
     {
         "name": "Encoding",
         "status": {
-            "status": "Done",
+            "status": "Supported",
             "enabled-by-default": true
         },
         "url": "https://encoding.spec.whatwg.org",
@@ -278,9 +278,9 @@
             "email": "achristen...@webkit.org"
         }
     },    {
-        "name": "Fetch API",
+        "name": "Fetch",
         "status": {
-            "status": "In Development"
+            "status": "Supported"
         },
         "url": "https://fetch.spec.whatwg.org",
         "webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=151937",
@@ -300,9 +300,25 @@
         "category": "css"
     },
     {
+        "name": "Gamepad",
+        "status": {
+            "status": "Supported"
+        },
+        "url": "https://www.w3.org/TR/gamepad/",
+        "webkit-url": "https://webkit.org/b/134076",
+        "keywords": ["gamepad", "gaming", "games", "controller"],
+        "category": "webapps",
+        "description": "An interface for accessing and responding to game controller device state.",
+        "contact": {
+            "name": "Jonathan Davis",
+            "email": "web-evangel...@apple.com",
+            "twitter": "@jonathandavis"
+        }
+    },
+    {
         "name": "Geolocation API",
         "status": {
-            "status": "Done",
+            "status": "Supported",
             "enabled-by-default": true
         },
         "description": "An API that provides scripted access to geographical location information associated with the hosting device.",
@@ -327,7 +343,7 @@
     {
         "name": "Indexed Database",
         "status": {
-            "status": "Done"
+            "status": "Supported"
         },
         "url": "http://www.w3.org/TR/IndexedDB/",
         "webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=149117",
@@ -342,7 +358,7 @@
     {
         "name": "Indexed Database 2.0",
         "status": {
-            "status": "In Development"
+            "status": "Supported"
         },
         "url": "http://w3c.github.io/IndexedDB/",
         "webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=160306",
@@ -376,7 +392,7 @@
     {
         "name": "Navigation Timing Level 1",
         "status": {
-            "status": "Done"
+            "status": "Supported"
         },
         "url": "https://www.w3.org/TR/navigation-timing/",
         "keywords": ["performance", "navigation timing"],
@@ -415,8 +431,7 @@
     {
         "name": "Pointer Lock",
         "status": {
-            "status": "In Development",
-            "enabled-by-default": false
+            "status": "Supported"
         },
         "url": "https://www.w3.org/TR/pointerlock/",
         "webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=164652",
@@ -426,8 +441,7 @@
     {
         "name": "Preload",
         "status": {
-            "status": "In Development",
-            "enabled-by-default": false
+            "status": "Supported"
         },
         "url": "http://w3c.github.io/preload/",
         "webkit-url": "https://webkit.org/b/158720",
@@ -494,7 +508,7 @@
     {
         "name": "WOFF File Format 2.0",
         "status": {
-            "status": "Done"
+            "status": "Supported"
         },
         "url": "https://www.w3.org/TR/WOFF2/",
         "keywords": ["woff"],
@@ -568,7 +582,7 @@
     {
         "name": "WebGL 1",
         "status": {
-            "status": "Done",
+            "status": "Supported",
             "enabled-by-default": true
         },
         "url": "https://www.khronos.org/registry/webgl/specs/1.0/",
@@ -607,7 +621,7 @@
     {
         "name": "CSS Selector :any-link",
         "status": {
-            "status": "Done",
+            "status": "Supported",
             "enabled-by-default": true
         },
         "url": "http://dev.w3.org/csswg/selectors-4/#the-any-link-pseudo",
@@ -623,7 +637,7 @@
     {
         "name": "CSS Selector :focus-within",
         "status": {
-            "status": "Done",
+            "status": "Supported",
             "enabled-by-default": true
         },
         "url": "https://drafts.csswg.org/selectors-4/#the-focus-within-pseudo",
@@ -639,7 +653,7 @@
     {
         "name": "CSS Selector :lang() level 4",
         "status": {
-            "status": "Done",
+            "status": "Supported",
             "enabled-by-default": true
         },
         "url": "http://dev.w3.org/csswg/selectors-4/#the-lang-pseudo",
@@ -649,7 +663,7 @@
     {
         "name": "CSS Selector :matches()",
         "status": {
-            "status": "Done",
+            "status": "Supported",
             "enabled-by-default": true
         },
         "url": "http://dev.w3.org/csswg/selectors-4/#matches",
@@ -665,7 +679,7 @@
     {
         "name": "CSS Selector :not() level 4",
         "status": {
-            "status": "Done",
+            "status": "Supported",
             "enabled-by-default": true
         },
         "url": "http://dev.w3.org/csswg/selectors-4/#negation",
@@ -681,7 +695,7 @@
     {
         "name": "CSS Selector :nth-child(An+B of selector list) and :nth-last-child(An+B of selector list)",
         "status": {
-            "status": "Done",
+            "status": "Supported",
             "enabled-by-default": true
         },
         "url": "http://dev.w3.org/csswg/selectors-4/#the-nth-child-pseudo",
@@ -697,7 +711,7 @@
     {
         "name": "CSS Selector :placeholder-shown",
         "status": {
-            "status": "Done",
+            "status": "Supported",
             "enabled-by-default": true
         },
         "url": "http://dev.w3.org/csswg/selectors-4/#placeholder",
@@ -713,7 +727,7 @@
     {
         "name": "CSS Shapes Level 1",
         "status": {
-            "status": "Done",
+            "status": "Supported",
             "enabled-by-default": true
         },
         "url": "http://www.w3.org/TR/css-shapes-1/",
@@ -723,7 +737,7 @@
     {
         "name": "Case-insensitive attribute selectors",
         "status": {
-            "status": "Done",
+            "status": "Supported",
             "enabled-by-default": true
         },
         "url": "http://dev.w3.org/csswg/selectors-4/#attribute-case",
@@ -752,7 +766,7 @@
     {
         "name": "Custom Elements",
         "status": {
-            "status": "Done"
+            "status": "Supported"
         },
         "url": "http://w3c.github.io/webcomponents/spec/custom/",
         "webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=150225",
@@ -766,7 +780,7 @@
     {
         "name": "Download Attribute",
         "status": {
-            "status": "Done"
+            "status": "Supported"
         },
         "url": "https://html.spec.whatwg.org/multipage/semantics.html#downloading-resources",
         "webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=156056",
@@ -781,7 +795,7 @@
     {
         "name": "Element.closest()",
         "status": {
-            "status": "Done",
+            "status": "Supported",
             "enabled-by-default": true
         },
         "url": "https://dom.spec.whatwg.org/#dom-element-closest",
@@ -798,7 +812,7 @@
     {
         "name": "Filter Effects backdrop-filter property",
         "status": {
-            "status": "Done",
+            "status": "Supported",
             "enabled-by-default": true
         },
         "url": "http://dev.w3.org/fxtf/filters-2/#propdef-backdrop-filter",
@@ -808,7 +822,7 @@
     {
         "name": "Force Click Events",
         "status": {
-            "status": "Done",
+            "status": "Supported",
             "enabled-by-default": true
         },
         "webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=142836",
@@ -817,7 +831,7 @@
     {
         "name": "HTML Interactive Form Validation",
         "status": {
-            "status": "Done",
+            "status": "Supported",
             "enabled-by-default": true
         },
         "url": "https://html.spec.whatwg.org/#constraint-validation",
@@ -863,7 +877,7 @@
     {
         "name": "Initial Letter",
         "status": {
-            "status": "Done",
+            "status": "Supported",
             "enabled-by-default": true
         },
         "url": "http://dev.w3.org/csswg/css-inline/#propdef-initial-letter",
@@ -873,7 +887,7 @@
     {
         "name": "Input Events",
         "status": {
-            "status": "In Development",
+            "status": "Supported",
             "enabled-by-default": false
         },
         "url": "https://w3c.github.io/input-events",
@@ -884,7 +898,7 @@
     {
         "name": "Interaction Media Features (pointer, hover, any-pointer, any-hover)",
         "status": {
-            "status": "Done",
+            "status": "Supported",
             "enabled-by-default": true
         },
         "url": "http://dev.w3.org/csswg/mediaqueries-4/#mf-interaction",
@@ -904,7 +918,7 @@
     {
         "name": "Navigator.hardwareConcurrency",
         "status": {
-            "status": "Done",
+            "status": "Supported",
             "enabled-by-default": true
         },
         "url": "https://wiki.whatwg.org/wiki/Navigator_HW_Concurrency",
@@ -914,7 +928,7 @@
     {
         "name": "Picture element",
         "status": {
-            "status": "Done",
+            "status": "Supported",
             "enabled-by-default": false
         },
         "url": "https://html.spec.whatwg.org/multipage/embedded-content.html#the-picture-element",
@@ -930,7 +944,7 @@
     {
         "name": "Position: sticky",
         "status": {
-            "status": "Done",
+            "status": "Supported",
             "enabled-by-default": true
         },
         "url": "http://dev.w3.org/csswg/css-position/#sticky-pos",
@@ -952,7 +966,7 @@
     {
         "name": "Shadow DOM",
         "status": {
-            "status": "Done",
+            "status": "Supported",
             "enabled-by-default": true
         },
         "url": "http://w3c.github.io/webcomponents/spec/shadow/",
@@ -978,7 +992,7 @@
     {
         "name": "Srcset w descriptor and related sizes attribute",
         "status": {
-            "status": "Done",
+            "status": "Supported",
             "enabled-by-default": true
         },
         "url": "https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element",
@@ -994,7 +1008,7 @@
     {
         "name": "Srcset x descriptor",
         "status": {
-            "status": "Done",
+            "status": "Supported",
             "enabled-by-default": true
         },
         "url": "https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element",
@@ -1010,7 +1024,7 @@
     {
         "name": "Strict Mixed Content Checking",
         "status": {
-            "status": "Done",
+            "status": "Supported",
             "enabled-by-default": true
         },
         "url": "https://w3c.github.io/webappsec-mixed-content/#strict-checking",
@@ -1039,7 +1053,7 @@
     {
         "name": "Template Element",
         "status": {
-            "status": "Done",
+            "status": "Supported",
             "enabled-by-default": true
         },
         "url": "http://www.w3.org/TR/html5/scripting-1.html#the-template-element",
@@ -1051,7 +1065,7 @@
     {
         "name": "Upgrade Insecure Requests",
         "status": {
-            "status": "Done",
+            "status": "Supported",
             "enabled-by-default": true
         },
         "url": "https://w3c.github.io/webappsec-upgrade-insecure-requests/",

Modified: trunk/Websites/webkit.org/ChangeLog (215052 => 215053)


--- trunk/Websites/webkit.org/ChangeLog	2017-04-06 18:58:24 UTC (rev 215052)
+++ trunk/Websites/webkit.org/ChangeLog	2017-04-06 19:51:25 UTC (rev 215053)
@@ -1,3 +1,14 @@
+2017-04-06  Jon Davis  <j...@apple.com>
+
+        Updates feature status for recently shipped features
+        https://bugs.webkit.org/show_bug.cgi?id=170359
+
+        Reviewed by Brian Burg.
+        
+        Added styles for "Supported" status.
+
+        * wp-content/themes/webkit/status.php:
+
 2017-04-04  Dean Jackson  <d...@apple.com>
 
         Unreviewed. Add details on how to enable the experimental feature.

Modified: trunk/Websites/webkit.org/wp-content/themes/webkit/status.php (215052 => 215053)


--- trunk/Websites/webkit.org/wp-content/themes/webkit/status.php	2017-04-06 18:58:24 UTC (rev 215052)
+++ trunk/Websites/webkit.org/wp-content/themes/webkit/status.php	2017-04-06 19:51:25 UTC (rev 215053)
@@ -203,7 +203,7 @@
     font-size: 2rem;
     display: inline-block;
     position: relative;
-    min-width: 4em;
+    min-width: 5em;
     text-align: right;
 }
 
@@ -223,13 +223,13 @@
     border-color: transparent transparent transparent transparent;
 }
 
-#status-filters .done,
-.feature-status.done,
-.feature-status.done a {
+#status-filters .supported,
+.feature-status.supported,
+.feature-status.supported a {
     color: #339900;
 }
 
-.status-marker.done {
+.status-marker.supported {
     border-color: #339900 transparent transparent transparent;
 }
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to