Modified: trunk/Source/WebCore/ChangeLog (236574 => 236575)
--- trunk/Source/WebCore/ChangeLog 2018-09-27 22:15:48 UTC (rev 236574)
+++ trunk/Source/WebCore/ChangeLog 2018-09-27 22:29:26 UTC (rev 236575)
@@ -1,3 +1,14 @@
+2018-09-27 Justin Michaud <[email protected]>
+
+ Remove duplicate CSS Properties and Values feature on status page
+ https://bugs.webkit.org/show_bug.cgi?id=189909
+
+ Reviewed by Simon Fraser.
+
+ Update CSS properties and values api feature in features.json
+
+ * features.json:
+
2018-09-27 Jer Noble <[email protected]>
MediaPlayer should have mediaPlayerWaitingForKeyChanged() / bool waitingForKey() accessor
Modified: trunk/Source/WebCore/features.json (236574 => 236575)
--- trunk/Source/WebCore/features.json 2018-09-27 22:15:48 UTC (rev 236574)
+++ trunk/Source/WebCore/features.json 2018-09-27 22:29:26 UTC (rev 236575)
@@ -50,16 +50,6 @@
"description": "Allows content to specify colors outside of the sRGB Color Space."
},
{
- "name": "CSS Custom Properties And Values",
- "status": {
- "status": "Under Development"
- },
- "url": "https://drafts.css-houdini.org/css-properties-values-api/",
- "webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=189692",
- "keywords": ["CSSCustomPropertiesAndValues", "custom properties", "css"],
- "description": "An API for registering new CSS properties. Properties registered using this API are provided with a parse syntax that defines a type, inheritance behaviour, and an initial value."
- },
- {
"name": "CSS Font Display",
"status": {
"status": "In Development",
@@ -141,10 +131,12 @@
{
"name": "CSS Properties and Values API Level 1",
"status": {
- "status": "Under Consideration"
+ "status": "Under Development"
},
"url": "https://drafts.css-houdini.org/css-properties-values-api/",
- "keywords": ["css", "houdini"],
+ "webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=189692",
+ "keywords": ["css", "houdini", "custom properties"],
+ "description": "An API for registering new CSS properties. Properties registered using this API are provided with a parse syntax that defines a type, inheritance behaviour, and an initial value.",
"category": "css"
},
{