mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
Implement sanitizer configuration validation algorithm, and complete the "set a configuration" algorithm. The steps related to processing instructions are marked as TODO. Support for process instructions was recently added to the specification, and we will implement it later when tests are ready. Specification: - https://wicg.github.io/sanitizer-api/#sanitizerconfig-valid - https://wicg.github.io/sanitizer-api/#sanitizer-set-a-configuration Testing: Covered by WPT tests in `sanitizer-api/sanitizer-config.tentative.html` Fixes: Part of #43948 --------- Signed-off-by: Kingsley Yung <kingsley@kkoyung.dev>