7

While answering it would help to share browser compatibility details taken from MDN documentation. Is it OK to take a screenshot from MDN (Mozilla Developer Network) and share somewhere else, e.g., in a Stack Overflow answer?

4
  • 1
    Not sure what you ask. Those things are meant to be shared, though better as text quote, not a screenshot. Commented Jun 10, 2016 at 6:37
  • @ShadowWizard : there is a browser compatibility table in their documentation , can I take screenshot and share them? check here : developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/… Commented Jun 10, 2016 at 6:40
  • As far as I can tell yes, as long as you include a link to that page. (e.g. "taken from here: [screenshot]" Commented Jun 10, 2016 at 6:42
  • 2
    Related: Why are images of text, code and mathematical expressions discouraged? Commented Dec 27, 2023 at 18:09

2 Answers 2

8

It's fine to quote excerpts from them, but make sure you follow our attribution guidelines. See the Help Center's page on how to reference material written by others.

Also, if your entire answer consists solely of a quote/excerpt/image from an external source, something is wrong. We don't want that kind of answer. Your answer should be your own. You can use external sources to supplement or support your answer, but we don't want to be just a link farm or an image farm.

It's better to transcribe the contents of the page to text, rather than using an image. First, that will make the page findable by search. Second, images aren't accessible to folks with visual impairments (and this is going to happen to many of us as we get older) and sometimes don't display as well on mobile platforms. So, transcribe to text.

7

The MDN content are basically meant to be shared. It's fine to share and quote them, but make sure you add a link back. Note that some of the older code snippets are shareable under the MIT license and require a slightly different attribution - the full details are available here.

Also note that while sharing a screenshot is generally OK, just copying and/or quoting the relevant context in a textual medium is much easier to work with, and would probably be much more useful to anyone reading your answer.

1
  • 5
    @PranavCBalan If you need to paste it as a table (like the example you mentioned), I suggest using this ASCII table generator, and pasting it as a code block. Commented Jun 10, 2016 at 7:11

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.