Search CSS features
search_css_featuresSearch CSS features on the Web Platform Dashboard (webstatus.dev) by keyword, Baseline status, and the date range in which they reached Baseline. Use this to answer questions like "which CSS features for scroll animations are Baseline yet?" or "what limited-support CSS is there for anchoring?". Returns live Baseline data. For the browser versions a specific property shipped in, use check_support instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of features to return. | |
| query | No | Free-text search over feature names and descriptions, e.g. "container queries", "anchor", "scroll". Omit to list all CSS features matching the other filters. | |
| since | No | Only features that became Baseline Newly available on or after this date (YYYY-MM-DD). Combined with `baseline`, this means "went Newly in this range AND is status X today". | |
| until | No | Only features that became Baseline Newly available on or before this date (YYYY-MM-DD). | |
| baseline | No | Filter by Baseline status: "widely" (interoperable for 30+ months, safe to use), "newly" (interoperable across all major engines recently), or "limited" (not yet available across all major engines). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The dashboard query that was executed. | |
| total | No | Total matches upstream, across all pages. | |
| features | Yes | ||
| truncated | Yes | Whether more matches exist than were returned. |