We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5cfa57 commit 1691007Copy full SHA for 1691007
components/dash-html-components/scripts/extract-elements.js
@@ -13,7 +13,7 @@ const expectedElCount = 125;
13
*/
14
function extractElements($) {
15
const excludeElements = [
16
- 'html', 'head', 'body', 'style', 'h1–h6', 'input',
+ 'html', 'head', 'body', 'style', 'h1–h6', 'input', 'search',
17
// out of scope, different namespaces - but Mozilla added these to the
18
// above reference page Jan 2021 so we need to exclude them now.
19
// see https://github.com/mdn/content/pull/410
0 commit comments