Skip to content

[CSS extracts] Handle non-breaking spaces in property key names - #2074

Merged
tidoust merged 1 commit into
mainfrom
css-non-breaking-spaces
Apr 29, 2026
Merged

[CSS extracts] Handle non-breaking spaces in property key names#2074
tidoust merged 1 commit into
mainfrom
css-non-breaking-spaces

Conversation

@tidoust

@tidoust tidoust commented Apr 29, 2026

Copy link
Copy Markdown
Member

Via w3c/webref#1908 (comment)

The SVG spec uses non-breaking spaces in property definition tables for "Computed value". Reffy failed to convert that to computedValue as a result. This update uses the more generic \s regular expression to split on spaces.

Via w3c/webref#1908 (comment)

The SVG spec uses non-breaking spaces in property definition tables for
"Computed value". Reffy failed to convert that to `computedValue` as a result.
This update uses the more generic `\s` regular expression to split on spaces.
@tidoust
tidoust requested a review from dontcallmedom April 29, 2026 13:43
@tidoust
tidoust merged commit e23d5f3 into main Apr 29, 2026
1 check passed
@tidoust
tidoust deleted the css-non-breaking-spaces branch April 29, 2026 13:46
tidoust added a commit that referenced this pull request Apr 30, 2026
Feature patched:
- [CSS extracts] Handle non-breaking spaces in property key names (#2074)

Dependencies bumped:
- Bump respec from 35.9.0 to 37.0.0 (#2075)
- Bump web-specs from 3.82.1 to 3.84.0 (#2076)
- Bump rollup from 4.60.1 to 4.60.2 (#2070)
- Bump ajv from 8.18.0 to 8.20.0 (#2073)
- Bump puppeteer from 24.40.0 to 24.42.0 (#2071)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants