Skip to content

Commit

Permalink
chore(macros): mark DOMAttributeMethods as deprecated (#10529)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsmth authored Feb 22, 2024
1 parent daa4ef2 commit 006eb85
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kumascript/macros/DOMAttributeMethods.ejs
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<%
// Removed from mdn/content in https://github.com/mdn/content/pull/32268
mdn.deprecated();
var tableTitle = 'DOM methods dealing with element\'s attributes:';
var tableHead1 = 'Not namespace-aware, most commonly used methods';
var tableHead2 = 'Namespace-aware variants (DOM Level 2)';
Expand Down

0 comments on commit 006eb85

Please sign in to comment.