tc39/ecma262

add IDs to more `<dfn>`s

Aberta

#3.502 aberto em 27 de nov. de 2024

 (1 comentário) (0 reação) (0 responsável)HTML (1.409 forks)batch import
editorial changegood first issue

Métricas do repositório

Stars
 (15.626 estrelas)
Métricas de merge de PR
 (Mesclagem média 92d 19h) (17 fundiu PRs em 30d)

Description

Most, if not all, <dfn>s would benefit from being able to browse references using the references pane. Unfortunately, the references pane is only enabled for <dfn>s that are given an id attribute, which many currently lack. We should go through and add IDs to any that are reasonable.

example references link on mouseover

example references pane

Guia do colaborador