Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update link and example of usage of Preferences #46

Merged
merged 1 commit into from
Jan 16, 2025
Merged

Conversation

mrobinson
Copy link
Member

The Preference API has changed and this reflect the new API.

@@ -12,11 +12,12 @@ Use `--help` to list the available command line options:
$ ./servo --help
```

Use `--pref` to [configure Servo’s behaviour](https://github.com/servo/servo/blob/main/resources/prefs.json), including to enable experimental web platform features.
For example, to run our [Conway’s Game of Life demo](https://demo.servo.org/experiments/webgpu-game-of-life/) with WebGPU enabled:
Use `--pref` to configure Servo’s behaviour including to enable experimental web platform features. You can find the list of [preferences] in the Servo API documentation. For example, to run our [Conway’s Game of Life demo](https://demo.servo.org/experiments/webgpu-game-of-life/) with WebGPU enabled:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe the guideline is to have one sentence per line.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. This is fixed now.

The Preference API has changed and this reflect the new API.
@mrobinson mrobinson merged commit ee37e9e into main Jan 16, 2025
@mrobinson mrobinson deleted the update-prefs branch January 16, 2025 06:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants