tc39/ecma262

add IDs to more `<dfn>`s

Open

#3,502 创建于 2024年11月27日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)HTML (15,626 star) (1,409 fork)batch import
editorial changegood first issue

描述

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

贡献者指南