Skip to content

Commit 19a1b04

Browse files
caugnerddbeck
andauthored
Update schemas/compat-data-schema.md
Co-authored-by: Daniel D. Beck <[email protected]>
1 parent 03e1068 commit 19a1b04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

schemas/compat-data-schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ The `__compat` object consists of the following:
182182
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`).
183183

184184
- 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.
185-
Each URL must either contain a fragment identifier (e.g. `https://tc39.es/proposal-promise-allSettled/#sec-promise.allsettled`), or else must match the regular-expression pattern `^https://registry.khronos.org/webgl/extensions/[^/]+/` (e.g. `https://registry.khronos.org/webgl/extensions/ANGLE_instanced_arrays/`) or `^https://github.com/WebAssembly/.+` for WebAssembly specs.
185+
Each URL must contain a fragment identifier (e.g. `https://tc39.es/proposal-promise-allSettled/#sec-promise.allsettled`) or match one of the regular-expression pattern given in the JSON Schema file.
186186
Each URL must link to a specification published by a standards body or a formal proposal that may lead to such publication.
187187

188188
- An optional `tags` property to assign tags to the feature.

0 commit comments

Comments
 (0)