Scroll Anchoring L1 (ED 2020-09-18) (#1038)

This commit is contained in:
tophf 2020-09-22 13:56:53 +03:00 committed by GitHub
parent fa1496ecb8
commit 30983db679
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

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

View File

@ -508,6 +508,7 @@ self.parserlib = (() => {
'outline-style': '<border-style> | auto',
'outline-width': '<border-width>',
'overflow': '<overflow>{1,2}',
'overflow-anchor': 'auto | none',
'overflow-block': '<overflow>',
'overflow-inline': '<overflow>',
'overflow-style': 1,