wpt icon indicating copy to clipboard operation
wpt copied to clipboard

Add // META: spec=link or remove MISSING-LINK css lint

Open zcorpan opened this issue 8 years ago • 4 comments

See https://github.com/w3c/web-platform-tests/pull/5769

It should be possible to use .worker.js or .any.js under css/ without having to whitelist for MISSING-LINK lint failure. Either we add a new // META: thing to specify a link, or we silently allow such tests without a link.

@gsnedders

zcorpan avatar May 03 '17 13:05 zcorpan

We have the MISSING-LINK lint to make sure the CSS build system picks up everything, and that doesn't support .worker.js or .any.js tests. Um. idk what the right solution is here? Well, apart from replace the CSS build system with something saner.

gsnedders avatar May 03 '17 17:05 gsnedders

@gsnedders are you planning to work on this? (Came up in triage of roadmap issues older than 60 days.)

foolip avatar Jan 03 '18 11:01 foolip

This is blocking https://github.com/w3c/web-platform-tests/pull/9884

lukebjerring avatar Apr 03 '18 19:04 lukebjerring

https://github.com/web-platform-tests/wpt/pull/44631 hit this again.

WeizhongX avatar Feb 19 '24 17:02 WeizhongX