Comment on Common patterns of markup & styleComments−shinuza14yIt's a good initiative but utterly wrong regarding best practices for css selectors.ol.tags li a span.metaReally? Why not something like:.tags-vertical .metaI like the overall style a lot tho.−mahmud14yIt says it's a Word Press theme. Maybe WP expects those identifiers?−shinuza14yMaybe for the top level, but anything between that and the classname is useless IMHO.
Comments
It's a good initiative but utterly wrong regarding best practices for css selectors.
ol.tags li a span.meta
Really? Why not something like:
.tags-vertical .meta
I like the overall style a lot tho.
It says it's a Word Press theme. Maybe WP expects those identifiers?
Maybe for the top level, but anything between that and the classname is useless IMHO.