Package Exports
- web-namespaces
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (web-namespaces) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
web-namespaces
Map of web namespaces.
Install
npm:
npm install web-namespaces
Use
var webNamespaces = require('web-namespaces')
console.log(webNamespaces)
Yields:
{ html: 'http://www.w3.org/1999/xhtml',
mathml: 'http://www.w3.org/1998/Math/MathML',
svg: 'http://www.w3.org/2000/svg',
xlink: 'http://www.w3.org/1999/xlink',
xml: 'http://www.w3.org/XML/1998/namespace',
xmlns: 'http://www.w3.org/2000/xmlns/' }
API
webNamespaces
Object.<string, string>
— Map of short-name to namespaces.
Related
html-tag-names
— List of HTML tagsmathml-tag-names
— List of MathML tagssvg-tag-names
— List of SVG tagssvg-element-attributes
— Map of SVG elements to allowed attributeshtml-element-attributes
— Map of HTML elements to allowed attributesaria-attributes
— List of ARIA attributes