CSS Containment L1 (CR 2018-05-24)
https://www.w3.org/TR/css-contain-1/
This commit is contained in:
parent
261b74d6ad
commit
f0c31f75b3
|
@ -102,6 +102,7 @@
|
|||
}
|
||||
|
||||
Object.assign(CodeMirror.mimeModes['text/css'].propertyKeywords, {
|
||||
'contain': true,
|
||||
'mix-blend-mode': true,
|
||||
'isolation': true,
|
||||
// nonstandard https://compat.spec.whatwg.org/
|
||||
|
|
|
@ -257,6 +257,7 @@ self.parserlib = (() => {
|
|||
'column-span': 'none | all',
|
||||
'column-width': '<length> | auto',
|
||||
'columns': 1,
|
||||
'contain': 'none | strict | content | [ size || layout || style || paint ]',
|
||||
'content': 'normal | none | <content-list> [ / <string> ]?',
|
||||
'counter-increment': 1,
|
||||
'counter-reset': 1,
|
||||
|
|
Loading…
Reference in New Issue
Block a user