diff options
author | bptato <nincsnevem662@gmail.com> | 2021-02-13 17:02:26 +0000 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2021-02-13 17:02:26 +0000 |
commit | 116e10749c42b4e073239c71fc44a4eaedd9c042 (patch) | |
tree | 0dd6960f90aeb1c973cedca6bc5390880590fcbd /tests/dl.html | |
parent | Fix <dl compact> (diff) | |
download | w3m-116e10749c42b4e073239c71fc44a4eaedd9c042.tar.gz w3m-116e10749c42b4e073239c71fc44a4eaedd9c042.zip |
Nested <dl>s
Diffstat (limited to 'tests/dl.html')
-rw-r--r-- | tests/dl.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/dl.html b/tests/dl.html index 4824a8a..618eef4 100644 --- a/tests/dl.html +++ b/tests/dl.html @@ -35,6 +35,17 @@ graphical web browser developed by the<br> Mozilla Corporation and hundreds of<br> volunteers. + <dl> + <dt>nested</dt> + <dd> + <dl compact> + <dt>com</dt> + <dd> + item + </dd> + </dl> + </dd> + </dl> </dd> <dd> The Red Panda also known as the Lesser<br> |