This month in Servo: CSS filters, testing changes, Tauri, and more!

10 · Servo · Oct. 26, 2023, 10:39 a.m.
Servo has had some exciting changes land in our nightly builds over the last month: as of 2023-09-23, ‘@media (resolution)’ queries are now supported (@sagudev, #30406) as of 2023-09-28, the ‘dir’ attribute getter now behaves correctly (@EnnuiL, #30435) this fixes over 12000 subtests in the HTML test suite! /* guaranteed minimum width for first paragraph after a float */ ._floatmin { display: block; width: 13em; overflow: hidden; } ._none { d...