Bug 1759130 - Add support for parsing the content-visibility property from the CSS Contain specification r=emilio
Add initial parsing support for the CSS `content-visibility` attribute. Currently these parsed values have no effect. Differential Revision: https://phabricator.services.mozilla.com/D140834
This commit is contained in:
@@ -2993,6 +2993,7 @@ exports.CSS_PROPERTIES = {
|
||||
"transform-style",
|
||||
"transform-origin",
|
||||
"contain",
|
||||
"content-visibility",
|
||||
"appearance",
|
||||
"-moz-orient",
|
||||
"will-change",
|
||||
@@ -11598,6 +11599,10 @@ exports.PREFERENCES = [
|
||||
"aspect-ratio",
|
||||
"layout.css.aspect-ratio.enabled"
|
||||
],
|
||||
[
|
||||
"content-visibility",
|
||||
"layout.css.content-visibility.enabled"
|
||||
],
|
||||
[
|
||||
"font-optical-sizing",
|
||||
"layout.css.font-variations.enabled"
|
||||
|
||||
Reference in New Issue
Block a user