Minify area[shape] attr; simplify NS code
This commit is contained in:
parent
54b65bbd0c
commit
6ec509945a
2 changed files with 5 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Reference in a new issue