MDN (Mozilla Developer Network) Syntax Explanations

Hello!

Does anyone know where I can find a guide to MDN’s (Mozilla Developer Network) syntax that they use.

For instance:
fun.bind(thisArg[, arg1[, arg2[, …]]])

I know that the [ ]'s mean the arguments are optional, but there are lots of other symbols they use. Is there any documentation explaining it all?

Thanks!

I think it’s this one.
https://developer.mozilla.org/en-US/docs/Web/CSS/Value_definition_syntax

1 Like