Can someone explain what this sentence means?
Within a single dl element, there should not be more than one dt element for each name.
I assumed this meant that in a name, value pair (dt, dd pair) located within a dl there can only be one dt. But then the html spec's examples use multiple dt in their name, value pairs.


