Title: [240482] trunk
Revision
240482
Author
j...@apple.com
Date
2019-01-25 10:46:49 -0800 (Fri, 25 Jan 2019)

Log Message

Source/WebCore:
Updated feature status for several features
https://bugs.webkit.org/show_bug.cgi?id=193794

Reviewed by Joseph Pecoraro.

Updated feature status for the following: CSS Font Display,
CSS Text Decoration Level 4, SVG in OpenType Fonts, Web SQL,
File and Directory Entries API, MediaStream Recording API,
Readable Streams, Subresource Integrity, Visual Viewport API,
and Web Audio.

* features.json:

Websites/webkit.org:
Added feature status entry for "Removed in Preview"
https://bugs.webkit.org/show_bug.cgi?id=193794

Reviewed by Joseph Pecoraro.

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

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (240481 => 240482)


--- trunk/Source/WebCore/ChangeLog	2019-01-25 18:45:09 UTC (rev 240481)
+++ trunk/Source/WebCore/ChangeLog	2019-01-25 18:46:49 UTC (rev 240482)
@@ -1,3 +1,18 @@
+2019-01-25  Jon Davis  <j...@apple.com>
+
+        Updated feature status for several features 
+        https://bugs.webkit.org/show_bug.cgi?id=193794
+
+        Reviewed by Joseph Pecoraro.
+        
+        Updated feature status for the following: CSS Font Display,
+        CSS Text Decoration Level 4, SVG in OpenType Fonts, Web SQL,
+        File and Directory Entries API, MediaStream Recording API,
+        Readable Streams, Subresource Integrity, Visual Viewport API,
+        and Web Audio.
+
+        * features.json:
+
 2019-01-25  Wenson Hsieh  <wenson_hs...@apple.com>
 
         Need a way for _javascript_ (or bundle) code to participate in undo

Modified: trunk/Source/WebCore/features.json (240481 => 240482)


--- trunk/Source/WebCore/features.json	2019-01-25 18:45:09 UTC (rev 240481)
+++ trunk/Source/WebCore/features.json	2019-01-25 18:46:49 UTC (rev 240482)
@@ -61,7 +61,7 @@
     {
         "name": "CSS Font Display",
         "status": {
-            "status": "In Development",
+            "status": "Supported",
             "enabled-by-default": false
         },
         "url": "https://drafts.csswg.org/css-fonts-4/#font-display-desc",
@@ -216,8 +216,8 @@
     {
         "name": "CSS Text Decoration Level 4",
         "status": {
-            "status": "Under Consideration",
-            "enabled-by-default": false
+            "status": "Supported in Preview",
+            "enabled-by-default": true
         },
         "url": "https://drafts.csswg.org/css-text-decor-4/",
         "keywords": ["css text decoration", "text decoration"],
@@ -537,7 +537,7 @@
     {
         "name": "SVG in OpenType Fonts",
         "status": {
-            "status": "Under Consideration"
+            "status": "Supported"
         },
         "url": "https://www.microsoft.com/typography/otspec/svg.htm/",
         "keywords": ["svg", "font", "opentype", "OT-SVG"],
@@ -661,6 +661,20 @@
         }
     },
     {
+        "name": "Web SQL Database",
+        "status": {
+            "status": "Removed In Preview"
+        },
+        "url": "https://dev.w3.org/html5/webdatabase/",
+        "keywords": ["websql", "web sql", "db", "storage", "database"],
+        "description": "An API for storing data in databases that can be queried using a variant of SQL.",
+        "contact": {
+            "name": "Jon Davis",
+            "twitter": "@jonathandavis",
+            "email": "web-evangel...@apple.com"
+        }
+    },
+    {
         "name": "WebGL 1",
         "status": {
             "status": "Supported",
@@ -935,7 +949,7 @@
     {
         "name": "File and Directory Entries API",
         "status": {
-            "status": "In Development"
+            "status": "Supported"
         },
         "url": "https://wicg.github.io/entries-api/",
         "webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=175976",
@@ -1054,7 +1068,7 @@
     {
         "name": "MediaStream Recording API",
         "status": {
-            "status": "Under Consideration"
+            "status": "In Development"
         },
         "url": "https://w3c.github.io/mediacapture-record",
         "webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=85851",
@@ -1111,7 +1125,7 @@
     {
         "name": "Readable Streams",
         "status": {
-            "status": "In Development",
+            "status": "Supported",
             "enabled-by-default": true
         },
         "url": "https://streams.spec.whatwg.org/#rs",
@@ -1207,7 +1221,7 @@
     {
         "name": "Subresource Integrity",
         "status": {
-            "status": "Supported In Preview"
+            "status": "Supported"
         },
         "url": "https://w3c.github.io/webappsec-subresource-integrity/",
         "description": "Extends script and link elements with an integrity attribute that contains a cryptographic hash of the representation of the resource the author expects to load.",
@@ -1266,7 +1280,7 @@
     {
         "name": "Visual Viewport API",
         "status": {
-            "status": "In Development"
+            "status": "Supported In Preview"
         },
         "url": "https://wicg.github.io/visual-viewport/",
         "description": "A proposal to add explicit APIs to the Web for querying and setting the visual viewport.",
@@ -1275,7 +1289,7 @@
     {
         "name": "Web Audio",
         "status": {
-            "status": "In Development"
+            "status": "Partially Supported"
         },
         "url": "https://www.w3.org/TR/webaudio/",
         "keywords": ["audio", "webaudio"],

Modified: trunk/Websites/webkit.org/ChangeLog (240481 => 240482)


--- trunk/Websites/webkit.org/ChangeLog	2019-01-25 18:45:09 UTC (rev 240481)
+++ trunk/Websites/webkit.org/ChangeLog	2019-01-25 18:46:49 UTC (rev 240482)
@@ -1,3 +1,12 @@
+2019-01-25  Jon Davis  <j...@apple.com>
+
+        Added feature status entry for "Removed in Preview"
+        https://bugs.webkit.org/show_bug.cgi?id=193794
+
+        Reviewed by Joseph Pecoraro.
+
+        * wp-content/themes/webkit/status.php:
+
 2018-12-20  Jon Davis  <j...@apple.com>
 
         Ensure new styles are served on webkit.org.

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


--- trunk/Websites/webkit.org/wp-content/themes/webkit/status.php	2019-01-25 18:45:09 UTC (rev 240481)
+++ trunk/Websites/webkit.org/wp-content/themes/webkit/status.php	2019-01-25 18:46:49 UTC (rev 240482)
@@ -627,6 +627,7 @@
         'supported',
         'deprecated',
         'removed',
+        'removed in preview',
         'not considering'
     ];
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to