The Extensible Web Manifesto

#extendthewebforward


We—the undersigned—want to change how web standards committees create and prioritize new features. We believe that this is critical to the long-term health of the web.

We aim to tighten the feedback loop between the editors of web standards and web developers.

Today, most new features require months or years of standardization, followed by careful implementation by browser vendors, only then followed by developer feedback and iteration. We prefer to enable feature development and iteration in JavaScript, followed by implementation in browsers and standardization.

To enable libraries to do more, browser vendors should provide new low-level capabilities that expose the possibilities of the underlying platform as closely as possible.

They should also seed the discussion of high-level APIs through JavaScript implementations of new features (such as Mozilla’s X-Tags and Google’s Polymer).


Specifically, we offer the following design principles for an Extensible Web Platform:

  • Focus on adding new low-level capabilities to the web platform that are secure and efficient.
  • Expose low-level capabilities that explain existing features, such as HTML and CSS, allowing authors to understand and replicate them.
  • Develop, describe and test new high-level features in JavaScript, and allow web developers to iterate on them before they become standardized. This creates a virtuous cycle between standards and developers.
  • Prioritize efforts that follow these recommendations and deprioritize and refocus those which do not.

By focusing on standardizing new low-level capabilities, and building new features in terms of them, we:

  • Contain new security surface area.
  • Allow optimizations in browser engines to focus on the stable core, which affects more APIs as they are added. This leads to better performance with less implementation effort.
  • Allow browser vendors and library authors to iterate on libraries that provide developer-friendly, high-level APIs.

By explaining existing and new features in terms of low-level capabilities, we:

  • Reduce the rate of growth in complexity, and therefore bugs, in implementations.
  • Make it possible to polyfill more of the platform's new features.
  • Require less developer education for new features. Educational materials can build off of concepts that are already in the platform.

Making new features easy to understand and polyfill introduces a virtuous cycle:

  • Developers can ramp up more quickly on new APIs, providing quicker feedback to the platform while the APIs are still the most malleable.
  • Mistakes in APIs can be corrected quickly by the developers who use them, and library authors who serve them, providing high-fidelity, critical feedback to browser vendors and platform designers.
  • Library authors can experiment with new APIs and create more cow-paths for the platform to pave.

By prioritizing efforts that follow these principles, we:

  • Free up the standards process (especially in the short-term) to focus on features with security or performance concerns, and features that can only be added at the platform level, such as new hardware.
  • Allow web developers and browser-initiated libraries to take the lead in costly explorations.
  • Simplify and streamline the longer-term process of standardizing new APIs, which will already have implementations and significant real-world usage.

We want web developers to write more declarative code, not less. This calls for eliminating the standards bottleneck to introducing new declarative forms, and giving library and framework authors the tools to create them.

In order for the open web to compete with its walled competitors, there must be a clear path for good ideas by web developers to become part of the infrastructure of the web. We must enable web developers to build the future web.


In support of these principles,

Sign the Manifesto

Other Signers

  • Brendan Eich
    CTO and SVP Engineering, Mozilla; Creator of JavaScript

  • Yehuda Katz
    Member, TC39, W3C TAG; Core Team, Ember.js, Rails

  • Alex Russell
    Member, TC39, W3C TAG; Google Chrome Team

  • Brian Kardell
    Chair, Extensible Web Community Group, W3C

  • François REMY
    Co-founder, Extensible Web Community Group, W3C

  • Clint Hill
    Co-founder, Extensible Web Community Group, W3C

  • Marcos Caceres
    Co-founder, Extensible Web Community Group, W3C

  • Tom Dale
    Core Team, Ember.js

  • Anne van Kesteren
    Editor of standards, Architecture Astronaut at Mozilla

  • Sam Tobin-Hochstadt
    Member, TC39

  • Domenic Denicola
    Co-Editor, Promises/A+

  • Chris Eppstein
    Maintainer, Sass

  • Dave Herman
    Mozilla Research and TC39

  • Alan Stearns
    Member, CSSWG

  • Rick Waldron
    Member, TC39; Core Team, jQuery, Bocoup

  • Paul Irish
    Google

  • Ted Han
    Lead Developer, DocumentCloud

  • Tab Atkins
    Member, CSS WG; Google

  • Dan Appelquist
    Co-Chair, W3C TAG, Open Web Advocate, Telefónica

  • Isaac Schlueter
    Maintainer, Node.js

  • Allen Wirfs-Brock
    Mozilla Research Fellow, TC39 Member, Editor of The ECMAScript Specification


Related reading

  • Extend the Web Forward, by Yehuda Katz, which fleshes out these ideas more.
  • An Extensible Approach to Browser Security Policy, by Yehuda Katz, which presents a practical application of these principles to the problem of designing an API for the browser's Content Security Policy.
  • Dropping the F-Bomb on Web Standards, by Brian Kardell, a practical discussion of how ideas and language from the developer community can be integrated back into interoperable standards.
  • Bedrock, by Alex Russell, a 2012 post that explores, in-depth, the philosophy and practice of designing the platform in an extensible ("layered") way.
  • How the Web Should Work, by Boris Smus, a 2012 post that describes how "forward polyfills" (or prollyfills) should work practically.