Skip to content

Commit

Permalink
chore(macros): deprecate SpecName and Spec2 macros (#6335)
Browse files Browse the repository at this point in the history
  • Loading branch information
sideshowbarker authored May 25, 2022
1 parent d8cf178 commit 86dac5b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 183 deletions.
1 change: 1 addition & 0 deletions kumascript/macros/SpecName.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
// $2 (Optional) Replacement link text; this lets you specify the name of
// a specific method, property, or other entity to customize the
// appearance of the link.
mdn.deprecated();
var spec = $0;
if (spec.includes('\n')) {
Expand Down
1 change: 1 addition & 0 deletions kumascript/macros/spec2.ejs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<%
/* parameters: */
/* $0 = name of specification */
mdn.deprecated();
var specList = web.getJSONData("SpecData");
Expand Down
81 changes: 0 additions & 81 deletions kumascript/tests/macros/spec2.test.js

This file was deleted.

102 changes: 0 additions & 102 deletions kumascript/tests/macros/specname.test.js

This file was deleted.

0 comments on commit 86dac5b

Please sign in to comment.