Containment Module L2 (WD, 2020-06-03)
This commit is contained in:
parent
e0a7372f4f
commit
3f6c85637c
|
@ -105,6 +105,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
Object.assign(CodeMirror.mimeModes['text/css'].propertyKeywords, {
|
Object.assign(CodeMirror.mimeModes['text/css'].propertyKeywords, {
|
||||||
|
'content-visibility': true,
|
||||||
'overflow-anchor': true,
|
'overflow-anchor': true,
|
||||||
'overscroll-behavior': true,
|
'overscroll-behavior': true,
|
||||||
});
|
});
|
||||||
|
|
|
@ -286,6 +286,7 @@ self.parserlib = (() => {
|
||||||
'columns': 1,
|
'columns': 1,
|
||||||
'contain': 'none | strict | content | [ size || layout || style || paint ]',
|
'contain': 'none | strict | content | [ size || layout || style || paint ]',
|
||||||
'content': 'normal | none | <content-list> [ / <string> ]?',
|
'content': 'normal | none | <content-list> [ / <string> ]?',
|
||||||
|
'content-visibility': 'visible | auto | hidden',
|
||||||
'counter-increment': 1,
|
'counter-increment': 1,
|
||||||
'counter-reset': 1,
|
'counter-reset': 1,
|
||||||
'crop': 'rect() | inset-rect() | auto',
|
'crop': 'rect() | inset-rect() | auto',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user