Skip to content

Commit 8c042a9

Browse files
authored
Fix incorrect caveat.
Signed-off-by: Josh Matthews <[email protected]>
1 parent 2cd41bd commit 8c042a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2025-05-09-this-month-in-servo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This milestone is only possible through the continued hard work of many Servo co
2121

2222
<aside class=_note>
2323

24-
**Caveats:** must run Servo with `--pref dom_abort_controller_enabled`. Accounts with 2FA enabled may not be able to log in yet.
24+
**Caveats:** must run Servo with `--enable-experimental-web-platform-features --pref dom_abort_controller_enabled`. Accounts with 2FA enabled may not be able to log in yet.
2525
</aside>
2626

2727
Servo now supports single-valued **&lt;select> elements** ([@simonwuelker](https://github.com/simonwuelker), [#35684](https://github.com/servo/servo/pull/35684), [#36677](https://github.com/servo/servo/pull/36677)), disabling stylesheets with **&lt;link disabled>** ([@Loirooriol](https://github.com/Loirooriol), [#36446](https://github.com/servo/servo/pull/36446)), and the **Refresh** header in HTTP responses and &lt;meta> ([@sebsebmc](https://github.com/sebsebmc), [#36393](https://github.com/servo/servo/pull/36393)), plus several new CSS features:

0 commit comments

Comments
 (0)