Re: [csswg-drafts] Can you provide a way to download css files? (#3864)

I'm not sure what you're asking about here.

If you're asking about being able to download images/etc specified in CSS, that's already handled by your browser's dev tools, and possibly the right-click menu. CSS, the language, has nothing to do with that.

If you're asking about using CSS to specify that something on the page should *trigger* a download, then that's already handled by HTML via the `<a download>` attribute. It's not currently something that CSS is intended to handle.

-- 
GitHub Notification of comment by tabatkins
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3864#issuecomment-486358552 using your GitHub account

Received on Wednesday, 24 April 2019 17:52:43 UTC