UNPKG

property-information

Version:

Info on the properties and attributes of the web platform

18 lines (16 loc) 351 B
import {create} from './util/create.js' export const xlink = create({ properties: { xLinkActuate: null, xLinkArcRole: null, xLinkHref: null, xLinkRole: null, xLinkShow: null, xLinkTitle: null, xLinkType: null }, space: 'xlink', transform(_, property) { return 'xlink:' + property.slice(5).toLowerCase() } })