Skip to content

Implementing a web standard (RGSoC)

Josh Matthews edited this page Mar 26, 2020 · 6 revisions

Welcome to Servo! We're going to implement a very small new API in Servo that can be accessed by web content through JavaScript. Jeena Lee, a former Rails Girls Summer of Code participant with Servo, has written a thorough guide describing how to implement the imaginary Doge web standard.

As part of applying to be a RGSoC candidate for Servo, please consider making time to:

  • follow the guide and implement the Doge API as described
  • add a new void remove(DOMString word) method to the API that removes the provided word, or throws a TypeError if it does not exist

These steps will simulate the process of contributing to Servo as part of RGSoC. Please contact @jdm (the mentor) in the Servo room on Matrix if you are experiencing difficulties with any of the steps or have any questions!

Clone this wiki locally