Enable layout.css.properties-and-values.enabled#293
Conversation
Loirooriol
left a comment
There was a problem hiding this comment.
This doesn't address servo/servo#41417 (comment)
But can't we leave it as a follow up? It is set as non-animatable in the fixup commits anyway, so shouldn't cause crash. |
There is no crash thanks to the fixup you proposed. So it is good for now? |
|
As a rule of thumb , features shouldn't be enabled until they are properly implemented, because otherwise it defeats feature checking and it can end up breaking more than it fixes. But we don't supports Still, thinking long-term I would like to do these king of things with experimental flags, which I don't think is currently possible for Stylo static prefs. |
b3455e6 to
148aefe
Compare
|
Force pushing now, as rn the branch is based on #298. This is to confirm servo/servo#42136 (comment). |
148aefe to
a1a9533
Compare
This reverts commit 9493c5f as hoping to land #293 first. FYI @lukewarlow
Signed-off-by: Euclid Ye <[email protected]>
a1a9533 to
c1e2871
Compare
…able (#42136) Many websites use Tailwind CSS script which utilizes registered custom properties. This PR makes such websites look as expected, such as #42129. Before: <img width="485" height="120" alt="image" src="https://github.com/user-attachments/assets/428000b1-eed1-4f10-bbf8-eca9e7b630f5" /> After: <img width="487" height="82" alt="image" src="https://github.com/user-attachments/assets/ab016cbf-9c00-4bd8-adc8-be28f13e42e5" /> Testing: Updated existing WPT results. Fixes: #42129 Fixes: #41417 Stylo Companion: servo/stylo#293 --------- Signed-off-by: Euclid Ye <[email protected]>
This reverts commit 9493c5f as hoping to land #293 first. FYI @lukewarlow
This will add support for `@property` rules. Servo Companion: servo/servo#42136 Note that registered properties don't animate correctly: #38 Signed-off-by: Euclid Ye <[email protected]>
This reverts commit 9493c5f as hoping to land #293 first. FYI @lukewarlow
This will add support for `@property` rules. Servo Companion: servo/servo#42136 Note that registered properties don't animate correctly: #38 Signed-off-by: Euclid Ye <[email protected]>
This will add support for
@propertyrules.Servo Companion: servo/servo#42136
Note that registered properties don't animate correctly: #38