Minify area[shape] attr; simplify NS code

This commit is contained in:
Wilson 2020-01-24 15:17:46 +13:00
commit 6ec509945a
2 changed files with 5 additions and 1 deletions

View file

@ -94,6 +94,10 @@ const defaultAttributeValues = {
tags: ['html:table'],
defaultValue: 'none',
}],
'shape': [{
tags: ['html:area'],
defaultValue: 'rect',
}],
'span': [{
tags: ['html:col', 'html:colgroup'],
defaultValue: '1',