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

Resolve HTML5 standard invalid unique IDs being generated #380

Merged
merged 2 commits into from
Oct 3, 2022

Conversation

chrispage1
Copy link
Contributor

A HTML ID attribute must begin with a letter. However currently there is a possibility that it can be a number, which breaks fields that depend on ID selection, such as Nova TinyMCE Editor

This is a simple pull request that prefixes uniquely generated IDs with a 'c' character, thus ensuring that all IDs always begin with a letter.

@chrispage1
Copy link
Contributor Author

Issue raised by @ellukesmith - #377

@jShox
Copy link
Contributor

jShox commented Aug 29, 2022

+1

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.

None yet

3 participants