No dots
11 May 2020
Microblog posting from 11 May 2020 at 06:36:50 +00:00.
TIL: It is unwise to use “.” as a separator in ID values. You can’t
then easily search for them with document.querySelector
in JavaScript because “.”
is a separator character in CSS. CSS : XPath ≈ #root.part
: id('root')/part