How to Uncover Pseudo-Standardistas
Published on NovĀ 20, 2008 (updated FebĀ 5, 2024), filed under development (feed). (Share this on Mastodon orĀ Bluesky?)
This and many other posts are also available as a pretty, well-behaved ebook: On Web Development.
Thereās a growing group of developers that doesnāt help our attempts for faster, more accessible, more maintainable, and generally quality-oriented web development: pseudo-standardistas. There are several ways to identify pseudos (apart from the hints Henri shared), the easiest being:
Pseudo-standardistas report to be member of standard bodies and organizations like e.g. W3C. However, a non-paper member participating in W3C work will usually have at least one results page of entries when reviewing their work, so try searching Google for contributions on W3C mailing lists. (Searching does work for verifying contributions to other initiatives, too.)
Pseudo-standardistas like to point out how great valid HTML is (it is, even though validation isnāt everything). Try validating their site to see if they act accordingly (keep the HTMLĀ 5 doctype in mindā
<!DOCTYPE html>
ā, which isnāt recognized by the WDG and a few other validators).Pseudo-standardistas make maintainability mistakes like working with presentational ID and class names, and using (maybe even recommending) Conditional Comments or multiple style sheet references in the markup. This is a tough call (not everyone will appreciate this) and surely an advanced requirement (many peers donāt find it problematic to link to several style sheets out of their pagesā markup), but still a red flag when it comes to maintainability.
There are more telltales of pseudo-advocates of modern web development (I feel reminded of āvalid this or thatā badges), but at least in German-speaking countries thereās an awkward tendency to rest on laurels not deserved yet. I donāt mind decisive self-promotion and marketing (heck, itās Europeās small answer to Barack Obama writing this post), but we need to ask ourselves if thatās in the best interest of our industry.
About Me
Iām Jens (long: Jens Oliver Meiert), and Iām a web developer, manager, and author. Iāve been working as a technical lead and engineering manager for companies youāve never heard of and companies you use every day, Iām an occasional contributor to web standards (like HTML, CSS, WCAG), and I write and review books for OāReilly and Frontend Dogma.
I love trying things, not only in web development and engineering management, but also in other areas like philosophy. Here on meiert.com I share some of my experiences and views. (I value you being critical, interpreting charitably, and giving feedback.)