whatwg / html-build

Build scripts for https://github.com/whatwg/html
Other
62 stars 62 forks source link

Don't duplicate descriptions arising from duplicate links in a single row in the attributes table. #289

Closed jeremyroman closed 10 months ago

jeremyroman commented 10 months ago

Various attributes (with IDs beginning like attr-dim-*, attr-dim-*, attr-fae-*, attr-fe-*, attr-media-*) have duplicate definition links (for various elements they apply to) which were being concatenated as though they were multiple distinct descriptions. These shouldn't be duplicated (these descriptions are by definition identical).

Fixes whatwg/html#9889.

jeremyroman commented 10 months ago

@domenic ptal?