diff options
author | bptato <nincsnevem662@gmail.com> | 2021-02-13 16:26:30 +0000 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2021-02-13 16:26:30 +0000 |
commit | 77ecf9b46b4b3ff7f1bafe3c0a914ba74527af47 (patch) | |
tree | cafb9dd5621eb34b4be674272710cef22a2827b8 /tests/dl.html | |
parent | <dl> test (diff) | |
download | w3m-77ecf9b46b4b3ff7f1bafe3c0a914ba74527af47.tar.gz w3m-77ecf9b46b4b3ff7f1bafe3c0a914ba74527af47.zip |
Fix <dl compact>
Diffstat (limited to 'tests/dl.html')
-rw-r--r-- | tests/dl.html | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/tests/dl.html b/tests/dl.html index c60e6e1..4824a8a 100644 --- a/tests/dl.html +++ b/tests/dl.html @@ -1,4 +1,27 @@ +<dl compact> + <dt>w3m</dt> + <dt>WWW wo miru</dt> + <dd> + A pager with web browsing capabilities,<br> + maintained for Debian. + </dd> + <dt><br>Firefox<br>(linebreak)</dt><br> + <dt>FF</dt> + <dd> + A free, open source, cross-platform,<br> + graphical web browser developed by the<br> + Mozilla Corporation and hundreds of<br> + volunteers. + </dd> + <dd> + The Red Panda also known as the Lesser<br> + Panda, Wah, Bear Cat or Firefox, is a<br> + mostly herbivorous mammal, slightly larger<br> + than a domestic cat (60 cm long). + </dd> +</dl> <dl> + Non-compact dl <dt>w3m</dt> <dt>WWW wo miru</dt> <dd> @@ -7,7 +30,6 @@ </dd> <dt><br>Firefox<br>(linebreak)</dt><br> <dt>FF</dt> - . <dd> A free, open source, cross-platform,<br> graphical web browser developed by the<br> |