jdm approved these changes Jun 15, 2026
Open
33 tasks
Psychpsyo pushed a commit to Psychpsyo/stylo that referenced this pull request
Jun 15, 2026Fixes servo#390 This feature is quite impactful as it is required for Tailwind's hover styles to work. Servo PR: servo/servo#45681 Signed-off-by: Nico Burns <nico@nicoburns.com>
Closed
TG199 pushed a commit to TG199/servo that referenced this pull request
Jun 21, 2026Implements the `pointer`, `any-pointer`,`hover`, and `any-hover` media features. Actually detecting pointer capabilities from the system is left as a follow-up (this is tricky as Winit doesn't expose this information). This PR just configures Stylo with sensible defaults (mouse-like pointer on desktop platforms, touch-like pointer on mobile platforms). - ~Builds on: servo#44978 This has been reordered - this PR is now first. - Stylo PR: servo/stylo#391 Testing: WPT tests Part of: servo#39068 Signed-off-by: Nico Burns <nico@nicoburns.com>
Loirooriol pushed a commit to servo/stylo that referenced this pull request
Jul 1, 2026Fixes #390 This feature is quite impactful as it is required for Tailwind's hover styles to work. Servo PR: servo/servo#45681 Signed-off-by: Nico Burns <nico@nicoburns.com>