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

fix(css_parser): accept more emoji #4175

Merged
merged 2 commits into from
Oct 6, 2024

Conversation

Conaclos
Copy link
Member

@Conaclos Conaclos commented Oct 4, 2024

Summary

Fix #3627

Browsers accept more emoji than the standard allows.
Biome now accepts these additional emoji.

Test Plan

I added some tests.

@github-actions github-actions bot added A-Parser Area: parser L-CSS Language: CSS A-Changelog Area: changelog labels Oct 4, 2024
@Conaclos Conaclos force-pushed the conaclos/css-parser-accept-extra-emoji branch from 674eb22 to ae5f63b Compare October 4, 2024 13:26
@github-actions github-actions bot added the A-Formatter Area: formatter label Oct 4, 2024
@Conaclos Conaclos force-pushed the conaclos/css-parser-accept-extra-emoji branch from ae5f63b to 4d53371 Compare October 4, 2024 13:47
@github-actions github-actions bot added the A-Linter Area: linter label Oct 4, 2024
@Conaclos Conaclos force-pushed the conaclos/css-parser-accept-extra-emoji branch from 4d53371 to 8b1e3bf Compare October 4, 2024 20:22
@Conaclos Conaclos force-pushed the conaclos/css-parser-accept-extra-emoji branch from 8b1e3bf to f353ed2 Compare October 6, 2024 10:33
@github-actions github-actions bot removed the A-Linter Area: linter label Oct 6, 2024
@Conaclos Conaclos merged commit 0398828 into main Oct 6, 2024
10 checks passed
@Conaclos Conaclos deleted the conaclos/css-parser-accept-extra-emoji branch October 6, 2024 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Changelog Area: changelog A-Formatter Area: formatter A-Parser Area: parser L-CSS Language: CSS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🐛 emoji not supported in CSS parser
3 participants