Ids should be used only for scripts, and most of the time should be auto generated anyway.
Leave IDs for uniquely identifying an element on a page because you need to access it from a script.
Treating them like "Extra Strong" class names is a maintenance nightmare.
Ids should be used only for scripts, and most of the time should be auto generated anyway.