remove the useless redirection of <text-decoration-color>
This commit is contained in:
parent
1ac858bd38
commit
1a8481ca80
|
@ -591,8 +591,8 @@ self.parserlib = (() => {
|
||||||
'text-align-all': 'start | end | left | right | center | justify | match-parent',
|
'text-align-all': 'start | end | left | right | center | justify | match-parent',
|
||||||
'text-align-last': 'auto | start | end | left | right | center | justify',
|
'text-align-last': 'auto | start | end | left | right | center | justify',
|
||||||
'text-anchor': 'start | middle | end',
|
'text-anchor': 'start | middle | end',
|
||||||
'text-decoration': '<text-decoration-line> || <text-decoration-style> || <text-decoration-color>',
|
'text-decoration': '<text-decoration-line> || <text-decoration-style> || <color>',
|
||||||
'text-decoration-color': '<text-decoration-color>',
|
'text-decoration-color': '<color>',
|
||||||
'text-decoration-line': '<text-decoration-line>',
|
'text-decoration-line': '<text-decoration-line>',
|
||||||
'text-decoration-skip': 'none | [ objects || [ spaces | [ leading-spaces || trailing-spaces ] ] || ' +
|
'text-decoration-skip': 'none | [ objects || [ spaces | [ leading-spaces || trailing-spaces ] ] || ' +
|
||||||
'edges || box-decoration ]',
|
'edges || box-decoration ]',
|
||||||
|
@ -859,8 +859,6 @@ self.parserlib = (() => {
|
||||||
|
|
||||||
'<string>': part => part.type === 'string',
|
'<string>': part => part.type === 'string',
|
||||||
|
|
||||||
'<text-decoration-color>': '<color>',
|
|
||||||
|
|
||||||
'<text-decoration-style>': 'solid | double | dotted | dashed | wavy',
|
'<text-decoration-style>': 'solid | double | dotted | dashed | wavy',
|
||||||
|
|
||||||
'<time>': part => part.type === 'time',
|
'<time>': part => part.type === 'time',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user