What is the issue with the HTML Standard?
https://html.spec.whatwg.org/#the-dl-element:~:text=Within%20a%20single%20dl%20element%2C%20there%20should%20not%20be%20more%20than%20one%20dt%20element%20for%20each%20name
This requirement limits what people can use <dl> for, and I don't see it being useful for catching actual mistakes. I suggest removing it.
For example https://hsivonen.fi/last-html-quirk/ violates it by having "April 1st 2009" twice.
What is the issue with the HTML Standard?
https://html.spec.whatwg.org/#the-dl-element:~:text=Within%20a%20single%20dl%20element%2C%20there%20should%20not%20be%20more%20than%20one%20dt%20element%20for%20each%20name
This requirement limits what people can use
<dl>for, and I don't see it being useful for catching actual mistakes. I suggest removing it.For example https://hsivonen.fi/last-html-quirk/ violates it by having "April 1st 2009" twice.