Wednesday, 23 January 2019

I am developing a product using the DOM specification. What must I do when the product is released

I am developing a product using the DOM specification. What must I do when the product is released?

Answer:

Full details are in the DOM specification. A brief summary follows:

  1. if you are copying the DOM specification into the documentation of your product, then you must cite the source (including the URL) and include the W3C copyright notice and the status of the specification
  2. if you are intending to build technologies based on the DOM specification, then you are free to use these. W3C specifications and sample code are freely available for any use by anyone. If you are going to change the DOM bindings in any way, you must document that the bindings have been changed and change, for example, the Java package names.

No comments:

Post a Comment