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

[BUGFIX LTS] unique-id: Ensure return value starts with a letter to avoid invalid selectors starting with numeric digits #20120

Merged
merged 1 commit into from
Jun 21, 2022

Commits on Jun 21, 2022

  1. unique-id: Adjust uniqueId() implementation to only generate valid …

    …selectors
    
    Regular UUIDs are allowed to start with numeric digits, but CSS selectors may not start with those. This change adjusts the implementation to only return UUIDs starting with a letter instead of a digit.
    Turbo87 committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    2ffa93d View commit details
    Browse the repository at this point in the history