#HTML attribute names and #CSS values should be camelCased.

- “shadowRootMode”, not “shadowrootmode”
- “deepPink”, not “deeppink”
- etc.

They’re case-insensitive, and there is no reason to choose the worse version.

@kizu That’s what I keep telling to the German language 🥲 But seriously, it somehow seems to me like lowercase attributes say “I’m case-insensitive”, and lowerCase ones say “I’m case-sensitive”. For example, viewBox in SVG is a good example: it’s case-sensitive, and I want to convey this message. But also, currentcolor in my CSS is always lowercase for visual consistency, sorry!