Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd a tidy check for single-page HTML specification links #7998
Labels
Comments
|
I'd like to have a look at this one please. |
|
Go for it! |
gilles-leblanc
added a commit
to gilles-leblanc/servo
that referenced
this issue
Oct 16, 2015
Flags links to the single-page WHATWG specification and suggests the URL for the multi page one. Fixes servo#7998
bors-servo
pushed a commit
that referenced
this issue
Oct 16, 2015
Adds a tidy check for single-page HTML specification links Flags links to the single-page WHATWG specification and suggests the URL for the multi page one. Fixes #7998 <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8044) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We can prevent the need for future PRs like #7997 by checking for such links automatically as part of
./mach test-tidy.Code: python/tidy.py