> Thank you for your work on the FAQ, one minor nitpick / suggestion with > a patch[1] attempt, to swap the </small> and <p> tags near document end > to fix the below bug alarms. A comment below[2]: > > [http://validator.w3.org/check?uri=http://www.openbsd.org/faq/index.html] > Line 427, Column 3: document type does not allow element "P" here; > <p> > The mentioned element is not allowed to appear in the context in which > you've placed it; This might mean that you need a containing element, > or possibly that you've forgotten to close a previous element. > > [http://www.htmlhelp.org/cgi-bin/validate.cgi?url=http://www.openbsd.org/faq/index.html] > Line 427, character 3: > <p> > ^ > Error: element P not allowed here; possible cause is an inline element > containing a block-level element > > [2]I know validation is useless, yet the browser displays an annoying dung > beetle when reading FAQ index. This bug alarm (in Dillo) helps pick > ugly unclosed tags which destroy links in events.html and plus.html > sometimes. > > [1]Here is a patch attempt (hope this applies OK):
thanks, committed.