[pkg-lynx-maint] Bug#981351: <del><p>X</p></del> rendered wrong

積丹尼 Dan Jacobson jidanni at jidanni.org
Fri Jan 29 15:48:12 GMT 2021


Package: lynx
Version: 2.9.0dev.6-1

(Please tell upstream:) Lynx has a big bug.
It can't render the first two correctly. Only the last two.
No other browser has this problem!

<del>
 <p>AAA</p>

 <p>BBB</p>
</del>

<p>
 <del>XXX</del>
</p>

<p>
 <del>YYY</del>
</p>

lynx says:

   [DEL: :DEL]

   AAA

   BBB

   [DEL: XXX :DEL]

   [DEL: YYY :DEL]


w3m says:

[DEL:

AAA

BBB

:DEL]

[DEL:XXX:DEL]

[DEL:YYY:DEL]

www.w3.org/TR/1999/REC-html401-19991224/struct/text.html#edef-del says:

INS and DEL are used to markup sections of the document that have been
inserted or deleted with respect to a different version of a document
(e.g., in draft legislation where lawmakers need to view the changes).

These two elements are unusual for HTML in that they may serve as either
block-level or inline elements (but not both). They may contain one or
more words within a paragraph or contain one or more block-level
elements such as paragraphs, lists and tables.



More information about the pkg-lynx-maint mailing list