[csswg-drafts] css-scroll-snap-2: scroll-initial-target has incorrect 'see individual properties' in computed value (#13425)

lifeiscontent has just created a new issue for https://github.com/w3c/csswg-drafts:

== css-scroll-snap-2: scroll-initial-target has incorrect 'see individual properties' in computed value ==
## Summary

The `scroll-initial-target` property definition has `computedValue: "see individual properties"` but this property is not a shorthand.

## Current Definition

From https://drafts.csswg.org/css-scroll-snap-2/#propdef-scroll-initial-target:

- **Value**: `none | nearest`
- **Initial**: `none`
- **Computed value**: "see individual properties" ← incorrect

## Expected

The computed value should be something like "as specified" or "specified keyword" since this is a simple enum property with no constituent longhands.

## Impact

This causes the property to be incorrectly identified as a shorthand by automated tools that parse CSS spec data (e.g., w3c/webref).

## Suggested Fix

Change the computed value field from "see individual properties" to "as specified" (or similar).

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/13425 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Sunday, 1 February 2026 04:06:04 UTC