antonmedv / finder

CSS Selector Generator 🗺
MIT License
1.36k stars 96 forks source link

Prefer `[id="123"]` vs. `#\31 23` #67

Open eoghanmurray opened 1 year ago

eoghanmurray commented 1 year ago

It took me quite a while to work out what was going on with ids when they started with a numeral:

#\\34 69bb17329ad2642a43d .jss138

IMO, the above is not great for display purposes.

Could we switch to the following format instead?

[id="469bb17329ad2642a43d"] .jss138"
antonmedv commented 5 months ago

I see. Let's just drop #\3 and use [id=]