Skip to content

Instantly share code, notes, and snippets.

@taylortom
Last active January 19, 2024 12:51
Show Gist options
  • Save taylortom/e06d05087f8f942871c34863d7a5d2e2 to your computer and use it in GitHub Desktop.
Save taylortom/e06d05087f8f942871c34863d7a5d2e2 to your computer and use it in GitHub Desktop.
{
a: [ 'target', 'href', 'title' ],
abbr: [ 'title' ],
address: [],
area: [ 'shape', 'coords', 'href', 'alt' ],
article: [],
aside: [ 'class' ],
audio: [
'autoplay',
'controls',
'crossorigin',
'loop',
'muted',
'preload',
'src'
],
b: [],
bdi: [ 'dir' ],
bdo: [ 'dir' ],
big: [],
blockquote: [ 'cite' ],
br: [],
button: [],
caption: [],
center: [],
cite: [],
code: [],
col: [ 'align', 'valign', 'span', 'width' ],
colgroup: [ 'align', 'valign', 'span', 'width' ],
data: [],
dd: [],
del: [ 'datetime' ],
dfn: [],
details: [ 'open' ],
div: [
'aria-describedby',
'aria-description',
'aria-label',
'aria-hidden',
'class',
'role',
'tabindex'
],
dl: [],
dt: [],
em: [],
figcaption: [],
figure: [],
font: [ 'color', 'size', 'face' ],
footer: [],
h1: [],
h2: [],
h3: [],
h4: [],
h5: [],
h6: [],
header: [],
hr: [],
i: [],
img: [ 'src', 'alt', 'title', 'width', 'height', 'loading' ],
ins: [ 'datetime' ],
kbd: [],
li: [],
mark: [],
nav: [],
ol: [],
p: [ 'lang' ],
pre: [],
q: [],
rp: [],
rt: [],
ruby: [],
s: [],
samp: [],
section: [],
small: [],
span: [ 'class' ],
sub: [],
summary: [],
sup: [],
strong: [],
strike: [],
table: [ 'width', 'border', 'align', 'valign' ],
tbody: [ 'align', 'valign' ],
td: [ 'width', 'rowspan', 'colspan', 'align', 'valign' ],
tfoot: [ 'align', 'valign' ],
th: [ 'width', 'rowspan', 'colspan', 'align', 'valign' ],
thead: [ 'align', 'valign' ],
time: [],
tr: [ 'rowspan', 'align', 'valign' ],
tt: [],
u: [],
ul: [],
var: [],
video: [
'autoplay', 'controls',
'crossorigin', 'loop',
'muted', 'playsinline',
'poster', 'preload',
'src', 'height',
'width'
],
wbr: []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment