-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Description
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?