Skip to content

Commit cac1276

Browse files
authored
Merge pull request #3043 from plotly/exclude-fencedframe
exclude fencedframe
2 parents 68456b3 + 19c77cb commit cac1276

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/dash-html-components/scripts/extract-elements.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ function extractElements($) {
2121
'image', 'dir', 'tt', 'applet', 'noembed', 'bgsound', 'menu', 'menuitem',
2222
'noframes',
2323
// experimental, don't add yet
24-
'portal'
24+
'portal',
25+
'fencedframe'
2526
];
2627
// `<section>` is for some reason missing from the reference tables.
2728
const addElements = [

0 commit comments

Comments
 (0)