The HTML spec allows for periods (.) in an id:
However, using a CSS ID selector rule will not match correc
You could also use the attribute selector like this:
[id='some.id'] { color: #f00; }