Extracts data from a description list into a map of key-value pairs, where keys store data of a <dt>, and values store data of a <dd>.
<dt>
<dd>
This implementation attempts to follow the HTML Standard by the WHATWG as closely as possible.
https://html.spec.whatwg.org/multipage/grouping-content.html#the-dl-element
Generated using TypeDoc
Extracts data from a description list into a map of key-value pairs, where keys store data of a
<dt>
, and values store data of a<dd>
.This implementation attempts to follow the HTML Standard by the WHATWG as closely as possible.