Let static prefs default to style_config's prefs#306
Conversation
This will allow Servo to enable them when turning on experimental features (--enable-experimental-web-platform-features). Signed-off-by: Oriol Brufau <obrufau@igalia.com>
|
Hmm... isn't the point of static prefs that they compile out entirely. If we're doing a runtime pref then that should probably be an explicit calls into |
|
Well, Firefox uses |
|
The "static" part is indeed confusing if they aren't really static... But apparently in Firefox |
|
Oh huh. I see that |
|
Yeah, I guess the crates should be merged, and most of the prefs that we are setting in |
The implementation of `attr()` in Stylo is not complete, but this way we can start testing for it. Bumps Stylo to servo/stylo#306 Testing: Various tests pass, also a few failures. No impact on users, even with experimental features enabled. Signed-off-by: Oriol Brufau <obrufau@igalia.com>
The implementation of `attr()` in Stylo is not complete, but this way we can start testing for it. Bumps Stylo to servo/stylo#306 Testing: Various tests pass, also a few failures. No impact on users, even with experimental features enabled. Signed-off-by: Oriol Brufau <obrufau@igalia.com>
This will allow Servo to enable them e.g. when turning on experimental features (
--enable-experimental-web-platform-features), or when running specific tests.Servo PR: servo/servo#42410