You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Restrict tag-name matching to exclude elements with identity or form state (#42)
The tag-name fallback pass now skips elements that have distinguishing
attributes (id, name, href, src, descendant IDs) or are form controls
(input, textarea, select, form-associated custom elements). These
elements carry identity or live state that shouldn't be transferred to
an unrelated element that happens to share the same tag name.
0 commit comments