Skip to content

Commit

Permalink
Merge pull request #13 from es-sayers/dev
Browse files Browse the repository at this point in the history
Fix names
  • Loading branch information
es-sayers authored Aug 13, 2024
2 parents a505be5 + f3da84c commit 4ae793f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Output:
```

## Supported Tags
`a`, `abbr`, `address`, `area`, `article`, `aside`, `audio`, `b`, `base`, `bdi`, `bdo`, `blockquote`, `body`, `br`, `button`, `canvas`, `caption`, `cite`, `code`, `col`, `colgroup`, `data`, `datalist`, `dd`, `del`, `details`, `dfn`, `dialog`, `div`, `dl`, `dt`, `em`, `embed`, `fieldset`, `figcaption`, `figure`, `footer`, `form`, `h1`, `h2`, `h3`, `h4`, `h5`, `h6`, `head`, `header`, `hgroup`, `hr`, `html`, `i`, `iframe`, `img`, `input`, `ins`, `kbd`, `label`, `legend`, `li`, `link`, `main`, `map`, `mark`, `menu`, `meta`, `meter`, `nav`, `noscript`, `objecttag`, `ol`, `optgroup`, `option`, `output`, `p`, `param`, `picture`, `pre`, `progress`, `q`, `rp`, `rt`, `ruby`, `s`, `samp`, `script`, `search`, `section`, `select`, `small`, `source`, `span`, `strike`, `strong`, `style`, `sub`, `summary`, `sup`, `svg`, `table`, `tbody`, `td`, `template`, `textarea`, `tfoot`, `th`, `thead`, `time`, `title`, `tr`, `track`, `u`, `ul`, `vartag`, `video`, `wbr`
`a`, `abbr`, `address`, `area`, `article`, `aside`, `audio`, `b`, `base`, `bdi`, `bdo`, `blockquote`, `body`, `br`, `button`, `canvas`, `caption`, `cite`, `code`, `col`, `colgroup`, `data`, `datalist`, `dd`, `del`, `details`, `dfn`, `dialog`, `div`, `dl`, `dt`, `em`, `embed`, `fieldset`, `figcaption`, `figure`, `footer`, `form`, `h1`, `h2`, `h3`, `h4`, `h5`, `h6`, `head`, `header`, `hgroup`, `hr`, `html`, `i`, `iframe`, `img`, `input`, `ins`, `kbd`, `label`, `legend`, `li`, `link`, `main`, `map`, `mark`, `menu`, `meta`, `meter`, `nav`, `noscript`, `object`, `ol`, `optgroup`, `option`, `output`, `p`, `param`, `picture`, `pre`, `progress`, `q`, `rp`, `rt`, `ruby`, `s`, `samp`, `script`, `search`, `section`, `select`, `small`, `source`, `span`, `strike`, `strong`, `style`, `sub`, `summary`, `sup`, `svg`, `table`, `tbody`, `td`, `template`, `textarea`, `tfoot`, `th`, `thead`, `time`, `title`, `tr`, `track`, `u`, `ul`, `var`, `video`, `wbr`

## Supported Attributes
`accept`, `accesskey`, `action`, `align`, `alt`, `async`, `autocomplete`, `autofocus`, `autoplay`, `bgcolor`, `border`, `charset`, `checked`, `cite`, `classattribute`, `color`, `cols`, `colspan`, `content`, `contenteditable`, `controls`, `coords`, `data`, `datetime`, `defaultattribute`, `defer`, `dir`, `dirname`, `disabled`, `download`, `draggable`, `enctype`, `enterkeyhint`, `forattribute`, `form`, `formaction`, `headers`, `height`, `hidden`, `high`, `href`, `hreflang`, `http-equiv`, `id`, `inert`, `inputmode`, `ismap`, `kind`, `label`, `lang`, `listattribute`, `loop`, `low`, `max`, `maxlength`, `media`, `method`, `min`, `multiple`, `muted`, `name`, `novalidate`, `open`, `optimum`, `pattern`, `ping`, `placeholder`, `popover`, `popovertarget`, `popovertargetaction`, `poster`, `preload`, `readonlyattribute`, `rel`, `required`, `reversed`, `rows`, `rowspan`, `sandbox`, `scope`, `selected`, `shape`, `size`, `sizes`, `span`, `spellcheck`, `src`, `srcdoc`, `srclang`, `srcset`, `start`, `step`, `style`, `tabindex`, `target`, `title`, `translate`, `type`, `usemap`, `value`, `width`, `wrap`
`accept`, `accesskey`, `action`, `align`, `alt`, `async`, `autocomplete`, `autofocus`, `autoplay`, `bgcolor`, `border`, `charset`, `checked`, `cite`, `class`, `color`, `cols`, `colspan`, `content`, `contenteditable`, `controls`, `coords`, `data`, `datetime`, `default`, `defer`, `dir`, `dirname`, `disabled`, `download`, `draggable`, `enctype`, `enterkeyhint`, `for`, `form`, `formaction`, `headers`, `height`, `hidden`, `high`, `href`, `hreflang`, `http-equiv`, `id`, `inert`, `inputmode`, `ismap`, `kind`, `label`, `lang`, `list`, `loop`, `low`, `max`, `maxlength`, `media`, `method`, `min`, `multiple`, `muted`, `name`, `novalidate`, `open`, `optimum`, `pattern`, `ping`, `placeholder`, `popover`, `popovertarget`, `popovertargetaction`, `poster`, `preload`, `readonly`, `rel`, `required`, `reversed`, `rows`, `rowspan`, `sandbox`, `scope`, `selected`, `shape`, `size`, `sizes`, `span`, `spellcheck`, `src`, `srcdoc`, `srclang`, `srcset`, `start`, `step`, `style`, `tabindex`, `target`, `title`, `translate`, `type`, `usemap`, `value`, `width`, `wrap`

0 comments on commit 4ae793f

Please sign in to comment.