I think it's better to write id's as a class also because id's have more weight over classes. So if all the css has classes then it's just better css. I'm not sure if it's clear.

Id's are also good but for scripts (faster results).

So instead of
<section id="block-apkr-app-ap-app-language-switcher" class="block block-apkr-app clearfix">
it would be
<section id="block-apkr-app-ap-app-language-switcher" class="block block-apkr-app block-apkr-app-ap-app-language-switcher clearfix">

Comments

markhalliwell’s picture

Status: Active » Closed (won't fix)

You can easily implement this feature inside a custom sub-theme's block preprocessing. I don't think this should be provided by this base theme itself.