Add WebGL 1 types#533
Conversation
| "title": "WebDriver" | ||
| }, | ||
| { | ||
| "url": "https://www.khronos.org/registry/webgl/specs/latest/1.0/webgl.idl", |
There was a problem hiding this comment.
We need a licence/terms of use for this one. the other ones all came from w3.org or whatwg, and both have licences/terms of use docs on their specs, we have included the licencees in the TS Third Party Notice. See https://github.com/Microsoft/TypeScript/blob/master/ThirdPartyNoticeText.txt#L82-L167
Can you file a bug for the Khronos group to add a licence text/terms of use documents to the spec so we can safely use it.
There was a problem hiding this comment.
Can we use this: https://www.khronos.org/legal/terms-of-use/ or do we need something else?
There was a problem hiding this comment.
From the copyright notice:
The contents of this site are subject to protection under U.S. and foreign copyright laws. You may not copy or distribute any portion of this site, except as necessary to view this site.
I think they need to have explicit terms of use on the documents themselves. for example: this is what W3C has, and they have it linked from all their specs: https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document
WhatWG uses Creative Commons Attribution 4.0 International License, and again, they have it linked in all their specs.
There was a problem hiding this comment.
We've got the license: KhronosGroup/WebGL#267
|
Thanks! |
…for WebGL. Licence added in KhronosGroup/WebGL#2674 WebGL spec used in generating the library as of: microsoft/TypeScript-DOM-lib-generator#533
|
Ported by microsoft/TypeScript#26102 |
WebGL 2 types will follow later.