- const PATH_TAG_AND_ATTR: { [tag: string]: string | string[] } = {
- // HTML 4
- a: 'href',
- body: 'background',
- del: 'cite',
- form: 'action',
- frame: ['src', 'longdesc'],
- img: ['src', 'longdesc'],
- ins: 'cite',
- link: 'href',
- object: 'data',
- q: 'cite',
- script: 'src',
- // HTML 5
- audio: 'src',
- button: 'formaction',
- command: 'icon',
- embed: 'src',
- html: 'manifest',
- input: 'formaction',
This file has been truncated. show original