-
-
Notifications
You must be signed in to change notification settings - Fork 414
feat(w3c/headers): validate header links #4037
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will check in detail from computer.
| ${conf.latestVersion !== null | ||
| ? html`<dt>${l10n.latest_published_version}</dt> | ||
| <dd> | ||
| ${conf.latestVersion | ||
| ${conf.latestVersion !== "" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When is it null, and when is it "" in particular?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When it's null, it shouldn't be included... but when it's ""... I need to check :(
0f3940b to
8d2de1b
Compare
✅ Deploy Preview for respec-pr ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Complains if latestVersion doesn't exist, while it also prevents CG drafts from claiming to have a latestVersion.