Sha256: 4453bd71e07f527c98d4f2c6fe43457c14b199e5039777aa7ca03c6051ef0184
Contents?: true
Size: 381 Bytes
Versions: 51
Compression:
Stored size: 381 Bytes
Contents
"use strict"; // https://infra.spec.whatwg.org/#namespaces exports.HTML_NS = "http://www.w3.org/1999/xhtml"; exports.MATHML_NS = "http://www.w3.org/1998/Math/MathML"; exports.SVG_NS = "http://www.w3.org/2000/svg"; exports.XLINK_NS = "http://www.w3.org/1999/xlink"; exports.XML_NS = "http://www.w3.org/XML/1998/namespace"; exports.XMLNS_NS = "http://www.w3.org/2000/xmlns/";
Version data entries
51 entries across 48 versions & 3 rubygems