Skip to content

Clarify which elements can be tracked by elementtiming #79

@JamesIves

Description

@JamesIves

Firstly, just wanted to say that this addon is awesome. Thank you for putting it together!

It would be great if the documentation clarified which elements can be tracked with the elementtiming attribute. Took me a while to realize that custom elements cannot be tracked with it.

It also seems like it cannot recognize elements that are slotted within the shadow root of a custom element, for example if I had a component called my-image that has an img component in its shadowroot with elementtiming="image" applied, the addon completely ignores it. It will only work if the img element is slotted within the light DOM of another component with the attribute applied.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions