add test optional tag handling of <p> with <dl>, <dl>, <dd> and <dt> - webdump_tests - Testfiles for webdump
HTML git clone git://git.codemadness.org/webdump_tests
DIR Log
DIR Files
DIR Refs
DIR README
---
DIR commit 73e61eb051a9d22c08239a52741cba9322e3ad22
DIR parent fa20d66e2a67cd5e60e4f2022cc8ff86647ef1f0
HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Mon, 11 Sep 2023 19:08:52 +0200
add test optional tag handling of <p> with <dl>, <dl>, <dd> and <dt>
Diffstat:
A tests/dl_optional.html | 12 ++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)
---
DIR diff --git a/tests/dl_optional.html b/tests/dl_optional.html
@@ -0,0 +1,12 @@
+<!-- dl with optional closing tags -->
+
+<p>
+Copyright law admits to three general categories of works:
+<dl>
+<dt>Original Work
+<dd>A new work that is not derived from an existing work.
+<dt>Derivative Work
+<dd>Work that is derived from, includes or amends existing works.
+<dt>Compilation
+<dd>A work that is a compilation of existing new and derivative works.
+</dl>