Sat, 20 Feb 2016 17:09:36 -0700 (MST) T.J. Townsend <t...@openbsd.org> > CVSROOT: /cvs > Module name: www > Changes by: t...@cvs.openbsd.org 2016/02/20 17:09:36 > > Modified files: > faq : faq13.html index.html > > Log message: > - remove section 13.8 "tell me about ogg vorbis and mp3 encoding" > - remove section 13.11 "but i want my media in format foo" > - remove section 13.12 "is it possible to play streaming media under openbsd" > - remove mention of a program whose homepage 404s now > - zap 20 or so whitespaces > > ok tb
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): $ diff -u index.html{.orig,} --- index.html.orig Sun Feb 21 09:56:09 2016 +++ index.html Sun Feb 21 09:59:52 2016 @@ -415,7 +415,6 @@ <a href="../mail.html">mailing list</a>. <p> - <small> <em>OpenBSD FAQ Copyright © 1998-2016 OpenBSD</em><br> $OpenBSD: index.html,v 1.400 2016/02/21 00:09:36 tj Exp $ @@ -423,9 +422,9 @@ <!-- "If you don't find it in the index, look very carefully through the entire catalogue."<br> <b>Sears, Roebuck, and Co., Consumer's Guide, 1897</b> --> +</small> <p> -</small> </body> </html>