web-features 3.9.3 → 3.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -101,7 +101,11 @@ It has the following properties:
101
101
  - `discouraged` (optional): An object indicating that web developers should avoid using the feature.
102
102
  It has the following properties:
103
103
  - `according_to` (type: `string[]`): One or more links to a formal discouragement notice, such as specification text or an intent-to-unship
104
+ - `reason` (type: `string`): A brief, developer-focused description of why the feature is discouraged.
105
+ - `reason_html` (type: `string`): A brief, developer-focused description of why the feature is discouraged, as an HTML string.
104
106
  - `alternatives` (optional, type: `string[]`): One or more feature IDs (as in `features[alternatives[0]]`) that substitute some or all of this feature's utility
107
+ - `removal_date` (optional, type: `string`): An expected or actual removal date, as in `"2029-12-31"`.
108
+ Only set if there's an announced plan by all currently-implementing vendors to unship the feature or the feature has already been unshipped from all browsers.
105
109
 
106
110
  ### Moved objects
107
111