- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Tue, 11 Jul 2017 18:07:30 +0000
- To: public-css-archive@w3.org
@svgeesus I'm not sure how that block fixed anything; all the "descriptor" lines have a bad `for` value (should be `for: @font-face`, no slash), and the ones that are defined for css-fonts-4 are redundant (local definitions *already* auto-win against foreign definitions; the link-defaults block just lets you specify which foreign definition to default to when you don't want to fully-qualify every autolink). Only the second-to-last and third-to-last lines (specifying properties defined in fonts-3 that haven't been ported to fonts-4 yet) have an effect here, as they'll override the default "never autolink to a different version of the current spec" behavior. -- GitHub Notification of comment by tabatkins Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1585#issuecomment-314526265 using your GitHub account
Received on Tuesday, 11 July 2017 18:07:36 UTC