Skip to content

Commit

Permalink
Add spec_url to schema doc (#4507)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elchi3 authored and ddbeck committed Jul 18, 2019
1 parent 2f9d21b commit 6e16620
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions schemas/compat-data-schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ Is it a functionality that is standard? Is it stable? Has it been deprecated and
* An optional `mdn_url` property which __points to an MDN reference page documenting the feature__.
It needs to be a valid URL, and should be the language-neutral URL (e.g. use `https://developer.mozilla.org/docs/Web/CSS/text-align` instead of `https://developer.mozilla.org/en-US/docs/Web/CSS/text-align`).

* An optional `spec_url` property as a URL or an array of URLs, each of which is for a specific part of a specification in which this feature is defined. Each URL must contain a fragment identifier (e.g. `https://tc39.es/proposal-promise-allSettled/#sec-promise.allsettled`).

### The `support` object
Each `__compat` object contains support information. For each browser identifier, it contains a [`support_statement`](#the-support_statement-object) object with
information about versions, prefixes, or alternate names, as well as notes.
Expand Down

0 comments on commit 6e16620

Please sign in to comment.