Skip to content

extensibleweb/manifesto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

The Extensible Web Manifesto

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

Our primary goal is to tighten the feedback loop between the editors of web standards and web developers. We prefer an evolutionary model of standardization, driven by the vast army of web developers, to a top-down model of progress driven by standardization.

Browser vendors should provide new low-level capabilities that expose the possibilities of the underlying platform as closely as possible. They should seed the discussion of high-level APIs through JavaScript implementations of new features (as done in the cases of Mozilla’s X-Tags and Google’s Polymer). This involves web developers in the process and by iterating outside of the browser, avoids the platform getting stuck with bad APIs.

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

  • The standards process should focus on adding new low-level capabilities to the web platform that are secure and efficient.
  • The web platform should expose low-level capabilities that explain existing features, such as HTML and CSS, allowing authors to understand and replicate them.
  • The web platform should 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.
  • The standards process should 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,

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

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

  • Alex Russell
    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

  • Paul Irish
    Google

  • Ted Han
    Lead Developer, DocumentCloud

  • Tab Atkins
    Member, CSS WG; Google


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.

Releases

No releases published

Packages

No packages published