Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CSS extract] Fix dl case for SVG 1.1 spec #1474

Merged
merged 1 commit into from
Jan 30, 2024
Merged

Conversation

tidoust
Copy link
Member

@tidoust tidoust commented Jan 30, 2024

Hasty copy-and-paste meant the code that dealt with old CSS property definitions in a dl list (essentially, the SVG 1.1 spec) crashed.

In practice, the CSS extract of SVG 1.1 does not appear in Webref because CSS extracts are only provided for the current specification (SVG 2), so this bug did not have any visible consequence. Still, Reffy crashed on SVG 1.1.

Hasty copy-and-paste meant the code that dealt with old CSS property
definitions in a dl list (essentially, the SVG 1.1 spec) crashed.

In practice, the CSS extract of SVG 1.1 does not appear in Webref because
CSS extracts are only provided for the current specification (SVG 2), so this
bug did not have any visible consequence. Still, Reffy crashed on SVG 1.1.
@tidoust tidoust marked this pull request as ready for review January 30, 2024 10:07
@tidoust tidoust merged commit 76057ba into main Jan 30, 2024
1 check passed
@tidoust tidoust deleted the fix-css-extract-dl branch January 30, 2024 10:47
tidoust added a commit that referenced this pull request Jan 30, 2024
Bug fixed:
- [CSS extract] Fix dl case for SVG 1.1 spec (#1474)

Dependencies bumped:
- Bump puppeteer from 21.9.0 to 21.10.0 (#1473)
- Bump respec from 34.3.0 to 34.4.0 (#1472)
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