Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Commit 08c4ce1

Browse files
committed
add reference to MDN PR with the math & svg addition
1 parent aea3d2b commit 08c4ce1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/extract-elements.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ function extractElements($) {
1616
'html', 'head', 'body', 'style', 'h1–h6', 'input',
1717
// out of scope, different namespaces - but Mozilla added these to the
1818
// above reference page Jan 2021 so we need to exclude them now.
19+
// see https://github.com/mdn/content/pull/410
1920
'svg', 'math',
2021
// obsolete, non-standard, or deprecated tags
2122
'image', 'dir', 'tt', 'applet', 'noembed', 'bgsound', 'menu', 'menuitem',

0 commit comments

Comments
 (0)