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

Verify that ids of sections (and other entities?) are valid CSS identifiers #278

Open
thomasheritage opened this issue Sep 16, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@thomasheritage
Copy link
Collaborator

Not all id values that are valid in HTML are also valid as identifiers in CSS.

Using values not valid as CSS identifiers causes a critical error when build.mjs runs pagedjs.

Example error produced by pagedjs (along with many other lines of error output...):

DOMException: Failed to execute 'querySelector' on 'Element': '#5' is not a valid selector.
@palemieux palemieux added the bug Something isn't working label Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants