Change domparsing spec links from domparsing.spec.whatwg.org to w3c.github.io/DOM-Parsing. --- - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #14555 - [X] These changes do not require tests because these only affect documentation Source-Repo: https://github.com/servo/servo Source-Revision: ac5da66a4f2cace3675e34abf74f7ab7e80533b2
servo_tidy ========== Servo's code and license checker. Installation ++++++++++++ Install from PyPI: :: pip install servo-tidy or from git: :: pip install -e git+https://github.com/servo/servo.git#egg=servo_tidy&subdirectory=python/tidy To run the tests ++++++++++++++++ :: ./mach test-tidy --self-test