Changed "Under Development" status to use "In Development" instead
https://bugs.webkit.org/show_bug.cgi?id=187615
Reviewed by Joseph Pecoraro.
* features.json: Updated CSS Painting API Level 1 and CSS Properties and Values API Level 1.
Websites/webkit.org:
Added support for "deprecated" feature status
https://bugs.webkit.org/show_bug.cgi?id=187615
Reviewed by Joseph Pecoraro.
* wp-content/themes/webkit/status.php:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@237418
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2018-10-25 Jon Davis <jond@apple.com>
+
+ Changed "Under Development" status to use "In Development" instead
+ https://bugs.webkit.org/show_bug.cgi?id=187615
+
+ Reviewed by Joseph Pecoraro.
+
+ * features.json: Updated CSS Painting API Level 1 and CSS Properties and Values API Level 1.
+
2018-10-25 Chris Dumez <cdumez@apple.com>
REGRESSION (236779) scandinaviandesigns.com product pages auto redirect to product image
{
"name": "CSS Painting API Level 1",
"status": {
- "status": "Under Development"
+ "status": "In Development"
},
"url": "https://drafts.css-houdini.org/css-paint-api-1/",
"keywords": ["css", "houdini", "worklet"],
{
"name": "CSS Properties and Values API Level 1",
"status": {
- "status": "Under Development"
+ "status": "In Development"
},
"url": "https://drafts.css-houdini.org/css-properties-values-api/",
"webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=189692",
+2018-10-25 Jon Davis <jond@apple.com>
+
+ Added support for "deprecated" feature status
+ https://bugs.webkit.org/show_bug.cgi?id=187615
+
+ Reviewed by Joseph Pecoraro.
+
+ * wp-content/themes/webkit/status.php:
+
2018-10-12 Devin Rousso <drousso@apple.com>
Add a demo for WebInspector scanvas debugging.
"using namespace" statements should be inside namespace definitions for
unified source builds.
- * code-style.md(#using-position):
+ * code-style.md(#using-position):
2018-08-31 Dean Jackson <dino@apple.com>
'supported in preview',
'partially supported',
'supported',
+ 'deprecated',
'removed',
'not considering'
];