• The documentation is unclear to me.

    WordPress Core must validate
    “All HTML pages should be verified against the W3C validator…”

    Theme Development Standards say themes must validate
    “Use well-structured, error-free PHP and valid HTML. See WordPress Coding Standards.”
    Links to https://make.www.ads-software.com/core/handbook/coding-standards/ which links to link above.

    But, I can’t find a straight answer to the issue of pluging standards. The following is the best I can find.

    1. https://codex.www.ads-software.com/Developer_Documentation#Plugin_Development
    2. “WordPress Coding Standards – General information about coding standards for WordPress development” links to the defunct WordPress Coding Standards
    3. WordPress Coding Standards says “The WordPress HTML Coding Standards are now located in the Core Contributor Handbook.” (emphasis added)
    4. Core Contributor Handbook links to the quote at the top of this post.

    That seems to suggest that plugins, like themes and core, must W3C validate, but it does not use strong, clear language the way that the theme development page unambiguously adopts the core coding standards.

    So what?
    Why do I care? Because I currently build my website by hand, but I plan to expand it from approximately 800 pages to tens of thousands of pages. I need a CMS to do that. I need my CMS to be predictable. While I prefer that plugins adhere to a standard, what I care about most is knowing whether or not I can expect a plugin on the WordPress repository to adhere to a standard. If I can’t expect it, then that is ok: I will just need to test plugins more thoroughly.

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    I’ve no idea if the plugin review team checks for validation or not as a matter of policy. Even if they did, they could not possibly check every output under every condition. Improper HTML can always sneak through. I’ve seen it happen in themes and even core under very specific conditions.

    There’s a wide variety of code on the repository, I would be really surprised if some of it didn’t generate improper HTML on occasion. You would be well served by testing any plugins you might want to install on your site. I wouldn’t let the fact a plugin has been vetted before placement on the repository significantly change my testing regardless if it is supposed to validate or not.

Viewing 1 replies (of 1 total)
  • The topic ‘Must plugins W3C validate like Core and Themes?’ is closed to new replies.