Skip to content

Uses deprecated APIs 1 warning found and DOM size #16594

@timholz

Description

@timholz

Now and again the test issues warnings like:

Uses deprecated APIs 1 warning found
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Found an h1 tag within an article, aside, nav, or section which does not have a specified font-size. The size of this heading text will be changing in this browser in the near future. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Heading_Elements#specifying_a_uniform_font_size_for_h1 for more information.

This is not always reported. It just occasionally pops up. I examined the html and the css. The font-size is specified.

I learned, that the threshold for a large DOM is 1500 elements. The test reports with a DOM size of 277 elements, that it is already too large. Why is that?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions