Containment Module L2 (WD, 2020-06-03)

This commit is contained in:
tophf 2020-09-25 13:51:03 +03:00
parent e0a7372f4f
commit 3f6c85637c
2 changed files with 2 additions and 0 deletions

View File

@ -105,6 +105,7 @@
}
Object.assign(CodeMirror.mimeModes['text/css'].propertyKeywords, {
'content-visibility': true,
'overflow-anchor': true,
'overscroll-behavior': true,
});

View File

@ -286,6 +286,7 @@ self.parserlib = (() => {
'columns': 1,
'contain': 'none | strict | content | [ size || layout || style || paint ]',
'content': 'normal | none | <content-list> [ / <string> ]?',
'content-visibility': 'visible | auto | hidden',
'counter-increment': 1,
'counter-reset': 1,
'crop': 'rect() | inset-rect() | auto',