mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-17 17:02:51 +08:00
Track the active DL nesting depth while parsing definition lists and use it when indenting DD content, so nested definition lists are laid out deeper than their parent item. Add parser coverage and a sample case for the old nested DL repro. Fixes #20752. Closes #26676.