Release 9.9.0-alpha.2
Pre-release
Pre-release
9.9.0-alpha.2 (2023-04-18)
Features
-
core dom: Add escape_css_id method. (5aa7a52)
Get an escaped CSS selector for a given id string.
id selectors should - but don't have to - start with a letter.
If the id starts with a number or a dash, it should be escaped.
This method does that for you.