New issue
Advanced search Search tips

Issue 922719 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 1
Type: Bug



Sign in to add a comment

Add UMA for HTMLTemplateElement usage

Project Member Reported by slightlyoff@chromium.org, Jan 16 (6 days ago)

Issue description

We are currently lacking an entry for usage of HTMLTemplateElement:

https://www.chromestatus.com/metrics/feature/popularity
 

Comment 1 by justinfagnani@google.com, Jan 16 (6 days ago)

I'm not so familiar with what we can do with UMAs, but I would be very interested in three metrics here, depending on how feasible they are:

1. Pages with any <template> instances at all
2. <template> in static HTML
3. <template> created dynamically
4. Cloned template contents via document.importNode(template.content) or template.content.cloneNode()

Can UMAs track avg # usages too, not just number of pages that use a feature?

Comment 2 by hayato@chromium.org, Jan 17 (6 days ago)

Labels: -Pri-2 Pri-1
Status: Assigned (was: Untriaged)
That's nice idea. I think we can achieve that with custom code.

Sign in to add a comment