parserlib: add webkit-optimize-contrast

This commit is contained in:
tophf 2022-04-07 17:18:07 +03:00
parent ffb72cc656
commit a34fe5f400

View File

@ -335,7 +335,7 @@ self.parserlib = (() => {
'icon': 1, 'icon': 1,
'image-orientation': 'from-image | none | [ <angle> || flip ]', 'image-orientation': 'from-image | none | [ <angle> || flip ]',
'image-rendering': 'auto | smooth | high-quality | crisp-edges | pixelated | ' + 'image-rendering': 'auto | smooth | high-quality | crisp-edges | pixelated | ' +
'optimizeSpeed | optimizeQuality', 'optimizeSpeed | optimizeQuality | -webkit-optimize-contrast',
'image-resolution': 1, 'image-resolution': 1,
'ime-mode': 'auto | normal | active | inactive | disabled', 'ime-mode': 'auto | normal | active | inactive | disabled',
'inline-box-align': 'last | <integer>', 'inline-box-align': 'last | <integer>',