Skip to content

Commit 006eb85

Browse files
authored
chore(macros): mark DOMAttributeMethods as deprecated (#10529)
1 parent daa4ef2 commit 006eb85

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: kumascript/macros/DOMAttributeMethods.ejs

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<%
2+
// Removed from mdn/content in https://github.com/mdn/content/pull/32268
3+
mdn.deprecated();
4+
25
var tableTitle = 'DOM methods dealing with element\'s attributes:';
36
var tableHead1 = 'Not namespace-aware, most commonly used methods';
47
var tableHead2 = 'Namespace-aware variants (DOM Level 2)';

0 commit comments

Comments
 (0)