hi,
I do a bugzilla: : https://bugzilla.mozilla.org/show_bug.cgi?id=1386753
To propose to display a “deprecated” or other message on the DevToolsAPI pages
I start the topic to know how to do it? And if my question is relevant
Christophe
hi,
I do a bugzilla: : https://bugzilla.mozilla.org/show_bug.cgi?id=1386753
To propose to display a “deprecated” or other message on the DevToolsAPI pages
I start the topic to know how to do it? And if my question is relevant
Christophe
I think you want to mark it “Deprecated” until Firefox 57 is released, and then change it to “Obsolete”. “Deprecated” means that it still works, but using it is discouraged; “obsolete” means it no longer works.
See https://developer.mozilla.org/en-US/docs/MDN/Contribute/Structures/Macros/Commonly-used_macros#Page_or_section_header_indicators
Use the macros deprecated_header (with a Gecko version parameter) and obsolete_header (with parameter).