Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop requirement to register meta[name] extensions #2229

Merged
merged 4 commits into from
Feb 8, 2017

Commits on Jan 8, 2017

  1. Drop requirement to register meta[name] extensions

    The original spirit behind the requirement to register meta[name] extensions was
    good, but in practice it has ended up costing a large of maintenance time
    without it being clear how much real benefit to end users it has provided.
    
    Many values listed at https://wiki.whatwg.org/wiki/MetaExtensions appear to be
    essentially for private use for only the people/organizations who minted them,
    without it being clear how much general utility they might have, and without any
    evidence of public applications that consume them.
    
    So this change drops the requirement to formally register new meta[name] names,
    while still retaining a reference to https://wiki.whatwg.org/wiki/MetaExtensions
    informatively—in order to encourage authors to consult that before creating and
    using any new meta[name] names.
    sideshowbarker committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    de53c29 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2017

  1. Configuration menu
    Copy the full SHA
    90faf75 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2017

  1. Configuration menu
    Copy the full SHA
    4566e1f View commit details
    Browse the repository at this point in the history
  2. nits

    annevk committed Feb 8, 2017
    Configuration menu
    Copy the full SHA
    c21b0a1 View commit details
    Browse the repository at this point in the history